Skip to content

Commit 192bda9

Browse files
committed
Merge branch 'master' into quickstart
2 parents 776abbe + b5943da commit 192bda9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

analytics-data/QuickStart/QuickStart.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ static void SampleRunReport(string propertyId="YOUR-GA4-PROPERTY-ID")
4242
*/
4343
// propertyId = "YOUR-GA4-PROPERTY-ID";
4444

45-
// [START analyticsdata_run_report_initialize]
45+
// [START analyticsdata_initialize]
4646
// Using a default constructor instructs the client to use the credentials
4747
// specified in GOOGLE_APPLICATION_CREDENTIALS environment variable.
4848
BetaAnalyticsDataClient client = BetaAnalyticsDataClient.Create();
49-
// [END analyticsdata_run_report_initialize]
49+
// [END analyticsdata_initialize]
5050

5151
// [START analyticsdata_run_report]
5252
// Initialize request argument(s)
@@ -80,4 +80,4 @@ static int Main(string[] args)
8080
}
8181
}
8282
}
83-
// [END analyticsdata_quickstart]
83+
// [END analyticsdata_quickstart]

0 commit comments

Comments
 (0)