- property int $items_total_count The total number of items to be processed.
- property int $items_completed_count The number of items processed in the activity request.
- property int $person_count The total number of contacts in an import contacts request.
- property int $error_count The number of non-correctable errors encountered during an import contacts request.
- property int $correctable_count The number of correctable errors. Correctable errors include invalid email address format, birthday or anniversary format error, or does not have minimal contact information (no name or email address). Correctable errors are available in the product UI to correct.
- property int $cannot_add_to_list_count The number of contacts that cannot be added to a list because they were previously unsubscribed, valid for contacts_file_ or json_import requests.
- property int $list_count The number of lists processed in an add or remove list membership activity request.
CloneableInstantiable
Methods |
Properties |
protected static array $fields = ['items_total_count' => 'int', 'items_completed_count' => 'int', 'person_count' => 'int', 'error_count' => 'int', 'correctable_count' => 'int', 'cannot_add_to_list_count' => 'int', 'list_count' => 'int'] |
Properties |
protected static array $fields = ['items_total_count' => 'int', 'items_completed_count' => 'int', 'person_count' => 'int', 'error_count' => 'int', 'correctable_count' => 'int', 'cannot_add_to_list_count' => 'int', 'list_count' => 'int'] |