- SAMPLE_RATE - Static variable in class com.google.analytics.tracking.android.ModelFields
-
- SCREEN_COLORS - Static variable in class com.google.analytics.tracking.android.ModelFields
-
- SCREEN_RESOLUTION - Static variable in class com.google.analytics.tracking.android.ModelFields
-
- send(String, Map<String, String>) - Method in class com.google.analytics.tracking.android.Tracker
-
Tracks the given hit.
- sendEvent(String, String, String, Long) - Method in class com.google.analytics.tracking.android.Tracker
-
Tracks an event.
- sendException(String, boolean) - Method in class com.google.analytics.tracking.android.Tracker
-
Tracks that an exception occurred.
- sendException(String, Throwable, boolean) - Method in class com.google.analytics.tracking.android.Tracker
-
Tracks that an exception occurred.
- sendHit(Map<String, String>) - Method in class com.google.analytics.tracking.android.GoogleAnalytics
-
- sendSocial(String, String, String) - Method in class com.google.analytics.tracking.android.Tracker
-
Tracks a social hit.
- sendTiming(String, long, String, String) - Method in class com.google.analytics.tracking.android.Tracker
-
Tracks a user timing hit.
- sendTransaction(Transaction) - Method in class com.google.analytics.tracking.android.Tracker
-
Tracks an eCommerce transaction.
- sendView() - Method in class com.google.analytics.tracking.android.Tracker
-
Tracks entering a view with the current app screen name.
- sendView(String) - Method in class com.google.analytics.tracking.android.Tracker
-
Tracks entering a view with a new app screen name.
- ServiceManager - Interface in com.google.analytics.tracking.android
-
Public interface to the back end portions of the Google Analytics SDK.
- SESSION_CONTROL - Static variable in class com.google.analytics.tracking.android.ModelFields
-
- set(String, String) - Method in class com.google.analytics.tracking.android.Tracker
-
Sets the model value for the given key.
- setAffiliation(String) - Method in class com.google.analytics.tracking.android.Transaction.Builder
-
Sets the affiliation parameter for the Transaction this Builder will build.
- setAnonymizeIp(boolean) - Method in class com.google.analytics.tracking.android.Tracker
-
Turns on or off anonymize IP mode.
- setAppId(String) - Method in class com.google.analytics.tracking.android.Tracker
-
Set the appId
.
- setAppInstallerId(String) - Method in class com.google.analytics.tracking.android.Tracker
-
Set the id of the app that installed this app.
- setAppName(String) - Method in class com.google.analytics.tracking.android.Tracker
-
Set the application name to appName
.
- setAppOptOut(boolean) - Method in class com.google.analytics.tracking.android.GoogleAnalytics
-
Sets or resets the application-level opt out flag.
- setAppScreen(String) - Method in class com.google.analytics.tracking.android.Tracker
-
Stores the place to be sent with subsequent track calls.
- setAppVersion(String) - Method in class com.google.analytics.tracking.android.Tracker
-
Set the application version to appVersion
.
- setCampaign(String) - Method in class com.google.analytics.tracking.android.Tracker
-
Set the campaign.
- setContext(Context) - Method in class com.google.analytics.tracking.android.EasyTracker
-
Sets the context to use to the applicationContext of the input Context
.
- setCurrencyCode(String) - Method in class com.google.analytics.tracking.android.Transaction.Builder
-
Sets the currency code for the Transaction this Builder will build.
- setCustomDimension(int, String) - Method in class com.google.analytics.tracking.android.Tracker
-
Sets the value for a custom dimension.
- setCustomDimensionsAndMetrics(Map<Integer, String>, Map<Integer, Long>) - Method in class com.google.analytics.tracking.android.Tracker
-
Sets the values for several custom dimensions and metrics at once.
- setCustomMetric(int, Long) - Method in class com.google.analytics.tracking.android.Tracker
-
Sets the value for a custom metric.
- setDebug(boolean) - Method in class com.google.analytics.tracking.android.GoogleAnalytics
-
Toggles debug mode.
- setDebug(boolean) - Static method in class com.google.analytics.tracking.android.Log
-
Set or reset debug state.
- setDefaultTracker(Tracker) - Method in class com.google.analytics.tracking.android.GoogleAnalytics
-
- setDispatchPeriod(int) - Method in class com.google.analytics.tracking.android.GAServiceManager
-
- setDispatchPeriod(int) - Method in interface com.google.analytics.tracking.android.ServiceManager
-
Sets dispatch period for the dispatcher.
- setExceptionParser(ExceptionParser) - Method in class com.google.analytics.tracking.android.ExceptionReporter
-
- setExceptionParser(ExceptionParser) - Method in class com.google.analytics.tracking.android.Tracker
-
- setIncludedPackages(Context, Collection<String>) - Method in class com.google.analytics.tracking.android.StandardExceptionParser
-
Sets the list of packages considered relevant to the list of packages in
the Context
and the list of packages provided in the
input parameter additionalPackages
.
- setProductCategory(String) - Method in class com.google.analytics.tracking.android.Transaction.Item.Builder
-
Sets the productCategory parameter for this builder, which in turn will set the
productCategory parameter for the Item created by this builder.
- setReferrer(String) - Method in class com.google.analytics.tracking.android.Tracker
-
Set the referrer.
- setSampleRate(double) - Method in class com.google.analytics.tracking.android.Tracker
-
Sets the sample rate.
- setShippingCostInMicros(long) - Method in class com.google.analytics.tracking.android.Transaction.Builder
-
Sets the shippingCost for the Transaction this Builder will build.
- setStartSession(boolean) - Method in class com.google.analytics.tracking.android.Tracker
-
Specifies whether a new session should be started.
- setThrottlingEnabled(boolean) - Method in class com.google.analytics.tracking.android.Tracker
-
- setTotalTaxInMicros(long) - Method in class com.google.analytics.tracking.android.Transaction.Builder
-
Sets the totalTax for the Transaction this Builder will build.
- setUseSecure(boolean) - Method in class com.google.analytics.tracking.android.Tracker
-
Determines whether hits are sent securely.
- SOCIAL - Static variable in class com.google.analytics.tracking.android.ModelFields
-
- SOCIAL_ACTION - Static variable in class com.google.analytics.tracking.android.ModelFields
-
- SOCIAL_NETWORK - Static variable in class com.google.analytics.tracking.android.ModelFields
-
- SOCIAL_TARGET - Static variable in class com.google.analytics.tracking.android.ModelFields
-
- StandardExceptionParser - Class in com.google.analytics.tracking.android
-
This class will capture the root cause (last in a chain of causes) Throwable
and report the exception type, class name, method name and thread
name.
- StandardExceptionParser(Context, Collection<String>) - Constructor for class com.google.analytics.tracking.android.StandardExceptionParser
-