Hide

type AdGroupCriterion (v201506)

Represents a criterion in an ad group, used with AdGroupCriterionService.


Namespace
https://adwords.google.com/api/adwords/cm/v201506
Fields
Field Type Description
adGroupId
Required
xsd:long The ad group this criterion is in. This field is required and should not be null.
criterionUse
ReadOnly
CriterionUse This field is read only and will be ignored when sent to the API.
Enumerations
BIDDABLE
Biddable (positive) criterion
NEGATIVE
Negative criterion
criterion
Required
  1. Criterion
    1. AdSchedule
    2. AgeRange
    3. AppPaymentModel
    4. Carrier
    5. ContentLabel
    6. Gender
    7. IpBlock
    8. Keyword
    9. Language
    10. Location
    11. MobileAppCategory
    12. MobileApplication
    13. MobileDevice
    14. OperatingSystemVersion
    15. Placement
    16. Platform
    17. ProductPartition
    18. ProductScope
    19. Proximity
    20. LocationGroups
    21. CriterionUserInterest
    22. CriterionUserList
    23. Vertical
    24. Webpage
    25. YouTubeChannel
    26. YouTubeVideo
The criterion part of the ad group criterion. This field is required and should not be null.
labels
ReadOnly
  1. Label[]
    1. TextLabel
Labels that are attached to the AdGroupCriterion. To associate an existing Label to an existing AdGroupCriterion, use AdGroupCriterionService.mutateLabel with ADD operator. To remove an associated Label from the AdGroupCriterion, use AdGroupCriterionService.mutateLabel with REMOVE operator. To filter on Labels, use one of Predicate.Operator.CONTAINS_ALL, Predicate.Operator.CONTAINS_ANY, Predicate.Operator.CONTAINS_NONE operators with a list of Label ids. This field is read only and will be ignored when sent to the API for the following Operators: REMOVE and SET.
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.
AdGroupCriterion.Type xsd:string Indicates that this instance is a subtype of AdGroupCriterion. Although this field is returned in the response, it is ignored on input and cannot be selected. Specify xsi:type instead.

Send feedback about...

AdWords API