Service
CampaignService
MutateJobService
Dependencies
Manages the labels associated with a campaign.
- Namespace
-
https://adwords.google.com/api/adwords/cm/v201506
- Fields
Field | Type | Description |
---|---|---|
campaignId Required
|
xsd:long
|
The id of the campaign 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 campaign.
This field is required and should not be null when it is contained within Operators : ADD, REMOVE.
|