Skip to content

List Campaign Ads

GET
/ad-campaigns/{campaign_id}/ads

List the ads in a campaign.

Always a collection. A campaign launched before per-ad control existed returns its single implicit ad, promoted to a real slot on first read so the caller receives a stable id it can act on.

Authorizations

Parameters

Path Parameters

campaign_id
required

Ad campaign ID

integer

Ad campaign ID

Query Parameters

include_archived
boolean

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
data
required
object
ads
required
Array<object>

One ad inside a campaign — a creative slot.

id is graph8’s, and it is stable: editing an ad almost always mints a new platform ad (LinkedIn creatives are immutable, and on Google only Search/RSA is mutable in place), but the slot and its measurement history survive that. Address an ad by this id, never by platform_ad_id.

object
approval_nuance
Any of:
string
campaign_id
required
integer
copy_assets
Any of:
object
key
additional properties
any
created_at
Any of:
string
creative_image_url
Any of:
string
creative_image_url_portrait
Any of:
string
creative_image_url_square
Any of:
string
cta
Any of:
string
description
Any of:
string
destination_url
Any of:
string
error_message
Any of:
string
headline
Any of:
string
id
Any of:
integer
launched_at
Any of:
string
logo_image_url
Any of:
string
name
Any of:
string
platform_ad_id
Any of:
string
policy_topics
Any of:
Array<object>
object
key
additional properties
any
primary_text
Any of:
string
slot_index
required
integer
source_ad_creative_id
Any of:
string
status
required

Draft | launching | active | paused | archived | failed

string
campaign_id
required
integer
count
required
integer
platform
Any of:
string
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string