chore: update docs/dyn , add static discovery files to discovery_cache/documents (#1111)
This PR was generated using Autosynth. :rainbow:
Synth log will be available here:
https://source.cloud.google.com/results/invocations/78f53313-0c78-4a29-8841-f031665a4c6a/targets
- [ ] To automatically regenerate this PR, check this box.
Source-Link: https://github.com/googleapis/synthtool/commit/c2de32114ec484aa708d32012d1fa8d75232daf5
diff --git a/docs/dyn/content_v2.datafeeds.html b/docs/dyn/content_v2.datafeeds.html
index 6cd0c9a..ca57753 100644
--- a/docs/dyn/content_v2.datafeeds.html
+++ b/docs/dyn/content_v2.datafeeds.html
@@ -93,7 +93,7 @@
<code><a href="#insert">insert(merchantId, body=None, dryRun=None, x__xgafv=None)</a></code></p>
<p class="firstline">Registers a datafeed configuration with your Merchant Center account.</p>
<p class="toc_element">
- <code><a href="#list">list(merchantId, maxResults=None, pageToken=None, x__xgafv=None)</a></code></p>
+ <code><a href="#list">list(merchantId, pageToken=None, maxResults=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists the configurations for datafeeds in your Merchant Center account.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -118,51 +118,51 @@
{
"entries": [ # The request entries to be processed in the batch.
{ # A batch entry encoding a single non-batch datafeeds request.
- "batchId": 42, # An entry ID, unique within the batch request.
- "method": "A String", # The method of the batch entry. Acceptable values are: - "`delete`" - "`fetchNow`" - "`get`" - "`insert`" - "`update`"
+ "merchantId": "A String", # The ID of the managing account.
"datafeed": { # Datafeed configuration data. # The data feed to insert.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "fetchUrl": "A String", # 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.
- "password": "A String", # An optional password for fetch_url.
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "username": "A String", # An optional user name for fetch_url.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
},
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
"targets": [ # The targets this feed should apply to (country, language, destinations).
{
- "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
"A String",
],
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
"country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
"A String",
],
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "fetchUrl": "A String", # 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.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "password": "A String", # An optional password for fetch_url.
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "username": "A String", # An optional user name for fetch_url.
},
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
},
+ "method": "A String", # The method of the batch entry. Acceptable values are: - "`delete`" - "`fetchNow`" - "`get`" - "`insert`" - "`update`"
"datafeedId": "A String", # The ID of the data feed to get, delete or fetch.
- "merchantId": "A String", # The ID of the managing account.
+ "batchId": 42, # An entry ID, unique within the batch request.
},
],
}
@@ -177,64 +177,64 @@
An object of the form:
{
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedsCustomBatchResponse".
"entries": [ # The result of the execution of the batch requests.
{ # A batch entry encoding a single non-batch datafeeds response.
+ "batchId": 42, # The ID of the request entry this entry responds to.
+ "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
+ "message": "A String", # The message of the first error in `errors`.
+ "code": 42, # The HTTP status of the first error in `errors`.
+ "errors": [ # A list of errors.
+ { # An error returned by the API.
+ "message": "A String", # A description of the error.
+ "reason": "A String", # The error code.
+ "domain": "A String", # The domain of the error.
+ },
+ ],
+ },
"datafeed": { # Datafeed configuration data. # The requested data feed. Defined if and only if the request was successful.
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
+ },
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
+ "targets": [ # The targets this feed should apply to (country, language, destinations).
+ {
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "A String",
+ ],
+ "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "A String",
+ ],
+ },
+ ],
"targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "id": "A String", # Required for update. The ID of the data feed.
"fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
"fetchUrl": "A String", # 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.
- "password": "A String", # An optional password for fetch_url.
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "username": "A String", # An optional user name for fetch_url.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
"timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "password": "A String", # An optional password for fetch_url.
"minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
"paused": True or False, # Whether the scheduled fetch is paused or not.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "username": "A String", # An optional user name for fetch_url.
},
"intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
"A String",
],
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
"fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
- "targets": [ # The targets this feed should apply to (country, language, destinations).
- {
- "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
- "A String",
- ],
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
- "country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
- "A String",
- ],
- },
- ],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
- },
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
},
- "batchId": 42, # The ID of the request entry this entry responds to.
- "errors": { # A list of errors returned by a failed batch entry. # A list of errors defined if and only if the request failed.
- "errors": [ # A list of errors.
- { # An error returned by the API.
- "domain": "A String", # The domain of the error.
- "message": "A String", # A description of the error.
- "reason": "A String", # The error code.
- },
- ],
- "message": "A String", # The message of the first error in `errors`.
- "code": 42, # The HTTP status of the first error in `errors`.
- },
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedsCustomBatchResponse".
}</pre>
</div>
@@ -290,44 +290,44 @@
An object of the form:
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "fetchUrl": "A String", # 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.
- "password": "A String", # An optional password for fetch_url.
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "username": "A String", # An optional user name for fetch_url.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
},
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
"targets": [ # The targets this feed should apply to (country, language, destinations).
{
- "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
"A String",
],
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
"country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
"A String",
],
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "fetchUrl": "A String", # 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.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "password": "A String", # An optional password for fetch_url.
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "username": "A String", # An optional user name for fetch_url.
},
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
}</pre>
</div>
@@ -342,44 +342,44 @@
The object takes the form of:
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "fetchUrl": "A String", # 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.
- "password": "A String", # An optional password for fetch_url.
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "username": "A String", # An optional user name for fetch_url.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
},
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
"targets": [ # The targets this feed should apply to (country, language, destinations).
{
- "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
"A String",
],
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
"country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
"A String",
],
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "fetchUrl": "A String", # 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.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "password": "A String", # An optional password for fetch_url.
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "username": "A String", # An optional user name for fetch_url.
},
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
}
@@ -393,56 +393,56 @@
An object of the form:
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "fetchUrl": "A String", # 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.
- "password": "A String", # An optional password for fetch_url.
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "username": "A String", # An optional user name for fetch_url.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
},
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
"targets": [ # The targets this feed should apply to (country, language, destinations).
{
- "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
"A String",
],
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
"country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
"A String",
],
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "fetchUrl": "A String", # 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.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "password": "A String", # An optional password for fetch_url.
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "username": "A String", # An optional user name for fetch_url.
},
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
}</pre>
</div>
<div class="method">
- <code class="details" id="list">list(merchantId, maxResults=None, pageToken=None, x__xgafv=None)</code>
+ <code class="details" id="list">list(merchantId, pageToken=None, maxResults=None, x__xgafv=None)</code>
<pre>Lists the configurations for datafeeds in your Merchant Center account.
Args:
merchantId: string, The ID of the account that manages the datafeeds. This account cannot be a multi-client account. (required)
- maxResults: integer, The maximum number of products to return in the response, used for paging.
pageToken: string, The token returned by the previous request.
+ maxResults: integer, The maximum number of products to return in the response, used for paging.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
@@ -452,48 +452,48 @@
An object of the form:
{
- "nextPageToken": "A String", # The token for the retrieval of the next page of datafeeds.
"kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedsListResponse".
+ "nextPageToken": "A String", # The token for the retrieval of the next page of datafeeds.
"resources": [
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "fetchUrl": "A String", # 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.
- "password": "A String", # An optional password for fetch_url.
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "username": "A String", # An optional user name for fetch_url.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
},
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
"targets": [ # The targets this feed should apply to (country, language, destinations).
{
- "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
"A String",
],
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
"country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
"A String",
],
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "fetchUrl": "A String", # 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.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "password": "A String", # An optional password for fetch_url.
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "username": "A String", # An optional user name for fetch_url.
},
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
},
],
@@ -525,44 +525,44 @@
The object takes the form of:
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "fetchUrl": "A String", # 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.
- "password": "A String", # An optional password for fetch_url.
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "username": "A String", # An optional user name for fetch_url.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
},
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
"targets": [ # The targets this feed should apply to (country, language, destinations).
{
- "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
"A String",
],
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
"country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
"A String",
],
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "fetchUrl": "A String", # 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.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "password": "A String", # An optional password for fetch_url.
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "username": "A String", # An optional user name for fetch_url.
},
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
}
@@ -576,44 +576,44 @@
An object of the form:
{ # Datafeed configuration data.
- "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
- "fetchUrl": "A String", # 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.
- "password": "A String", # An optional password for fetch_url.
- "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
- "username": "A String", # An optional user name for fetch_url.
- "hour": 42, # The hour of the day the feed file should be fetched (0-23).
- "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
- "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
- "paused": True or False, # Whether the scheduled fetch is paused or not.
- "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "format": { # Format of the feed file.
+ "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
+ "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
},
- "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
- "A String",
- ],
- "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
- "name": "A String", # Required for insert. A descriptive name of the data feed.
- "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
- "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
- "id": "A String", # Required for update. The ID of the data feed.
+ "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
"targets": [ # The targets this feed should apply to (country, language, destinations).
{
- "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
+ "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
"A String",
],
- "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
"country": "A String", # The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
- "excludedDestinations": [ # The list of destinations to exclude for this target (corresponds to unchecked check boxes in Merchant Center).
+ "language": "A String", # The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targets[].country`.
+ "includedDestinations": [ # 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 `excludedDestinations`. List of supported destinations (if available to the account): - DisplayAds - Shopping - ShoppingActions - SurfacesAcrossGoogle
"A String",
],
},
],
- "kind": "A String", # Identifies what kind of resource this is. Value: the fixed string "`content#datafeed`"
- "format": { # Format of the feed file.
- "fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected. Acceptable values are: - "`latin-1`" - "`utf-16be`" - "`utf-16le`" - "`utf-8`" - "`windows-1252`"
- "quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds. Acceptable values are: - "`normal character`" - "`value quoting`"
- "columnDelimiter": "A String", # 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: - "`pipe`" - "`tab`" - "`tilde`"
+ "targetCountry": "A String", # [DEPRECATED] Please use targets[].country instead. The country where the items in the feed will be included in the search index, represented as a CLDR territory code.
+ "id": "A String", # Required for update. The ID of the data feed.
+ "fetchSchedule": { # The required fields vary based on the frequency of fetching. For a monthly fetch schedule, day_of_month and hour are required. For a weekly fetch schedule, weekday and hour are required. For a daily fetch schedule, only hour is required. # Fetch schedule for the feed file.
+ "fetchUrl": "A String", # 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.
+ "timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
+ "dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
+ "hour": 42, # The hour of the day the feed file should be fetched (0-23).
+ "password": "A String", # An optional password for fetch_url.
+ "minuteOfHour": 42, # The minute of the hour the feed file should be fetched (0-59). Read-only.
+ "paused": True or False, # Whether the scheduled fetch is paused or not.
+ "weekday": "A String", # The day of the week the feed file should be fetched. Acceptable values are: - "`monday`" - "`tuesday`" - "`wednesday`" - "`thursday`" - "`friday`" - "`saturday`" - "`sunday`"
+ "username": "A String", # An optional user name for fetch_url.
},
+ "intendedDestinations": [ # [DEPRECATED] Please use targets[].includedDestinations instead. The list of intended destinations (corresponds to checked check boxes in Merchant Center).
+ "A String",
+ ],
+ "fileName": "A String", # Required. The filename of the feed. All feeds must have a unique file name.
+ "contentType": "A String", # Required. The type of data feed. For product inventory feeds, only feeds for local stores, not online stores, are supported. Acceptable values are: - "`local products`" - "`product inventory`" - "`products`"
+ "contentLanguage": "A String", # [DEPRECATED] Please use targets[].language instead. The two-letter ISO 639-1 language of the items in the feed. Must be a valid language for `targetCountry`.
+ "name": "A String", # Required for insert. A descriptive name of the data feed.
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
}</pre>
</div>