Service
CustomerSyncService
Dependencies
CustomerChangeData
▼
CampaignChangeData
Holds information about a changed campaign and any adgroups under that have changed.
- Namespace
-
https://adwords.google.com/api/adwords/ch/v201209
- Fields
Field | Type | Description |
---|---|---|
campaignId |
xsd:long
|
The campaign Id. |
campaignChangeStatus |
ChangeStatus
|
Whether or not the fields of this campaign have changed. Changes to campaign level
criteria and ad extensions are enumerated in their respective lists and will not be
reflected in this status. Enumerations
|
changedAdGroups |
AdGroupChangeData[]
|
A list of change information for all changed adgroups belonging to the campaign. |
addedCampaignCriteria |
xsd:long[]
|
A list of criteria ids that have been added as campaign criteria. This list includes any criteria that can be downloaded using CampaignCriterionService. |
deletedCampaignCriteria |
xsd:long[]
|
A list of criteria ids that have been deleted as campaign criteria. This list includes any criteria that can be downloaded using CampaignCriterionService. |
addedAdExtensions |
xsd:long[]
|
A list of ad extension ids that have been added to the campaign. |
deletedAdExtensions |
xsd:long[]
|
A list of ad extension ids that have been removed from the campaign. |
campaignTargetingChanged |
xsd:boolean
|
Whether there have been campaign targeting changes. |