Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 1.11 KB

File metadata and controls

15 lines (12 loc) · 1.11 KB

# Ad

Properties

Name Type Description Notes
name string The name of the ad [optional]
description string The description of the ad [optional]
creative_id string The id of the Creative binded to this Ad [optional]
ad_set_id string The id of the Ad Set binded to this Ad [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]
start_date string The date when the ad will be launched String must be in ISO8601 format [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]

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