Create Ad
Creates a new ad.
Request
- ad_account_idstring [uuid]Required
- advertiser_idstring [uuid]Required
The Unique ID returned back when a new advertiser is created.
- Required
- audio_asset_idstring [uuid]
The audio ID provided back when an audio upload url is requested. Note this does not mean it's processed successfully; you will need to check the status for that.
Example:"2f5488b7-0a48-4751-b3b8-701df2d8cd90"
- video_asset_idstring [uuid]
The video ID provided back when a upload url is requested. Note this does not mean it's processed successfully; you will need to check the status for that.
Example:"2f5488b7-0a48-4751-b3b8-701df2d8cd90"
- companion_asset_idstring [uuid]Required
The ID provided back when an companion image upload url is requested. Note this does not mean its Processed successfully, you will need to check the status for that* bbbv , cv.
- clickthrough_urlstring [uri]Required
The link to the ads desired landing page activated by a button labelled CTA below and also the cover art image.
Example:"www.spotify.com"
- landing_page_domainstring [uri]Required
URL the campaign will direct to
Example:"www.spotify.com"
- namestringRequired
Name given to identify your ad.
Example:"Spotify Discover Weekly feature ad"
- taglinestring
- brand_namestringRequired
Brand name of your ad.
- measurement_partnerstring [measurement-partner]Allowed values:
"IAS"
Example:"IAS"
- urlstring
Response
- idstring [uuid]
ID for the actual ad ad that will be displayed to the user. It is a container for assets and metadata for the ad. It contains asset IDs which are generated via the asset endpoint.
Response sample
{ "id": "pa66a2eb-35cf-46a4-8d2e-0j95dfc133r7"}