We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6deddff commit 7914276Copy full SHA for 7914276
1 file changed
google-analytics-data/src/main/java/com/google/analytics/data/samples/QuickstartOAuth2Sample.java
@@ -16,6 +16,7 @@
16
17
package com.google.analytics.data.samples;
18
19
+// [START analyticsdata_quickstart_oauth2]
20
import com.google.analytics.data.v1beta.BetaAnalyticsDataClient;
21
import com.google.analytics.data.v1beta.BetaAnalyticsDataSettings;
22
import com.google.analytics.data.v1beta.DateRange;
@@ -65,7 +66,6 @@
65
66
* mvn compile exec:java -Dexec.mainClass="com.google.analytics.data.samples.QuickstartOAuth2Sample"
67
* }</pre>
68
*/
-// [START analyticsdata_quickstart_oauth2]
69
public class QuickstartOAuth2Sample {
70
// Scopes for the generated OAuth2 credentials. The list here consists of just the read-only
71
// Google Analytics Data API scope, but you can add multiple scopes if you want to use the
0 commit comments