Skip to content

Commit e0d75ca

Browse files
feat: add EmptyFilter type to the Data API v1beta (#7847)
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
1 parent 3c9a7b9 commit e0d75ca

19 files changed

Lines changed: 196 additions & 100 deletions
89 Bytes
Binary file not shown.

AnalyticsData/samples/V1beta/BetaAnalyticsDataClient/batch_run_pivot_reports.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/**
3232
* Returns multiple pivot reports in a batch. All reports must be for the same
33-
* GA4 Property.
33+
* Google Analytics property.
3434
*
3535
* This sample has been automatically generated and should be regarded as a code
3636
* template only. It will require modifications to work:

AnalyticsData/samples/V1beta/BetaAnalyticsDataClient/batch_run_reports.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
/**
3232
* Returns multiple reports in a batch. All reports must be for the same
33-
* GA4 Property.
33+
* Google Analytics property.
3434
*
3535
* This sample has been automatically generated and should be regarded as a code
3636
* template only. It will require modifications to work:

AnalyticsData/samples/V1beta/BetaAnalyticsDataClient/get_metadata.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
/**
3232
* Returns metadata for dimensions and metrics available in reporting methods.
3333
* Used to explore the dimensions and metrics. In this method, a Google
34-
* Analytics GA4 Property Identifier is specified in the request, and
34+
* Analytics property identifier is specified in the request, and
3535
* the metadata response includes Custom dimensions and metrics as well as
3636
* Universal metadata.
3737
*
@@ -42,7 +42,7 @@
4242
*
4343
* @param string $formattedName The resource name of the metadata to retrieve. This name field is
4444
* specified in the URL path and not URL parameters. Property is a numeric
45-
* Google Analytics GA4 Property identifier. To learn more, see [where to find
45+
* Google Analytics property identifier. To learn more, see [where to find
4646
* your Property
4747
* ID](https://developers.google.com/analytics/devguides/reporting/data/v1/property-id).
4848
*

AnalyticsData/src/V1beta/BatchRunPivotReportsRequest.php

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

AnalyticsData/src/V1beta/BatchRunReportsRequest.php

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

AnalyticsData/src/V1beta/CheckCompatibilityRequest.php

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

AnalyticsData/src/V1beta/Client/BetaAnalyticsDataClient.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ public function __call($method, $args)
328328

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

359359
/**
360360
* Returns multiple reports in a batch. All reports must be for the same
361-
* GA4 Property.
361+
* Google Analytics property.
362362
*
363363
* The async variant is {@see BetaAnalyticsDataClient::batchRunReportsAsync()} .
364364
*
@@ -517,7 +517,7 @@ public function getAudienceExport(GetAudienceExportRequest $request, array $call
517517
/**
518518
* Returns metadata for dimensions and metrics available in reporting methods.
519519
* Used to explore the dimensions and metrics. In this method, a Google
520-
* Analytics GA4 Property Identifier is specified in the request, and
520+
* Analytics property identifier is specified in the request, and
521521
* the metadata response includes Custom dimensions and metrics as well as
522522
* Universal metadata.
523523
*

AnalyticsData/src/V1beta/Filter.php

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

AnalyticsData/src/V1beta/Filter/EmptyFilter.php

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

0 commit comments

Comments
 (0)