Service
AdGroupAdService
MutateJobService
Dependencies
Manages the labels associated with an AdGroupAd.
Field | Type | Description |
---|---|---|
adGroupId Required
|
xsd:long
|
The id of the adgroup containing the ad that the label to be applied to.
This field is required and should not be null when it is contained within Operators : ADD, REMOVE.
|
adId Required
|
xsd:long
|
The id of the ad that the label to be 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 ad.
This field is required and should not be null when it is contained within Operators : ADD, REMOVE.
|