Skip to main content
GET
/2025-10/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/campaigns

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

advertiserId
string<int32>
required

Id of the advertiser

Response

200 - application/json

Success

adSetDeliveryStatus
enum<string>
read-only

Human-readable delivery status of the campaign's ad set

Available options:
Running,
Archived,
NotRunning
campaignName
string

Display name of the campaign

id
integer<int32>

Unique campaign identifier

status
enum<integer> | null

Numeric delivery status: 0 = Running, 1 = Archived, 2 = NotRunning

Available options:
0,
1,
2