Google Analytics API v2.4 (revision 33)



com.google.api.services.analytics
Class AnalyticsScopes

java.lang.Object
  extended by com.google.api.services.analytics.AnalyticsScopes

public class AnalyticsScopes
extends Object

Available OAuth 2.0 scopes for use with the Google Analytics API.

Since:
1.4

Field Summary
static String ANALYTICS
          View and manage your Google Analytics data.
static String ANALYTICS_READONLY
          View your Google Analytics data.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANALYTICS

public static final String ANALYTICS
View and manage your Google Analytics data.

See Also:
Constant Field Values

ANALYTICS_READONLY

public static final String ANALYTICS_READONLY
View your Google Analytics data.

See Also:
Constant Field Values