Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.13 KB

CustomerList.md

File metadata and controls

22 lines (17 loc) · 2.13 KB

CustomerList

Properties

Name Type Description Notes
ad_account_id str Associated ad account ID. [optional]
created_time float Creation time. Unix timestamp in seconds. [optional]
id str Customer list ID. [optional]
name str Customer list name. [optional]
num_batches float Total number of list updates. List creation counts as one batch. Each <a href=&quot;/docs/redoc/#operation/ads_v3_customer_list_add_handler_PUT&quot;>Append</a> or <a href=&quot;/docs/redoc/#operation/ads_v3_customer_list_remove_handler_PUT&quot;>Remove API</a> call counts as another. List creation via the Ads Manager UI could result in more than one batch since the UI breaks up large lists. [optional]
num_removed_user_records float Number of removed user records. In a <a href=&quot;/docs/redoc/#operation/ads_v3_customer_list_remove_handler_PUT&quot;>Remove API</a> call, this counter increases even if the user is not found in the list. [optional]
num_uploaded_user_records float Number of uploaded user records. In an <a href=&quot;/docs/redoc/#operation/ads_v3_customer_list_add_handler_PUT&quot;>Append API</a> call, this counter increases even if the uploaded user is already in the list. [optional]
status str Customer list status. TOO_SMALL - the list has less than 100 Pinterest users. [optional]
type str Always &quot;customerlist&quot;. [optional]
updated_time float Last update time. Unix timestamp in seconds. [optional]
exceptions {str: (bool, date, datetime, dict, float, int, list, str, none_type)} Customer list errors [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]