Service
CampaignCriterionService
MutateJobService
Dependencies
Inheritance
CampaignCriterion
▼
NegativeCampaignCriterion
Represents a campaign level criterion.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201209 - Fields
| Field | Type | Description |
|---|---|---|
| campaignId Filterable
Required
Selectable
|
xsd:long
|
The campaign that the criterion is in.
This field can be selected using the value "CampaignId".
This field can be filtered on.
This field is required and should not be null.
|
| isNegative Filterable
ReadOnly
Selectable
|
xsd:boolean
|
This field can be selected using the value "IsNegative". This field can be filtered on. This field is read only and should not be set. If this field is sent to the API, it will be ignored. |
| criterion Required
|
The criterion part of the campaign criterion.
This field is required and should not be null.
|
|
| bidModifier Filterable
Selectable
|
xsd:double
|
The modifier for bids when the criterion matches. This field must be between 0.10 and 10.0, inclusive. Specify -1.0 to clear existing bid modifier. This field can be selected using the value "BidModifier". This field can be filtered on. |
| forwardCompatibilityMap |
String_StringMapEntry[]
|
This Map provides a place to put new features and settings in older versions of the AdWords API in the rare instance we need to introduce a new feature in an older version. It is presently unused. Do not set a value. |
| CampaignCriterion.Type |
xsd:string
|
Indicates that this instance is a subtype of CampaignCriterion. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead. |