Skip to main content

datafeedstatuses

Overview

Namedatafeedstatuses
TypeResource
Idgoogledevelopers.content.datafeedstatuses

Fields

NameDatatypeDescription
datafeedIdstringThe ID of the feed for which the status is reported.
warningsarrayThe list of errors occurring in the feed.
itemsTotalstringThe number of items in the feed that were processed.
itemsValidstringThe number of items in the feed that were valid.
kindstringIdentifies what kind of resource this is. Value: the fixed string "content#datafeedStatus"
languagestringThe two-letter ISO 639-1 language for which the status is reported.
processingStatusstringThe processing status of the feed. Acceptable values are: - ""failure": The feed could not be processed or all items had errors." - "in progress": The feed is being processed. - "none": The feed has not yet been processed. For example, a feed that has never been uploaded will have this processing status. - "success": The feed was processed successfully, though some items might have had errors.
lastUploadDatestringThe last date at which the feed was uploaded.
errorsarrayThe list of errors occurring in the feed.
countrystringThe country for which the status is reported, represented as a CLDR territory code.
feedLabelstringThe feed label status is reported for.

Methods

NameAccessible byRequired ParamsDescription
getSELECTdatafeedId, merchantIdRetrieves the status of a datafeed from your Merchant Center account.
listSELECTmerchantIdLists the statuses of the datafeeds in your Merchant Center account.
custombatchEXECGets multiple Merchant Center datafeed statuses in a single request.