Skip to content

Commit 172abd7

Browse files
feat: [ShoppingMerchantReports] add store_type to product_performance_view (#9133)
* feat: add `store_type` to `product_performance_view` feat: add `status_per_reporting_context` to `product_view` docs: update comments for `SearchRequest`, `ProductView`, and `AggregatedReportingContextStatus` PiperOrigin-RevId: 905592672 Source-Link: googleapis/googleapis@114cd0b Source-Link: googleapis/googleapis-gen@a9e5757 Copy-Tag: eyJwIjoiU2hvcHBpbmdNZXJjaGFudFJlcG9ydHMvLk93bEJvdC55YW1sIiwiaCI6ImE5ZTU3NTc0YzhjZTMzNmVjODY1ODhiNGZkNWQwZjZjN2U0NmQzNjcifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 84f0e4c commit 172abd7

10 files changed

Lines changed: 543 additions & 36 deletions

File tree

ShoppingMerchantReports/metadata/V1/Reports.php

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ShoppingMerchantReports/samples/V1/ReportServiceClient/search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* For details on how to construct your query, see the [Query Language
4242
* guide](/merchant/api/guides/reports/query-language). For the full list of
4343
* available tables and fields, see the [Available
44-
* fields](/merchant/api/reference/rest/reports_v1/accounts.reports).
44+
* fields][google.shopping.merchant.reports.v1.ReportRow].
4545
*/
4646
function search_sample(string $parent, string $query): void
4747
{

ShoppingMerchantReports/src/V1/ProductPerformanceView.php

Lines changed: 56 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ShoppingMerchantReports/src/V1/ProductView.php

Lines changed: 149 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ShoppingMerchantReports/src/V1/ProductView/AggregatedReportingContextStatus.php

Lines changed: 8 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)