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
<pre>Request verification code to start phone verification.
783
+
784
+
Args:
785
+
merchantId: string, Required. The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account. (required)
786
+
accountId: string, Required. The ID of the account. (required)
787
+
body: object, The request body.
788
+
The object takes the form of:
789
+
790
+
{ # Request message for the RequestPhoneVerification method.
791
+
"languageCode": "A String", # Language code [IETF BCP 47 syntax](https://tools.ietf.org/html/bcp47) (for example, en-US). Language code is used to provide localized `SMS` and `PHONE_CALL`. Default language used is en-US if not provided.
792
+
"phoneNumber": "A String", # Phone number to be verified.
793
+
"phoneRegionCode": "A String", # Required. Two letter country code for the phone number, for example `CA` for Canadian numbers. See the [ISO 3166-1 alpha-2](https://wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements) officially assigned codes.
794
+
"phoneVerificationMethod": "A String", # Verification method to receive verification code.
795
+
}
796
+
797
+
x__xgafv: string, V1 error format.
798
+
Allowed values
799
+
1 - v1 error format
800
+
2 - v2 error format
801
+
802
+
Returns:
803
+
An object of the form:
804
+
805
+
{ # Response message for the RequestPhoneVerification method.
806
+
"verificationId": "A String", # The verification ID to use in subsequent calls to `verifyphonenumber`.
<pre>Validates verification code to verify phone number for the account.
977
+
978
+
Args:
979
+
merchantId: string, Required. The ID of the managing account. If this parameter is not the same as accountId, then this account must be a multi-client account and accountId must be the ID of a sub-account of this account. (required)
980
+
accountId: string, Required. The ID of the account. (required)
981
+
body: object, The request body.
982
+
The object takes the form of:
983
+
984
+
{ # Request message for the VerifyPhoneNumber method.
985
+
"phoneVerificationMethod": "A String", # Verification method used to receive verification code.
986
+
"verificationCode": "A String", # The verification code that was sent to the phone number for validation.
987
+
"verificationId": "A String", # The verification ID returned by `requestphoneverification`.
988
+
}
989
+
990
+
x__xgafv: string, V1 error format.
991
+
Allowed values
992
+
1 - v1 error format
993
+
2 - v2 error format
994
+
995
+
Returns:
996
+
An object of the form:
997
+
998
+
{ # Response message for the VerifyPhoneNumber method.
999
+
"verifiedPhoneNumber": "A String", # Verified phone number if verification is successful.
<pclass="firstline">Requests a review for Free Listings program in the provided region. Important: This method is only whitelisted for selected merchants.</p>
<pre>Retrieves the status and review eligibility for the free listing program.
95
+
96
+
Args:
97
+
merchantId: string, Required. The ID of the account. (required)
98
+
x__xgafv: string, V1 error format.
99
+
Allowed values
100
+
1 - v1 error format
101
+
2 - v2 error format
102
+
103
+
Returns:
104
+
An object of the form:
105
+
106
+
{ # Response message for GetFreeListingsProgramStatus.
107
+
"regionStatuses": [ # Status of the program in each region. Regions with the same status and review eligibility are grouped together in `regionCodes`.
108
+
{ # Status of program and region.
109
+
"disapprovalDate": "A String", # Date by which `eligibility_status` will go from `WARNING` to `DISAPPROVED`. It will be present when `eligibility_status` is `WARNING`. Date will be provided in ISO 8601 format i.e. YYYY-MM-DD
110
+
"eligibilityStatus": "A String", # Eligibility status of the standard free listing program.
111
+
"enhancedEligibilityStatus": "A String", # Eligibility status of the enhanced free listing program.
112
+
"ineligibilityReason": "A String", # Reason if a program in a given country is not eligible for review. Populated only if `review_eligibility_status` is `INELIGIBLE`.
113
+
"regionCodes": [ # The two-letter [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) codes for all the regions with the same `eligibilityStatus` and `reviewEligibility`.
114
+
"A String",
115
+
],
116
+
"reviewEligibilityStatus": "A String", # If a program in a given country is eligible for review. It will be present only if eligibility status is `DISAPPROVED`.
117
+
"reviewIssues": [ # These issues will be evaluated in review process. Fix all the issues before requesting the review.
118
+
"A String",
119
+
],
120
+
},
121
+
],
122
+
"state": "A String", # If program is successfully onboarded for at least one region.
<pre>Requests a review for Free Listings program in the provided region. Important: This method is only whitelisted for selected merchants.
129
+
130
+
Args:
131
+
merchantId: string, Required. The ID of the account. (required)
132
+
body: object, The request body.
133
+
The object takes the form of:
134
+
135
+
{ # Request message for the RequestReviewFreeListings Program method.
136
+
"regionCode": "A String", # The code [ISO 3166-1 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the country for which review is to be requested.
Copy file name to clipboardExpand all lines: docs/dyn/content_v2_1.reports.html
+11-11
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ <h3>Method Details</h3>
101
101
{ # Request message for the ReportService.Search method.
102
102
"pageSize": 42, # Number of ReportRows to retrieve in a single page. Defaults to the maximum of 1000. Values above 1000 are coerced to 1000.
103
103
"pageToken": "A String", # Token of the page to retrieve. If not specified, the first page of results is returned. In order to request the next page of results, the value obtained from `next_page_token` in the previous response should be used.
104
-
"query": "A String", # Required. Query that defines performance metrics to retrieve and dimensions according to which the metrics are to be segmented.
104
+
"query": "A String", # Required. Query that defines performance metrics to retrieve and dimensions according to which the metrics are to be segmented. For details on how to construct your query, see the [Query Language guide](https://developers.google.com/shopping-content/guides/reports/query-language/overview).
105
105
}
106
106
107
107
x__xgafv: string, V1 error format.
@@ -140,11 +140,11 @@ <h3>Method Details</h3>
140
140
},
141
141
"segments": { # Dimensions according to which metrics are segmented in the response. Values of product dimensions, e.g., offer id, reflect the state of a product at the time of the corresponding event, e.g., impression or order. Segment fields cannot be selected in queries without also selecting at least one metric field. Values are only set for dimensions requested explicitly in the request's search query. # Segmentation dimensions requested by the merchant in the query. Dimension values are only set for dimensions requested explicitly in the query.
142
142
"brand": "A String", # Brand of the product.
"currencyCode": "A String", # Currency in which price metrics are represented, e.g., if you select `ordered_item_sales_micros`, the returned value will be represented by this currency.
149
149
"customLabel0": "A String", # Custom label 0 for custom grouping of products.
150
150
"customLabel1": "A String", # Custom label 1 for custom grouping of products.
@@ -157,11 +157,11 @@ <h3>Method Details</h3>
157
157
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
158
158
},
159
159
"offerId": "A String", # Merchant-provided id of the product.
160
-
"productTypeL1": "A String", # Product category (1st level) in merchant's own product taxonomy.
161
-
"productTypeL2": "A String", # Product category (2nd level) in merchant's own product taxonomy.
162
-
"productTypeL3": "A String", # Product category (3rd level) in merchant's own product taxonomy.
163
-
"productTypeL4": "A String", # Product category (4th level) in merchant's own product taxonomy.
164
-
"productTypeL5": "A String", # Product category (5th level) in merchant's own product taxonomy.
160
+
"productTypeL1": "A String", # [Product type (1st level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in merchant's own product taxonomy.
161
+
"productTypeL2": "A String", # [Product type (2nd level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in merchant's own product taxonomy.
162
+
"productTypeL3": "A String", # [Product type (3rd level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in merchant's own product taxonomy.
163
+
"productTypeL4": "A String", # [Product type (4th level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in merchant's own product taxonomy.
164
+
"productTypeL5": "A String", # [Product type (5th level)](https://developers.google.com/shopping-content/guides/reports/segmentation#category_and_product_type) in merchant's own product taxonomy.
165
165
"program": "A String", # Program to which metrics apply, e.g., Free Product Listing.
166
166
"title": "A String", # Title of the product.
167
167
"week": { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # First day of the week (Monday) of the metrics date in the merchant timezone.
0 commit comments