Service
CustomerSyncService
Dependencies
CustomerChangeData
▼
FeedChangeData
Holds information about a changed feed and any feeds items within the feed.
- Namespace
-
https://adwords.google.com/api/adwords/ch/v201506
- Fields
Field | Type | Description |
---|---|---|
feedId |
xsd:long
|
The feed ID. |
feedChangeStatus |
ChangeStatus
|
Whether or not the fields of this feed have changed.
Enumerations
|
changedFeedItems |
xsd:long[]
|
A list of feed item IDs that have been added or modified within the the feed. If a feed item is deleted after a modification, it will not be included in this list. |
removedFeedItems |
xsd:long[]
|
A list feed item IDs that have been removed from the feed. |