Service
CampaignService
MutateJobService
Inheritance
Setting for shopping campaigns. Defines the universe of products covered by the campaign. Encapsulates a merchant ID, sales country, and campaign priority.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506 - Fields
| Field | Type | Description |
|---|---|---|
| Setting (inherited) | ||
| Setting.Type |
xsd:string
|
Indicates that this instance is a subtype of Setting. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |
| ShoppingSetting | ||
| merchantId Required
|
xsd:long
|
ID of the Merchant Center account.
This field is required and should not be null when it is contained within Operators : ADD.
|
| salesCountry Required
|
xsd:string
|
Sales country of products to include in the campaign.
This field is required and should not be null when it is contained within Operators : ADD.
|
| campaignPriority InRange
Required
|
xsd:int
|
Priority of the campaign. Campaigns with numerically higher priorities take precedence over
those with lower priorities.
This field must be between 0 and 2, inclusive.
This field is required and should not be null when it is contained within Operators : ADD.
|
| enableLocal |
xsd:boolean
|
Enable local inventory ads. |