Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: [AnalyticsData] add EmptyFilter type to the Data API v1beta #7847

Merged
merged 2 commits into from
Nov 25, 2024
Merged
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
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
Loading