Get Ad Campaign
GET /ad-campaigns/{campaign_id}
GET
/ad-campaigns/{campaign_id}
Fetch one paid ad campaign.
Authorizations
Parameters
Path Parameters
campaign_id
required
Ad campaign ID
integer
Ad campaign ID
Header Parameters
Responses
200
Successful Response
object
data
required
A launched paid-ad campaign.
Creative fields are NOT published here even though they still exist on the
underlying row for backwards compatibility. They are attributes of an ad,
not of a campaign, and publishing them at campaign level would force either
a breaking change or a permanent duplicate representation once a campaign
holds more than one ad. Read them from /ad-campaigns/{id}/ads.
object
ad_count
Number of live (non-archived) ads in this campaign
integer
id
required
integer
name
required
string
platform
required
string
status
required
string
sync_config_id
required
integer
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string