Create a Campaign
Creates campaign under a given ad account.
Request
- ad_account_idstring [uuid]Required
A unique identifier for an Ad Account.
Example value:"ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"
- namestringRequired
Name given to identify your campaign.
Example value:"Spotify Ads Summer Campaign 2022"
Pattern:^\S.*\S$
Length between2
and120
- purchase_orderstring
A purchase order number, to be shown on your invoice, for your own personal organization.
Example value:"ORDER_1"
Length between2
and45
- objectivestringRequired
Objective for a campaign (UNSET cannot be provided as an input)
Example value:"EVEN_IMPRESSION_DELIVERY"
Default value:"EVEN_IMPRESSION_DELIVERY"
Allowed values:"REACH"
,"EVEN_IMPRESSION_DELIVERY"
,"CLICKS"
,"UNSET"
Response
Metadata of created campaign.
- idstring [uuid]
A unique identifier for the entity.
Example value:"ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a"
- namestring
Name given to identify your campaign.
Example value:"Spotify Ads Summer Campaign 2022"
Pattern:^\S.*\S$
Length between2
and120
- created_atstring [date-time]
Date the ad set was created. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ
Example value:"2026-01-23T04:56:07Z"
- updated_atstring [date-time]
Date the ad set was updated. Time should be in ISO 8601 format using Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ
Example value:"2026-01-23T04:56:07Z"
- purchase_orderstring
A purchase order number, to be shown on your invoice, for your own personal organization.
Example value:"ORDER_1"
Length between2
and45
- statusstring
Current state of campaign.
Example value:"ACTIVE"
Allowed values:"UNSET"
,"ACTIVE"
,"PAUSED"
,"ARCHIVED"
,"UNRECOGNIZED"
- objectivestring
Objective for a campaign (UNSET cannot be provided as an input)
Example value:"EVEN_IMPRESSION_DELIVERY"
Default value:"EVEN_IMPRESSION_DELIVERY"
Allowed values:"REACH"
,"EVEN_IMPRESSION_DELIVERY"
,"CLICKS"
,"UNSET"
Response sample
{ "id": "ce4ff15e-f04d-48b9-9ddf-fb3c85fbd57a", "name": "Spotify Ads Summer Campaign 2022", "created_at": "2026-01-23T04:56:07Z", "updated_at": "2026-01-23T04:56:07Z", "purchase_order": "ORDER_1", "status": "ACTIVE", "objective": "EVEN_IMPRESSION_DELIVERY"}