Service
CampaignCriterionService
MutateJobService
Inheritance
CampaignCriterion
▼
NegativeCampaignCriterion
A negative campaign criterion.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201306 - Fields
| Field | Type | Description |
|---|---|---|
| CampaignCriterion (inherited) | ||
| 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.
Allowable modifier values depend on the criterion:
-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. |
| NegativeCampaignCriterion | ||