Ads API •References / Ads / Create Ad
Create Ad
Creates a new ad.
Request
- ad_account_idstring [uuid]Required
- namestringRequired
Name given to identify your ad.
Example value:"Spotify Discover Weekly feature ad"
- Required
- advertiser_idstring [uuid]Required
The unique ID returned when a new advertiser is created.
- landing_page_domainstring [uri]Required
URL the campaign will direct to
Example value:"www.spotify.com"
- 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 value:"www.spotify.com"
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"}