File tree Expand file tree Collapse file tree
analytics-data/QuickStart Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments