v1

latestOpenAPI 3.0.12026-07-22204678550.0 KB
Campaign

/2026-01/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/campaigns

Get the collection of CRP campaigns associated with the advertiserId.

get/2026-01/marketing-solutions/marketplace-performance-outcomes/advertisers/{advertiserId}/campaigns

Path parameters

advertiserIdstring int32 required

Id of the advertiser

Response

Success

adSetDeliveryStatus'Running' | 'Archived' | 'NotRunning'

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

campaignNamestring

Display name of the campaign

idinteger

Unique campaign identifier

status0 | 1 | 2 nullable

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

Example response

[
  {
    "id": 436017,
    "campaignName": "Sponsored Products - Main",
    "adSetDeliveryStatus": "Running",
    "status": 0
  }
]