- get(String) - Method in class org.piwik.sdk.TrackMe
-
- get(QueryParams) - Method in class org.piwik.sdk.TrackMe
-
- getAPIUrl() - Method in class org.piwik.sdk.Tracker
-
- getApiUrl() - Method in class org.piwik.sdk.TrackerConfig
-
- getApplicationBaseURL() - Method in class org.piwik.sdk.Tracker
-
- getApplicationDomain() - Method in class org.piwik.sdk.Piwik
-
- getApplicationDomain() - Method in class org.piwik.sdk.Tracker
-
- getBreadcrumbs(Activity) - Static method in class org.piwik.sdk.tools.ActivityHelper
-
- getBuildId() - Method in class org.piwik.sdk.tools.BuildInfo
-
- getCategory() - Method in class org.piwik.sdk.extra.EcommerceItems.Item
-
- getConnectionTimeOut() - Method in class org.piwik.sdk.dispatcher.Dispatcher
-
Connection timeout in milliseconds
- getContext() - Method in class org.piwik.sdk.Piwik
-
- getDefaultExceptionHandler() - Method in class org.piwik.sdk.extra.PiwikExceptionHandler
-
This will give you the previous exception handler that is now wrapped.
- getDefaultTrackMe() - Method in class org.piwik.sdk.Tracker
-
Piwik will use the content of this object to fill in missing values before any transmission.
- getDimension(TrackMe, int) - Static method in class org.piwik.sdk.extra.CustomDimension
-
- getDispatcherFactory() - Method in class org.piwik.sdk.Piwik
-
- getDispatchGzipped() - Method in class org.piwik.sdk.dispatcher.Dispatcher
-
- getDispatchInterval() - Method in class org.piwik.sdk.dispatcher.Dispatcher
-
- getDispatchInterval() - Method in class org.piwik.sdk.Tracker
-
- getDispatchMode() - Method in class org.piwik.sdk.dispatcher.Dispatcher
-
- getDispatchMode() - Method in class org.piwik.sdk.Tracker
-
The current dispatch behavior.
- getDispatchTimeout() - Method in class org.piwik.sdk.Tracker
-
- getDryRunTarget() - Method in class org.piwik.sdk.dispatcher.Dispatcher
-
- getDryRunTarget() - Method in class org.piwik.sdk.Tracker
-
If we are in dry-run mode then this will return a datastructure.
- getEncodedQuery() - Method in class org.piwik.sdk.dispatcher.Event
-
- getEventCount() - Method in class org.piwik.sdk.dispatcher.Packet
-
- getHex(byte[]) - Static method in class org.piwik.sdk.tools.Checksum
-
Transforms byte into hex representation.
- getHttpAgent() - Method in class org.piwik.sdk.tools.PropertySource
-
- getInstance(Context) - Static method in class org.piwik.sdk.Piwik
-
- getJVMVersion() - Method in class org.piwik.sdk.tools.PropertySource
-
- getLastEventX() - Method in class org.piwik.sdk.Tracker
-
For testing purposes
- getMD5Checksum(String) - Static method in class org.piwik.sdk.tools.Checksum
-
MD5-Checksum for a string.
- getMD5Checksum(File) - Static method in class org.piwik.sdk.tools.Checksum
-
MD5-Checksum for a file.
- getModel() - Method in class org.piwik.sdk.tools.BuildInfo
-
- getName() - Method in class org.piwik.sdk.extra.EcommerceItems.Item
-
- getName() - Method in class org.piwik.sdk.Tracker
-
- getOfflineCacheAge() - Method in class org.piwik.sdk.Tracker
-
- getOfflineCacheSize() - Method in class org.piwik.sdk.Tracker
-
Maximum size the offline cache is allowed to grow to.
- getPiwik() - Method in class org.piwik.sdk.extra.PiwikApplication
-
- getPiwik() - Method in class org.piwik.sdk.Tracker
-
- getPiwikPreferences() - Method in class org.piwik.sdk.Piwik
-
Base preferences, tracker idenpendent.
- getPostData() - Method in class org.piwik.sdk.dispatcher.Packet
-
- getPreferences() - Method in class org.piwik.sdk.Tracker
-
- getPrice() - Method in class org.piwik.sdk.extra.EcommerceItems.Item
-
- getQuantity() - Method in class org.piwik.sdk.extra.EcommerceItems.Item
-
- getRelease() - Method in class org.piwik.sdk.tools.BuildInfo
-
- getResolution() - Method in class org.piwik.sdk.tools.DeviceHelper
-
Tries to get the most accurate device resolution.
- getSessionTimeout() - Method in class org.piwik.sdk.Tracker
-
Default is 30min (30*60*1000).
- getSiteId() - Method in class org.piwik.sdk.Tracker
-
- getSiteId() - Method in class org.piwik.sdk.TrackerConfig
-
- getSku() - Method in class org.piwik.sdk.extra.EcommerceItems.Item
-
- getSystemProperty(String) - Method in class org.piwik.sdk.tools.PropertySource
-
- getTargetURL() - Method in class org.piwik.sdk.dispatcher.Packet
-
- getTimeStamp() - Method in class org.piwik.sdk.dispatcher.Event
-
- getTimeStamp() - Method in class org.piwik.sdk.dispatcher.Packet
-
A timestamp to use when replaying offline data
- getTracker() - Method in class org.piwik.sdk.extra.PiwikApplication
-
Gives you an all purpose thread-safe persisted Tracker object.
- getTracker() - Method in class org.piwik.sdk.extra.PiwikExceptionHandler
-
- getTrackerName() - Method in class org.piwik.sdk.TrackerConfig
-
- getTrackerPreferences(Tracker) - Method in class org.piwik.sdk.Piwik
-
- getType() - Method in class org.piwik.sdk.tools.Connectivity
-
- getUserAgent() - Method in class org.piwik.sdk.tools.DeviceHelper
-
Returns android system user agent
- getUserId() - Method in class org.piwik.sdk.Tracker
-
- getUserLanguage() - Method in class org.piwik.sdk.tools.DeviceHelper
-
Returns user language
- getVersion() - Method in class org.piwik.sdk.extra.DownloadTracker
-
- getVisitorId() - Method in class org.piwik.sdk.Tracker
-
- goal(int) - Method in class org.piwik.sdk.extra.TrackHelper
-
By default, Goals in Piwik are defined as "matching" parts of the screen path or screen title.
- screen(String) - Method in class org.piwik.sdk.extra.TrackHelper
-
To track a screenview.
- screen(Activity) - Method in class org.piwik.sdk.extra.TrackHelper
-
- screens(Application) - Method in class org.piwik.sdk.extra.TrackHelper
-
This method will bind a tracker to your application,
causing it to automatically track Activities with
TrackHelper.screen(Activity) within your app.
- search(String) - Method in class org.piwik.sdk.extra.TrackHelper
-
- set(String, String) - Method in class org.piwik.sdk.TrackMe
-
- set(QueryParams, String) - Method in class org.piwik.sdk.TrackMe
-
You can set any additional Tracking API Parameters within the SDK.
- set(QueryParams, int) - Method in class org.piwik.sdk.TrackMe
-
- set(QueryParams, float) - Method in class org.piwik.sdk.TrackMe
-
- set(QueryParams, long) - Method in class org.piwik.sdk.TrackMe
-
- setApplicationDomain(String) - Method in class org.piwik.sdk.Tracker
-
Domain used to build required parameter url (http://developer.piwik.org/api-reference/tracking-api)
If domain wasn't set `Application.getPackageName()` method will be used
- setConnectionTimeOut(int) - Method in class org.piwik.sdk.dispatcher.Dispatcher
-
Timeout when trying to establish connection and when trying to read a response.
- setDimension(TrackMe, int, String) - Static method in class org.piwik.sdk.extra.CustomDimension
-
This method sets a tracking API parameter dimension%dimensionId%=%dimensionValue%.
- setDispatchGzipped(boolean) - Method in class org.piwik.sdk.dispatcher.Dispatcher
-
Packets are collected and dispatched in batches.
- setDispatchGzipped(boolean) - Method in class org.piwik.sdk.Tracker
-
Defines if when dispatched, posted JSON must be Gzipped.
- setDispatchInterval(long) - Method in class org.piwik.sdk.dispatcher.Dispatcher
-
Packets are collected and dispatched in batches, this intervals sets the pause between batches.
- setDispatchInterval(long) - Method in class org.piwik.sdk.Tracker
-
Set the interval to 0 to dispatch events as soon as they are queued.
- setDispatchMode(DispatchMode) - Method in class org.piwik.sdk.dispatcher.Dispatcher
-
- setDispatchMode(DispatchMode) - Method in class org.piwik.sdk.Tracker
-
Sets the dispatch mode.
- setDispatchTimeout(int) - Method in class org.piwik.sdk.Tracker
-
- setDryRunTarget(List<Packet>) - Method in class org.piwik.sdk.dispatcher.Dispatcher
-
- setDryRunTarget(List<Packet>) - Method in class org.piwik.sdk.Tracker
-
Set a data structure here to put the Dispatcher into dry-run-mode.
- setOfflineCacheAge(long) - Method in class org.piwik.sdk.Tracker
-
For how long events should be stored if they could not be send.
- setOfflineCacheSize(long) - Method in class org.piwik.sdk.Tracker
-
How large the offline cache may be.
- setOptOut(boolean) - Method in class org.piwik.sdk.Tracker
-
Use this to disable this Tracker, e.g.
- setSessionTimeout(int) - Method in class org.piwik.sdk.Tracker
-
- setUserId(String) - Method in class org.piwik.sdk.Tracker
-
Defines the User ID for this request.
- setVersion(String) - Method in class org.piwik.sdk.extra.DownloadTracker
-
- setVisitorId(String) - Method in class org.piwik.sdk.Tracker
-
The unique visitor ID, must be a 16 characters hexadecimal string.
- shipping(Integer) - Method in class org.piwik.sdk.extra.TrackHelper.Order
-
- size() - Method in class org.piwik.sdk.extra.CustomVariables
-
- startNewSession() - Method in class org.piwik.sdk.Tracker
-
- submit(TrackMe) - Method in class org.piwik.sdk.dispatcher.Dispatcher
-
- subTotal(Integer) - Method in class org.piwik.sdk.extra.TrackHelper.Order
-