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