Skip to content
Ads APIReferences / Campaigns / Create Campaign

Create Campaign

Creates a new campaign.

Request

  • ad_account_id
    string [uuid]
    Required
  • advertiser_id
    string [uuid]
    Required

    The unique ID returned when a new advertiser is created.

  • description
    string

    Descriptor for the campaign.

    Example: "New Campaign"
  • landing_page_domain
    string [uri]
    Required

    URL the campaign will direct to.

    Example: "www.spotify.com"
  • name
    string
    Required

    Name given to identify your campaign

    Example: "Spotify Ads Summer Campaign 2022"

Response

  • id
    string [uuid]

    ID associated with the campaign that will contain one to many ad sets within it.

Response sample

{  "id": "2g5488b7-0a48-4751-b3b8-701df2d8cd91"}