save_campaign_network_settings
Save the networks a Sponsored Products campaign targets, replacing previous selections. Include every network the campaign should target in each call.
Instructions
Save the networks a Sponsored Products campaign targets. Saves the networks a Sponsored Products campaign targets. Each call replaces the previously saved set; include every network the campaign should target. A campaign_id that does not exist for the advertiser returns 404 with code RESOURCE_NOT_FO
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). |