get_campaign_network_settings
Check which retail networks a Sponsored Products campaign targets, including country-specific sites and storefronts. Returns saved network settings or an empty list if none are configured.
Instructions
Get the networks a Sponsored Products campaign targets. Returns the networks a Sponsored Products campaign targets. A network is a retailer serving surface, such as a country-specific site or a storefront of the same retailer. A campaign with no saved network settings returns an empty networks array
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | JSON request body matching the endpoint schema. See get_endpoint_definition for details. | |
| x_token | No | Authentication token for the x-token header (required to make the call). | |
| campaign_id | Yes | Client-facing campaign-group ID. Resolved internally to the backing adgroup ID. Numeric value carried as a string per the published contract; server validates it as a number (non-numeric -> 400). | |
| advertiser_id | Yes | Osmos generated unique identifier for the onboarded advertiser. Carried as a string per the published SDA v1 contract; the server validates it as a number (non-numeric -> 400). | |
| x_retailer_id | No | Retailer identifier for the x-retailer-id header (required to make the call). |