Resource: Datafeed
Datafeed configuration data.
JSON representation |
---|
{ "id": string, "name": string, "contentType": string, "attributeLanguage": string, "kind": string, "fileName": string, "fetchSchedule": { object ( |
Fields | |
---|---|
id |
Required for update. The ID of the data feed. |
name |
Required for insert. A descriptive name of the data feed. |
content |
Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are:
|
attribute |
The two-letter ISO 639-1 language in which the attributes are defined in the data feed. |
kind |
Identifies what kind of resource this is. Value: the fixed string " |
file |
Required. The filename of the feed. All feeds must have a unique file name. |
fetch |
Fetch schedule for the feed file. |
format |
Format of the feed file. |
targets[] |
The targets this feed should apply to (country, language, destinations). |
DatafeedFetchSchedule
The required fields vary based on the frequency of fetching. For a monthly fetch schedule, dayOfMonth and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required.
JSON representation |
---|
{ "dayOfMonth": integer, "weekday": string, "hour": integer, "timeZone": string, "fetchUrl": string, "username": string, "password": string, "minuteOfHour": integer, "paused": boolean } |
Fields | |
---|---|
day |
The day of the month the feed file should be fetched (1-31). |
weekday |
The day of the week the feed file should be fetched. Acceptable values are:
|
hour |
The hour of the day the feed file should be fetched (0-23). |
time |
Time zone used for schedule. UTC by default. For example, "America/Los_Angeles". |
fetch |
The URL where the feed file can be fetched. Google Merchant Center will support automatic scheduled uploads using the HTTP, HTTPS, FTP, or SFTP protocols, so the value will need to be a valid link using one of those four protocols. |
username |
An optional user name for fetchUrl. |
password |
An optional password for fetchUrl. |
minute |
The minute of the hour the feed file should be fetched (0-59). Read-only. |
paused |
Whether the scheduled fetch is paused or not. |
DatafeedFormat
JSON representation |
---|
{ "fileEncoding": string, "columnDelimiter": string, "quotingMode": string } |
Fields | |
---|---|
file |
Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are:
|
column |
Delimiter for the separation of values in a delimiter-separated values feed. If not specified, the delimiter will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are:
|
quoting |
Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are:
|
DatafeedTarget
JSON representation |
---|
{ "country": string, "feedLabel": string, "targetCountries": [ string ], "language": string, "includedDestinations": [ string ], "excludedDestinations": [ string ] } |
Fields | |
---|---|
country |
Deprecated. Use The country where the items in the feed will be included in the search index, represented as a CLDR territory code. |
feed |
Feed label for the DatafeedTarget. Either |
target |
The countries where the items may be displayed. Represented as a CLDR territory code. Will be ignored for "product inventory" feeds. |
language |
The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for |
included |
The list of destinations to include for this target (corresponds to checked check boxes in Merchant Center). Default destinations are always included unless provided in |
excluded |
The list of destinations to exclude for this target (corresponds to cleared check boxes in Merchant Center). Products that are excluded from all destinations for more than 7 days are automatically deleted. |
Methods |
|
---|---|
|
Deletes, fetches, gets, inserts and updates multiple datafeeds in a single request. |
|
Deletes a datafeed configuration from your Merchant Center account. |
|
Invokes a fetch for the datafeed in your Merchant Center account. |
|
Retrieves a datafeed configuration from your Merchant Center account. |
|
Registers a datafeed configuration with your Merchant Center account. |
|
Lists the configurations for datafeeds in your Merchant Center account. |
|
Updates a datafeed configuration of your Merchant Center account. |