Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.19 KB

File metadata and controls

16 lines (13 loc) · 1.19 KB

# Ad

Properties

Name Type Description Notes
ad_set_id string The id of the Ad Set binded to this Ad [optional]
creative_id string The id of the Creative binded to this Ad [optional]
description string The description of the ad [optional]
end_date string The date when when we will stop to show this ad. If the end date is not specified (i.e. null) then the ad will go on forever String must be in ISO8601 format [optional]
id string Unique identifier (duplicate of the parent id). [optional]
inventory_type string The inventory the Ad belongs to. Possible values are "Display" and "Native". This is optional since this doesn't make sense for every creative type but will throw an error if not set for a dynamic creative. [optional]
name string The name of the ad [optional]
start_date string The date when the ad will be launched String must be in ISO8601 format [optional]

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