|
119 | 119 | ],
|
120 | 120 | "parameters": {
|
121 | 121 | "parent": {
|
122 |
| - "description": "Required. The merchant account that will own the new conversion source. Format: accounts/{account}", |
| 122 | + "description": "Required. The merchant account that will own the new conversion source. Format: `accounts/{account}`", |
123 | 123 | "location": "path",
|
124 | 124 | "pattern": "^accounts/[^/]+$",
|
125 | 125 | "required": true,
|
|
147 | 147 | ],
|
148 | 148 | "parameters": {
|
149 | 149 | "name": {
|
150 |
| - "description": "Required. The name of the conversion source to be deleted. Format: accounts/{account}/conversionSources/{conversion_source}", |
| 150 | + "description": "Required. The name of the conversion source to be deleted. Format: `accounts/{account}/conversionSources/{conversion_source}`", |
151 | 151 | "location": "path",
|
152 | 152 | "pattern": "^accounts/[^/]+/conversionSources/[^/]+$",
|
153 | 153 | "required": true,
|
|
172 | 172 | ],
|
173 | 173 | "parameters": {
|
174 | 174 | "name": {
|
175 |
| - "description": "Required. The name of the conversion source to be fetched. Format: accounts/{account}/conversionSources/{conversion_source}", |
| 175 | + "description": "Required. The name of the conversion source to be fetched. Format: `accounts/{account}/conversionSources/{conversion_source}`", |
176 | 176 | "location": "path",
|
177 | 177 | "pattern": "^accounts/[^/]+/conversionSources/[^/]+$",
|
178 | 178 | "required": true,
|
|
208 | 208 | "type": "string"
|
209 | 209 | },
|
210 | 210 | "parent": {
|
211 |
| - "description": "Required. The merchant account who owns the collection of conversion sources. Format: accounts/{account}", |
| 211 | + "description": "Required. The merchant account who owns the collection of conversion sources. Format: `accounts/{account}`", |
212 | 212 | "location": "path",
|
213 | 213 | "pattern": "^accounts/[^/]+$",
|
214 | 214 | "required": true,
|
215 | 215 | "type": "string"
|
216 | 216 | },
|
217 | 217 | "showDeleted": {
|
218 |
| - "description": "Optional. Show deleted (archived) option.", |
| 218 | + "description": "Optional. Show deleted (archived) conversion sources. By default, deleted conversion sources are not returned.", |
219 | 219 | "location": "query",
|
220 | 220 | "type": "boolean"
|
221 | 221 | }
|
|
238 | 238 | ],
|
239 | 239 | "parameters": {
|
240 | 240 | "name": {
|
241 |
| - "description": "Output only. Identifier. Generated by the Content API upon creation of a new `ConversionSource`. Format: [a-z]{4}:.+ The four characters before the colon represent the type of conversio source. Content after the colon represents the ID of the conversion source within that type. The ID of two different conversion sources might be the same across different types. The following type prefixes are supported: - galk: For GoogleAnalyticsLink sources. - mcdn: For MerchantCenterDestination sources.", |
| 241 | + "description": "Output only. Identifier. Generated by the Content API upon creation of a new `ConversionSource`. Format: `[a-z]{4}:.+` The four characters before the colon represent the type of conversion source. Content after the colon represents the ID of the conversion source within that type. The ID of two different conversion sources might be the same across different types. The following type prefixes are supported: * `galk`: For GoogleAnalyticsLink sources. * `mcdn`: For MerchantCenterDestination sources.", |
242 | 242 | "location": "path",
|
243 | 243 | "pattern": "^accounts/[^/]+/conversionSources/[^/]+$",
|
244 | 244 | "required": true,
|
|
272 | 272 | ],
|
273 | 273 | "parameters": {
|
274 | 274 | "name": {
|
275 |
| - "description": "Required. The name of the conversion source to be undeleted. Format: accounts/{account}/conversionSources/{conversion_source}", |
| 275 | + "description": "Required. The name of the conversion source to be undeleted. Format: `accounts/{account}/conversionSources/{conversion_source}`", |
276 | 276 | "location": "path",
|
277 | 277 | "pattern": "^accounts/[^/]+/conversionSources/[^/]+$",
|
278 | 278 | "required": true,
|
|
295 | 295 | }
|
296 | 296 | }
|
297 | 297 | },
|
298 |
| - "revision": "20250311", |
| 298 | + "revision": "20250416", |
299 | 299 | "rootUrl": "https://merchantapi.googleapis.com/",
|
300 | 300 | "schemas": {
|
301 | 301 | "AttributionSettings": {
|
302 | 302 | "description": "Represents attribution settings for conversion sources receiving pre-attribution data.",
|
303 | 303 | "id": "AttributionSettings",
|
304 | 304 | "properties": {
|
305 | 305 | "attributionLookbackWindowDays": {
|
306 |
| - "description": "Required. Lookback windows (in days) used for attribution in this source. Supported values are 7, 30, 40.", |
| 306 | + "description": "Required. Lookback window (in days) used for attribution in this source. Supported values are `7`, `30` & `40`.", |
307 | 307 | "format": "int32",
|
308 | 308 | "type": "integer"
|
309 | 309 | },
|
310 | 310 | "attributionModel": {
|
| 311 | + "description": "Required. Attribution model.", |
311 | 312 | "enum": [
|
312 | 313 | "ATTRIBUTION_MODEL_UNSPECIFIED",
|
313 | 314 | "CROSS_CHANNEL_LAST_CLICK",
|
|
354 | 355 | "enumDescriptions": [
|
355 | 356 | "Default value. This value is unused.",
|
356 | 357 | "Controlled by the Merchant who owns the Conversion Source.",
|
357 |
| - "Controlled by the YT Affiliates program." |
| 358 | + "Controlled by the Youtube Affiliates program." |
358 | 359 | ],
|
359 | 360 | "readOnly": true,
|
360 | 361 | "type": "string"
|
|
374 | 375 | "description": "Conversion Source of type \"Merchant Center Tag Destination\"."
|
375 | 376 | },
|
376 | 377 | "name": {
|
377 |
| - "description": "Output only. Identifier. Generated by the Content API upon creation of a new `ConversionSource`. Format: [a-z]{4}:.+ The four characters before the colon represent the type of conversio source. Content after the colon represents the ID of the conversion source within that type. The ID of two different conversion sources might be the same across different types. The following type prefixes are supported: - galk: For GoogleAnalyticsLink sources. - mcdn: For MerchantCenterDestination sources.", |
| 378 | + "description": "Output only. Identifier. Generated by the Content API upon creation of a new `ConversionSource`. Format: `[a-z]{4}:.+` The four characters before the colon represent the type of conversion source. Content after the colon represents the ID of the conversion source within that type. The ID of two different conversion sources might be the same across different types. The following type prefixes are supported: * `galk`: For GoogleAnalyticsLink sources. * `mcdn`: For MerchantCenterDestination sources.", |
378 | 379 | "readOnly": true,
|
379 | 380 | "type": "string"
|
380 | 381 | },
|
|
389 | 390 | "enumDescriptions": [
|
390 | 391 | "Conversion source has unspecified state.",
|
391 | 392 | "Conversion source is fully functional.",
|
392 |
| - "Conversion source has been archived in the last 30 days and not currently functional. Can be restored using the undelete method.", |
| 393 | + "Conversion source has been archived in the last 30 days and is currently not functional. Can be restored using the undelete method.", |
393 | 394 | "Conversion source creation has started but not fully finished yet."
|
394 | 395 | ],
|
395 | 396 | "readOnly": true,
|
|
399 | 400 | "type": "object"
|
400 | 401 | },
|
401 | 402 | "ConversionType": {
|
402 |
| - "description": "Message representing a types of conversion events", |
| 403 | + "description": "Message representing the type of a conversion event.", |
403 | 404 | "id": "ConversionType",
|
404 | 405 | "properties": {
|
405 | 406 | "name": {
|
|
467 | 468 | "properties": {
|
468 | 469 | "attributionSettings": {
|
469 | 470 | "$ref": "AttributionSettings",
|
470 |
| - "description": "Required. Attribution settings being used for the Merchant Center Destination." |
| 471 | + "description": "Required. Attribution settings used for the Merchant Center Destination." |
471 | 472 | },
|
472 | 473 | "currencyCode": {
|
473 | 474 | "description": "Required. Three-letter currency code (ISO 4217). The currency code defines in which currency the conversions sent to this destination will be reported in Merchant Center.",
|
|
479 | 480 | "type": "string"
|
480 | 481 | },
|
481 | 482 | "displayName": {
|
482 |
| - "description": "Required. Merchant-specified display name for the destination. This is the name that identifies the conversion source within the Merchant Center UI. Limited to 64 characters.", |
| 483 | + "description": "Required. Merchant-specified display name for the destination. This is the name that identifies the conversion source within the Merchant Center UI. The maximum length is 64 characters.", |
483 | 484 | "type": "string"
|
484 | 485 | }
|
485 | 486 | },
|
|
0 commit comments