You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
117
-
"contentType": "A String", # The type of data feed.
118
-
"name": "A String", # A descriptive name of the data feed.
119
-
"contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed.
120
-
"format": { # Format of the feed file.
121
-
"fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
122
-
"quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
123
-
"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.
124
-
},
125
-
"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.
126
-
"username": "A String", # An optional user name for fetch_url.
127
-
"hour": 42, # The hour of the day the feed file should be fetched (0-24).
128
-
"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.
129
-
"weekday": "A String", # The day of the week the feed file should be fetched.
130
-
"timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
131
-
"password": "A String", # An optional password for fetch_url.
132
-
"dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
133
-
},
134
-
"targetCountry": "A String", # The two-letter ISO 3166 country where the items in the feed will be included in the search index.
135
-
"fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
136
-
"intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
137
-
"A String",
138
-
],
139
-
"id": "A String", # The ID of the data feed.
140
-
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
141
-
},
142
-
},
143
-
"methodName": "A String",
144
-
"datafeedsinsertrequest": {
145
-
"resource": {
146
-
"kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
147
-
"contentType": "A String", # The type of data feed.
148
-
"name": "A String", # A descriptive name of the data feed.
149
-
"contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed.
150
-
"format": { # Format of the feed file.
151
-
"fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
152
-
"quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
153
-
"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.
154
-
},
155
-
"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.
156
-
"username": "A String", # An optional user name for fetch_url.
157
-
"hour": 42, # The hour of the day the feed file should be fetched (0-24).
158
-
"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.
159
-
"weekday": "A String", # The day of the week the feed file should be fetched.
160
-
"timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
161
-
"password": "A String", # An optional password for fetch_url.
162
-
"dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
163
-
},
164
-
"targetCountry": "A String", # The two-letter ISO 3166 country where the items in the feed will be included in the search index.
165
-
"fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
166
-
"intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
167
-
"A String",
168
-
],
169
-
"id": "A String", # The ID of the data feed.
170
-
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
171
-
},
172
-
},
173
-
},
174
-
],
175
-
}
176
-
177
-
178
-
Returns:
179
-
An object of the form:
180
-
181
-
{
182
-
"entrys": [
183
-
{
184
-
"batchId": 42,
185
-
"datafeedsgetresponse": {
186
-
"kind": "content#datafeedsGetResponse", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedsGetResponse".
187
-
"resource": {
188
-
"kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
189
-
"contentType": "A String", # The type of data feed.
190
-
"name": "A String", # A descriptive name of the data feed.
191
-
"contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed.
192
-
"format": { # Format of the feed file.
193
-
"fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
194
-
"quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
195
-
"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.
196
-
},
197
-
"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.
198
-
"username": "A String", # An optional user name for fetch_url.
199
-
"hour": 42, # The hour of the day the feed file should be fetched (0-24).
200
-
"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.
201
-
"weekday": "A String", # The day of the week the feed file should be fetched.
202
-
"timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
203
-
"password": "A String", # An optional password for fetch_url.
204
-
"dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
205
-
},
206
-
"targetCountry": "A String", # The two-letter ISO 3166 country where the items in the feed will be included in the search index.
207
-
"fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
208
-
"intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
209
-
"A String",
210
-
],
211
-
"id": "A String", # The ID of the data feed.
212
-
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
213
-
},
214
-
},
215
-
"datafeedsinsertresponse": {
216
-
"kind": "content#datafeedsInsertResponse", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedsInsertResponse".
217
-
"resource": {
218
-
"kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
219
-
"contentType": "A String", # The type of data feed.
220
-
"name": "A String", # A descriptive name of the data feed.
221
-
"contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed.
222
-
"format": { # Format of the feed file.
223
-
"fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
224
-
"quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
225
-
"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.
226
-
},
227
-
"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.
228
-
"username": "A String", # An optional user name for fetch_url.
229
-
"hour": 42, # The hour of the day the feed file should be fetched (0-24).
230
-
"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.
231
-
"weekday": "A String", # The day of the week the feed file should be fetched.
232
-
"timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
233
-
"password": "A String", # An optional password for fetch_url.
234
-
"dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
235
-
},
236
-
"targetCountry": "A String", # The two-letter ISO 3166 country where the items in the feed will be included in the search index.
237
-
"fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
238
-
"intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
239
-
"A String",
240
-
],
241
-
"id": "A String", # The ID of the data feed.
242
-
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
243
-
},
244
-
},
245
-
"datafeedsupdateresponse": {
246
-
"kind": "content#datafeedsUpdateResponse", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedsUpdateResponse".
247
-
"resource": {
248
-
"kind": "content#datafeed", # Identifies what kind of resource this is. Value: the fixed string "content#datafeed".
249
-
"contentType": "A String", # The type of data feed.
250
-
"name": "A String", # A descriptive name of the data feed.
251
-
"contentLanguage": "A String", # The two-letter ISO 639-1 language of the items in the feed.
252
-
"format": { # Format of the feed file.
253
-
"fileEncoding": "A String", # Character encoding scheme of the data feed. If not specified, the encoding will be auto-detected.
254
-
"quotingMode": "A String", # Specifies how double quotes are interpreted. If not specified, the mode will be auto-detected. Ignored for non-DSV data feeds.
255
-
"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.
256
-
},
257
-
"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.
258
-
"username": "A String", # An optional user name for fetch_url.
259
-
"hour": 42, # The hour of the day the feed file should be fetched (0-24).
260
-
"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.
261
-
"weekday": "A String", # The day of the week the feed file should be fetched.
262
-
"timeZone": "A String", # Time zone used for schedule. UTC by default. E.g., "America/Los_Angeles".
263
-
"password": "A String", # An optional password for fetch_url.
264
-
"dayOfMonth": 42, # The day of the month the feed file should be fetched (1-31).
265
-
},
266
-
"targetCountry": "A String", # The two-letter ISO 3166 country where the items in the feed will be included in the search index.
267
-
"fileName": "A String", # The filename of the feed. All feeds must have a unique file name.
268
-
"intendedDestinations": [ # The list of intended destinations (corresponds to checked check boxes in Merchant Center).
269
-
"A String",
270
-
],
271
-
"id": "A String", # The ID of the data feed.
272
-
"attributeLanguage": "A String", # The two-letter ISO 639-1 language in which the attributes are defined in the data feed.
273
-
},
274
-
},
275
-
},
276
-
],
277
-
"kind": "content#datafeedsBatchResponse", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedsBatchResponse".
"kind": "content#datafeedstatusesGetResponse", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedstatusesGetResponse".
117
-
"resource": {
118
-
"kind": "content#datafeedStatus", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedStatus".
119
-
"errors": [ # The list of errors occurring in the feed.
120
-
{ # An error occurring in the feed, like "invalid price".
121
-
"count": 42, # The number of occurrences of the error in the feed.
122
-
"message": "A String", # The error message, e.g., "Invalid price".
123
-
"code": "A String", # The code of the error, e.g., "validation/invalid_value".
124
-
"examples": [ # A list of example occurrences of the error, grouped by product.
125
-
{ # An example occurrence for a particular error.
126
-
"itemId": "A String", # The ID of the example item.
127
-
"value": "A String", # The problematic value.
128
-
"lineNumber": 42, # Line number in the data feed where the example is found.
129
-
},
130
-
],
131
-
},
132
-
],
133
-
"processingStatus": "A String", # The processing status of the feed.
134
-
"itemsTotal": 42, # The number of items in the feed that were processed.
135
-
"warnings": [ # The list of errors occurring in the feed.
136
-
{ # An error occurring in the feed, like "invalid price".
137
-
"count": 42, # The number of occurrences of the error in the feed.
138
-
"message": "A String", # The error message, e.g., "Invalid price".
139
-
"code": "A String", # The code of the error, e.g., "validation/invalid_value".
140
-
"examples": [ # A list of example occurrences of the error, grouped by product.
141
-
{ # An example occurrence for a particular error.
142
-
"itemId": "A String", # The ID of the example item.
143
-
"value": "A String", # The problematic value.
144
-
"lineNumber": 42, # Line number in the data feed where the example is found.
145
-
},
146
-
],
147
-
},
148
-
],
149
-
"itemsValid": 42, # The number of items in the feed that were valid.
150
-
"datafeedId": "A String", # The ID of the feed for which the status is reported.
151
-
},
152
-
},
153
-
},
154
-
],
155
-
"kind": "content#datafeedstatusesBatchResponse", # Identifies what kind of resource this is. Value: the fixed string "content#datafeedstatusesBatchResponse".
0 commit comments