- property phpDocumentor
\Reflection $contact_id The ID that uniquely identifies a contact.\Types \Object_ - property phpDocumentor
\Reflection $campaign_activity_id The ID that uniquely identifies the email campaign activity.\Types \Object_ - property phpDocumentor
\Reflection $tracking_activity_type The type of email tracking activity, <code>em_bounces</code>, that this report includes.\Types \String_ - property phpDocumentor
\Reflection $email_address The contact's email address that was used when the email campaign activity bounced.\Types \String_ - property phpDocumentor
\Reflection $first_name The first name of the contact.\Types \String_ - property phpDocumentor
\Reflection $last_name The last name of the contact.\Types \String_ - property phpDocumentor
\Reflection $bounce_code The one-character string used to specify the reason for the email bounce. Valid codes include:\Types \String_
<ul><li><code>B</code> - Non-existent address; the contact's Internet Service Provider (ISP) indicates that the email address doesn't exist.</li>
<li><code>D</code> - Undeliverable; after repeated delivery attempts, no response was received from the contact's ISP.</li>
<li><code>F</code> - Full; the contact's mailbox is full.</li>
<li><code>S</code> - Suspended; the contact's address was reported as non-existent by the ISP and is suspended from delivery.</li>
<li><code>V</code> - Vacation/autoreply; the contact set an autoreply, but the message was delivered.</li>
<li><code>X</code> - Other; the contact's ISP specified another reason that the message cannot be delivered.</li>
<li><code>Z</code> - Blocked; the recipient's ISP chose not to deliver the email. For example, the ISP may have flagged the email as spam.</li></ul> - property phpDocumentor
\Reflection $current_email_address The contact's most current email address. If <code>emailaddress</code> was updated after the email bounce activity occurred, <code>current email_address</code> displays the updated address. If updates were not made to <code>email_address</code>, the <code>email_address</code> and <code>current_email_address</code> are the same.\Types \String_ - property phpDocumentor
\Reflection $created_time The date and time that the email bounce tracking activity occurred.\Types \Object_ - property phpDocumentor
\Reflection $deleted_at If applicable, the date when the contact was deleted.\Types \Object_
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['contact_id' => '\PHPFUI\ConstantContact\UUID', 'campaign_activity_id' => '\PHPFUI\ConstantContact\UUID', 'tracking_activity_type' => 'string', 'email_address' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'bounce_code' => 'string', 'current_email_address' => 'string', 'created_time' => '\PHPFUI\ConstantContact\DateTime', 'deleted_at' => '\PHPFUI\ConstantContact\Date'] |
Properties |
protected static array $fields = ['contact_id' => '\PHPFUI\ConstantContact\UUID', 'campaign_activity_id' => '\PHPFUI\ConstantContact\UUID', 'tracking_activity_type' => 'string', 'email_address' => 'string', 'first_name' => 'string', 'last_name' => 'string', 'bounce_code' => 'string', 'current_email_address' => 'string', 'created_time' => '\PHPFUI\ConstantContact\DateTime', 'deleted_at' => '\PHPFUI\ConstantContact\Date'] |