Hide

type FeedChangeData (v201506)

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
FIELDS_UNCHANGED
The fields of this entity have not changed, but there may still be changes to its children.
FIELDS_CHANGED
The fields of this entity have changed, for example the name of an adgroup.
NEW
This entity was created during the time frame we're looking at. We will not enumerate all of the individual changes to this entity and its children. Instead it should be loaded from the appropriate service.
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.

Send feedback about...

AdWords API