Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ def logger
# For details on how to construct your query, see the [Query Language
# guide](/merchant/api/guides/reports/query-language). For the full list of
# available tables and fields, see the [Available
# fields](/merchant/api/reference/rest/reports_v1/accounts.reports).
# fields][google.shopping.merchant.reports.v1.ReportRow].
# @param page_size [::Integer]
# Optional. Number of `ReportRows` to retrieve in a single page. Defaults to
# 1000. Values above 5000 are coerced to 5000.
# 1000. Values above 100,000 are coerced to 100,000.
# @param page_token [::String]
# Optional. 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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -210,10 +210,10 @@ def logger
# For details on how to construct your query, see the [Query Language
# guide](/merchant/api/guides/reports/query-language). For the full list of
# available tables and fields, see the [Available
# fields](/merchant/api/reference/rest/reports_v1/accounts.reports).
# fields][google.shopping.merchant.reports.v1.ReportRow].
# @param page_size [::Integer]
# Optional. Number of `ReportRows` to retrieve in a single page. Defaults to
# 1000. Values above 5000 are coerced to 5000.
# 1000. Values above 100,000 are coerced to 100,000.
# @param page_token [::String]
# Optional. 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
Expand Down
Loading
Loading