Skip to content
Ads API •References / Ads / Create Ad

Create Ad

Creates a new ad.

Request

  • ad_account_id
    string [uuid]
    Required
  • name
    string
    Required

    Name given to identify your ad.

    Example value: "Spotify Discover Weekly feature ad"
  • Required
  • advertiser_id
    string [uuid]
    Required

    The unique ID returned when a new advertiser is created.

  • landing_page_domain
    string [uri]
    Required

    URL the campaign will direct to

    Example value: "www.spotify.com"
  • clickthrough_url
    string [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

  • id
    string [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"}