Status of a feed uploaded by the aggregator's platform.
JSON representation |
---|
{ "name": string, "state": enum ( |
Fields | |
---|---|
name |
The feed resource name, which has the format of
|
state |
The processing state of this feed. |
error |
Human readable string providing more details if we failed to process this feed. |
statistics |
Statistics specific to this feed. |
FeedStatistics
Statistics obtained while processing an uploaded feed.
JSON representation |
---|
{ "newItems": string, "existingItems": string, "deletedItems": string } |
Fields | |
---|---|
new |
Newly added items by this feed. Items can be merchants, services or availability slots, depending on the type of the feed. |
existing |
Existing items, updated as needed from newer information from the feed. |
deleted |
Items no longer present in this feed, and that were removed as a result. |