Skip to content

Commit b2704a0

Browse files
feat(content): update the api
#### content:v2.1 The following keys were added: - resources.conversionsources.methods.create (Total Keys: 12) - resources.conversionsources.methods.delete (Total Keys: 13) - resources.conversionsources.methods.get (Total Keys: 14) - resources.conversionsources.methods.list (Total Keys: 18) - resources.conversionsources.methods.patch (Total Keys: 18) - resources.conversionsources.methods.undelete (Total Keys: 14) - schemas.Account.properties.conversionSettings.$ref (Total Keys: 1) - schemas.AccountConversionSettings (Total Keys: 3) - schemas.AttributionSettings (Total Keys: 13) - schemas.ConversionSource (Total Keys: 11) - schemas.GoogleAnalyticsLink (Total Keys: 8) - schemas.ListConversionSourcesResponse (Total Keys: 5) - schemas.MerchantCenterDestination (Total Keys: 7) - schemas.UndeleteConversionSourceRequest (Total Keys: 2)
1 parent 41d899c commit b2704a0

File tree

5 files changed

+885
-19
lines changed

5 files changed

+885
-19
lines changed

docs/dyn/content_v2_1.accounts.html

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -248,9 +248,12 @@ <h3>Method Details</h3>
248248
&quot;url&quot;: &quot;A String&quot;, # Customer service URL.
249249
},
250250
&quot;koreanBusinessRegistrationNumber&quot;: &quot;A String&quot;, # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
251-
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
251+
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business in [E.164](https://en.wikipedia.org/wiki/E.164) format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
252252
&quot;phoneVerificationStatus&quot;: &quot;A String&quot;, # Verification status of the phone number of the business. This status is read only and can be updated only by successful phone verification. Acceptable values are: - &quot;`verified`&quot; - &quot;`unverified`&quot;
253253
},
254+
&quot;conversionSettings&quot;: { # Settings for conversion tracking. # Settings for conversion tracking.
255+
&quot;freeListingsAutoTaggingEnabled&quot;: True or False, # When enabled, free listing URLs have a parameter to enable conversion tracking for products owned by the current merchant account. See [auto-tagging](https://support.google.com/merchants/answer/11127659).
256+
},
254257
&quot;cssId&quot;: &quot;A String&quot;, # ID of CSS the account belongs to.
255258
&quot;googleMyBusinessLink&quot;: { # The Business Profile which is linked or in the process of being linked with the Merchant Center account.
256259
&quot;gmbAccountId&quot;: &quot;A String&quot;, # The ID of the Business Profile. If this is provided, then `gmbEmail` is ignored. The value of this field should match the `accountId` used by the Business Profile API.
@@ -364,9 +367,12 @@ <h3>Method Details</h3>
364367
&quot;url&quot;: &quot;A String&quot;, # Customer service URL.
365368
},
366369
&quot;koreanBusinessRegistrationNumber&quot;: &quot;A String&quot;, # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
367-
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
370+
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business in [E.164](https://en.wikipedia.org/wiki/E.164) format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
368371
&quot;phoneVerificationStatus&quot;: &quot;A String&quot;, # Verification status of the phone number of the business. This status is read only and can be updated only by successful phone verification. Acceptable values are: - &quot;`verified`&quot; - &quot;`unverified`&quot;
369372
},
373+
&quot;conversionSettings&quot;: { # Settings for conversion tracking. # Settings for conversion tracking.
374+
&quot;freeListingsAutoTaggingEnabled&quot;: True or False, # When enabled, free listing URLs have a parameter to enable conversion tracking for products owned by the current merchant account. See [auto-tagging](https://support.google.com/merchants/answer/11127659).
375+
},
370376
&quot;cssId&quot;: &quot;A String&quot;, # ID of CSS the account belongs to.
371377
&quot;googleMyBusinessLink&quot;: { # The Business Profile which is linked or in the process of being linked with the Merchant Center account.
372378
&quot;gmbAccountId&quot;: &quot;A String&quot;, # The ID of the Business Profile. If this is provided, then `gmbEmail` is ignored. The value of this field should match the `accountId` used by the Business Profile API.
@@ -500,9 +506,12 @@ <h3>Method Details</h3>
500506
&quot;url&quot;: &quot;A String&quot;, # Customer service URL.
501507
},
502508
&quot;koreanBusinessRegistrationNumber&quot;: &quot;A String&quot;, # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
503-
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
509+
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business in [E.164](https://en.wikipedia.org/wiki/E.164) format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
504510
&quot;phoneVerificationStatus&quot;: &quot;A String&quot;, # Verification status of the phone number of the business. This status is read only and can be updated only by successful phone verification. Acceptable values are: - &quot;`verified`&quot; - &quot;`unverified`&quot;
505511
},
512+
&quot;conversionSettings&quot;: { # Settings for conversion tracking. # Settings for conversion tracking.
513+
&quot;freeListingsAutoTaggingEnabled&quot;: True or False, # When enabled, free listing URLs have a parameter to enable conversion tracking for products owned by the current merchant account. See [auto-tagging](https://support.google.com/merchants/answer/11127659).
514+
},
506515
&quot;cssId&quot;: &quot;A String&quot;, # ID of CSS the account belongs to.
507516
&quot;googleMyBusinessLink&quot;: { # The Business Profile which is linked or in the process of being linked with the Merchant Center account.
508517
&quot;gmbAccountId&quot;: &quot;A String&quot;, # The ID of the Business Profile. If this is provided, then `gmbEmail` is ignored. The value of this field should match the `accountId` used by the Business Profile API.
@@ -594,9 +603,12 @@ <h3>Method Details</h3>
594603
&quot;url&quot;: &quot;A String&quot;, # Customer service URL.
595604
},
596605
&quot;koreanBusinessRegistrationNumber&quot;: &quot;A String&quot;, # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
597-
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
606+
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business in [E.164](https://en.wikipedia.org/wiki/E.164) format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
598607
&quot;phoneVerificationStatus&quot;: &quot;A String&quot;, # Verification status of the phone number of the business. This status is read only and can be updated only by successful phone verification. Acceptable values are: - &quot;`verified`&quot; - &quot;`unverified`&quot;
599608
},
609+
&quot;conversionSettings&quot;: { # Settings for conversion tracking. # Settings for conversion tracking.
610+
&quot;freeListingsAutoTaggingEnabled&quot;: True or False, # When enabled, free listing URLs have a parameter to enable conversion tracking for products owned by the current merchant account. See [auto-tagging](https://support.google.com/merchants/answer/11127659).
611+
},
600612
&quot;cssId&quot;: &quot;A String&quot;, # ID of CSS the account belongs to.
601613
&quot;googleMyBusinessLink&quot;: { # The Business Profile which is linked or in the process of being linked with the Merchant Center account.
602614
&quot;gmbAccountId&quot;: &quot;A String&quot;, # The ID of the Business Profile. If this is provided, then `gmbEmail` is ignored. The value of this field should match the `accountId` used by the Business Profile API.
@@ -686,9 +698,12 @@ <h3>Method Details</h3>
686698
&quot;url&quot;: &quot;A String&quot;, # Customer service URL.
687699
},
688700
&quot;koreanBusinessRegistrationNumber&quot;: &quot;A String&quot;, # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
689-
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
701+
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business in [E.164](https://en.wikipedia.org/wiki/E.164) format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
690702
&quot;phoneVerificationStatus&quot;: &quot;A String&quot;, # Verification status of the phone number of the business. This status is read only and can be updated only by successful phone verification. Acceptable values are: - &quot;`verified`&quot; - &quot;`unverified`&quot;
691703
},
704+
&quot;conversionSettings&quot;: { # Settings for conversion tracking. # Settings for conversion tracking.
705+
&quot;freeListingsAutoTaggingEnabled&quot;: True or False, # When enabled, free listing URLs have a parameter to enable conversion tracking for products owned by the current merchant account. See [auto-tagging](https://support.google.com/merchants/answer/11127659).
706+
},
692707
&quot;cssId&quot;: &quot;A String&quot;, # ID of CSS the account belongs to.
693708
&quot;googleMyBusinessLink&quot;: { # The Business Profile which is linked or in the process of being linked with the Merchant Center account.
694709
&quot;gmbAccountId&quot;: &quot;A String&quot;, # The ID of the Business Profile. If this is provided, then `gmbEmail` is ignored. The value of this field should match the `accountId` used by the Business Profile API.
@@ -836,9 +851,12 @@ <h3>Method Details</h3>
836851
&quot;url&quot;: &quot;A String&quot;, # Customer service URL.
837852
},
838853
&quot;koreanBusinessRegistrationNumber&quot;: &quot;A String&quot;, # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
839-
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
854+
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business in [E.164](https://en.wikipedia.org/wiki/E.164) format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
840855
&quot;phoneVerificationStatus&quot;: &quot;A String&quot;, # Verification status of the phone number of the business. This status is read only and can be updated only by successful phone verification. Acceptable values are: - &quot;`verified`&quot; - &quot;`unverified`&quot;
841856
},
857+
&quot;conversionSettings&quot;: { # Settings for conversion tracking. # Settings for conversion tracking.
858+
&quot;freeListingsAutoTaggingEnabled&quot;: True or False, # When enabled, free listing URLs have a parameter to enable conversion tracking for products owned by the current merchant account. See [auto-tagging](https://support.google.com/merchants/answer/11127659).
859+
},
842860
&quot;cssId&quot;: &quot;A String&quot;, # ID of CSS the account belongs to.
843861
&quot;googleMyBusinessLink&quot;: { # The Business Profile which is linked or in the process of being linked with the Merchant Center account.
844862
&quot;gmbAccountId&quot;: &quot;A String&quot;, # The ID of the Business Profile. If this is provided, then `gmbEmail` is ignored. The value of this field should match the `accountId` used by the Business Profile API.
@@ -1025,9 +1043,12 @@ <h3>Method Details</h3>
10251043
&quot;url&quot;: &quot;A String&quot;, # Customer service URL.
10261044
},
10271045
&quot;koreanBusinessRegistrationNumber&quot;: &quot;A String&quot;, # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
1028-
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
1046+
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business in [E.164](https://en.wikipedia.org/wiki/E.164) format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
10291047
&quot;phoneVerificationStatus&quot;: &quot;A String&quot;, # Verification status of the phone number of the business. This status is read only and can be updated only by successful phone verification. Acceptable values are: - &quot;`verified`&quot; - &quot;`unverified`&quot;
10301048
},
1049+
&quot;conversionSettings&quot;: { # Settings for conversion tracking. # Settings for conversion tracking.
1050+
&quot;freeListingsAutoTaggingEnabled&quot;: True or False, # When enabled, free listing URLs have a parameter to enable conversion tracking for products owned by the current merchant account. See [auto-tagging](https://support.google.com/merchants/answer/11127659).
1051+
},
10311052
&quot;cssId&quot;: &quot;A String&quot;, # ID of CSS the account belongs to.
10321053
&quot;googleMyBusinessLink&quot;: { # The Business Profile which is linked or in the process of being linked with the Merchant Center account.
10331054
&quot;gmbAccountId&quot;: &quot;A String&quot;, # The ID of the Business Profile. If this is provided, then `gmbEmail` is ignored. The value of this field should match the `accountId` used by the Business Profile API.
@@ -1117,9 +1138,12 @@ <h3>Method Details</h3>
11171138
&quot;url&quot;: &quot;A String&quot;, # Customer service URL.
11181139
},
11191140
&quot;koreanBusinessRegistrationNumber&quot;: &quot;A String&quot;, # The 10-digit [Korean business registration number](https://support.google.com/merchants/answer/9037766) separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
1120-
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
1141+
&quot;phoneNumber&quot;: &quot;A String&quot;, # The phone number of the business in [E.164](https://en.wikipedia.org/wiki/E.164) format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the `Accounts.requestphoneverification` and `Accounts.verifyphonenumber`.
11211142
&quot;phoneVerificationStatus&quot;: &quot;A String&quot;, # Verification status of the phone number of the business. This status is read only and can be updated only by successful phone verification. Acceptable values are: - &quot;`verified`&quot; - &quot;`unverified`&quot;
11221143
},
1144+
&quot;conversionSettings&quot;: { # Settings for conversion tracking. # Settings for conversion tracking.
1145+
&quot;freeListingsAutoTaggingEnabled&quot;: True or False, # When enabled, free listing URLs have a parameter to enable conversion tracking for products owned by the current merchant account. See [auto-tagging](https://support.google.com/merchants/answer/11127659).
1146+
},
11231147
&quot;cssId&quot;: &quot;A String&quot;, # ID of CSS the account belongs to.
11241148
&quot;googleMyBusinessLink&quot;: { # The Business Profile which is linked or in the process of being linked with the Merchant Center account.
11251149
&quot;gmbAccountId&quot;: &quot;A String&quot;, # The ID of the Business Profile. If this is provided, then `gmbEmail` is ignored. The value of this field should match the `accountId` used by the Business Profile API.

0 commit comments

Comments
 (0)