Service
AdGroupService
MutateJobService
Dependencies
Manages the labels associated with an AdGroup.
Field | Type | Description |
---|---|---|
adGroupId Required
|
xsd:long
|
The id of the adGroup 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 ad group.
This field is required and should not be null when it is contained within Operators : ADD, REMOVE.
|