Skip to content

Commit

Permalink
feat: add EmptyFilter type to the Data API v1beta (#7847)
Browse files Browse the repository at this point in the history
feat: add the `empty_filter` field to the `Filter` type
docs: update documentation for the`RunReport` method
docs: remove all references to 'GA4' in documentation
PiperOrigin-RevId: 698517184
Source-Link: googleapis/googleapis@3a6c7dc
Source-Link: googleapis/googleapis-gen@db3a50c
Copy-Tag: eyJwIjoiQW5hbHl0aWNzRGF0YS8uT3dsQm90LnlhbWwiLCJoIjoiZGIzYTUwYzYyZGRhZDFlZGNjOTFlMzc5MTYzNmE0MzE3ZjUyZGQwNiJ9
  • Loading branch information
gcf-owl-bot[bot] authored Nov 25, 2024
1 parent 3c9a7b9 commit e0d75ca
Show file tree
Hide file tree
Showing 19 changed files with 196 additions and 100 deletions.
Binary file modified AnalyticsData/metadata/V1Beta/Data.php
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* Returns multiple pivot reports in a batch. All reports must be for the same
* GA4 Property.
* Google Analytics property.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

/**
* Returns multiple reports in a batch. All reports must be for the same
* GA4 Property.
* Google Analytics property.
*
* This sample has been automatically generated and should be regarded as a code
* template only. It will require modifications to work:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
/**
* Returns metadata for dimensions and metrics available in reporting methods.
* Used to explore the dimensions and metrics. In this method, a Google
* Analytics GA4 Property Identifier is specified in the request, and
* Analytics property identifier is specified in the request, and
* the metadata response includes Custom dimensions and metrics as well as
* Universal metadata.
*
Expand All @@ -42,7 +42,7 @@
*
* @param string $formattedName The resource name of the metadata to retrieve. This name field is
* specified in the URL path and not URL parameters. Property is a numeric
* Google Analytics GA4 Property identifier. To learn more, see [where to find
* Google Analytics property identifier. To learn more, see [where to find
* your Property
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
*
Expand Down
8 changes: 4 additions & 4 deletions AnalyticsData/src/V1beta/BatchRunPivotReportsRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions AnalyticsData/src/V1beta/BatchRunReportsRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions AnalyticsData/src/V1beta/CheckCompatibilityRequest.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions AnalyticsData/src/V1beta/Client/BetaAnalyticsDataClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ public function __call($method, $args)

/**
* Returns multiple pivot reports in a batch. All reports must be for the same
* GA4 Property.
* Google Analytics property.
*
* The async variant is {@see BetaAnalyticsDataClient::batchRunPivotReportsAsync()}
* .
Expand Down Expand Up @@ -358,7 +358,7 @@ public function batchRunPivotReports(BatchRunPivotReportsRequest $request, array

/**
* Returns multiple reports in a batch. All reports must be for the same
* GA4 Property.
* Google Analytics property.
*
* The async variant is {@see BetaAnalyticsDataClient::batchRunReportsAsync()} .
*
Expand Down Expand Up @@ -517,7 +517,7 @@ public function getAudienceExport(GetAudienceExportRequest $request, array $call
/**
* Returns metadata for dimensions and metrics available in reporting methods.
* Used to explore the dimensions and metrics. In this method, a Google
* Analytics GA4 Property Identifier is specified in the request, and
* Analytics property identifier is specified in the request, and
* the metadata response includes Custom dimensions and metrics as well as
* Universal metadata.
*
Expand Down
33 changes: 33 additions & 0 deletions AnalyticsData/src/V1beta/Filter.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions AnalyticsData/src/V1beta/Filter/EmptyFilter.php

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e0d75ca

Please sign in to comment.