Service
AdGroupCriterionService
MutateJobService
Dependencies
Manages the labels associated with an AdGroupCriterion.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506 - Fields
| Field | Type | Description |
|---|---|---|
| adGroupId Required
|
xsd:long
|
The id of the adgroup containing the criterion that the label is applied to.
This field is required and should not be null when it is contained within Operators : ADD, REMOVE.
|
| criterionId Required
|
xsd:long
|
The id of the criterion that the label is applied to.
This field is required and should not be null when it is contained within Operators : ADD, REMOVE.
|
| labelId Required
|
xsd:long
|
The id of an existing label to be applied to the adgroup criterion.
This field is required and should not be null when it is contained within Operators : ADD, REMOVE.
|