Skip to content

Commit 125cffa

Browse files
authored
chore: fix comment whitespace for new sample (GoogleCloudPlatform#1757)
1 parent 8cfb092 commit 125cffa

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

analyticsdata/src/run_report_with_aggregations.php

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@
1616
*/
1717

1818
/**
19-
* Google Analytics Data API sample application demonstrating the usage of
20-
* metric aggregations in a report.
21-
* See https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport#body.request_body.FIELDS.metric_aggregations
22-
* for more information.
23-
* Usage:
24-
* composer update
25-
* php run_report_with_aggregations.php YOUR-GA4-PROPERTY-ID
26-
*/
19+
* Google Analytics Data API sample application demonstrating the usage of
20+
* metric aggregations in a report.
21+
* See https://developers.google.com/analytics/devguides/reporting/data/v1/rest/v1beta/properties/runReport#body.request_body.FIELDS.metric_aggregations
22+
* for more information.
23+
* Usage:
24+
* composer update
25+
* php run_report_with_aggregations.php YOUR-GA4-PROPERTY-ID
26+
*/
2727

2828
namespace Google\Cloud\Samples\Analytics\Data;
2929

@@ -37,14 +37,14 @@
3737
use Google\Analytics\Data\V1beta\RunReportResponse;
3838

3939
/**
40-
* @param string $propertyID Your GA-4 Property ID
41-
* Runs a report which includes total, maximum and minimum values
42-
* for each metric.
43-
*/
40+
* @param string $propertyID Your GA-4 Property ID
41+
* Runs a report which includes total, maximum and minimum values
42+
* for each metric.
43+
*/
4444
function run_report_with_aggregations(string $propertyId)
4545
{
4646
// [START analyticsdata_initialize]
47-
// Imports the Google Analytics Data API client library.
47+
// Create an instance of the Google Analytics Data API client library.
4848
$client = new BetaAnalyticsDataClient();
4949
// [END analyticsdata_initialize]
5050

0 commit comments

Comments
 (0)