Skip navigation links
A C E G I O P R S T V 

A

add(JsonValue) - Method in class org.piwik.java.tracking.PiwikJsonArray
Add a value to the end of this array.
addCustomTrackingParameter(String, Object) - Method in class org.piwik.java.tracking.PiwikRequest
Add a custom tracking parameter to the specified key.
addEcommerceItem(EcommerceItem) - Method in class org.piwik.java.tracking.PiwikRequest
Add an EcommerceItem to this order.
AUTH_TOKEN_LENGTH - Static variable in class org.piwik.java.tracking.PiwikRequest
 

C

clearCustomTrackingParameter() - Method in class org.piwik.java.tracking.PiwikRequest
Removes all custom tracking parameters
clearEcommerceItems() - Method in class org.piwik.java.tracking.PiwikRequest
Clears all EcommerceItem from this order.
CustomVariable - Class in org.piwik.java.tracking
 
CustomVariable(String, String) - Constructor for class org.piwik.java.tracking.CustomVariable
 

E

EcommerceItem - Class in org.piwik.java.tracking
Represents an item in an ecommerce order.
EcommerceItem(String, String, String, Double, Integer) - Constructor for class org.piwik.java.tracking.EcommerceItem
Construct an EcommerceItem from its sku, name, category, price, and quantity of the order.
enableEcommerce() - Method in class org.piwik.java.tracking.PiwikRequest
Sets idgoal=0 in the request to track an ecommerce interaction: cart update or an ecommerce order.

G

get(int) - Method in class org.piwik.java.tracking.PiwikJsonArray
Get the value stored at the specified index.
get(String) - Method in class org.piwik.java.tracking.PiwikJsonObject
Deprecated.
Gets the custom value stored at this custom key.
getActionName() - Method in class org.piwik.java.tracking.PiwikRequest
Get the title of the action being tracked
getActionTime() - Method in class org.piwik.java.tracking.PiwikRequest
Get the amount of time it took the server to generate this action, in milliseconds.
getActionUrl() - Method in class org.piwik.java.tracking.PiwikRequest
Get the full URL for the current action.
getActionUrlAsString() - Method in class org.piwik.java.tracking.PiwikRequest
Get the full URL for the current action.
getApiVersion() - Method in class org.piwik.java.tracking.PiwikRequest
Get the api version
getAuthToken() - Method in class org.piwik.java.tracking.PiwikRequest
Get the authorization key.
getCampaignKeyword() - Method in class org.piwik.java.tracking.PiwikRequest
Get the campaign keyword
getCampaignName() - Method in class org.piwik.java.tracking.PiwikRequest
Get the campaign name
getCategory() - Method in class org.piwik.java.tracking.EcommerceItem
Get an item's category.
getCharacterSet() - Method in class org.piwik.java.tracking.PiwikRequest
Get the charset of the page being tracked
getContentInteraction() - Method in class org.piwik.java.tracking.PiwikRequest
Get the name of the interaction with the content
getContentName() - Method in class org.piwik.java.tracking.PiwikRequest
Get the name of the content
getContentPiece() - Method in class org.piwik.java.tracking.PiwikRequest
Get the content piece.
getContentTarget() - Method in class org.piwik.java.tracking.PiwikRequest
Get the content target
getContentTargetAsString() - Method in class org.piwik.java.tracking.PiwikRequest
Get the content target
getCurrentHour() - Method in class org.piwik.java.tracking.PiwikRequest
Get the current hour.
getCurrentMinute() - Method in class org.piwik.java.tracking.PiwikRequest
Get the current minute.
getCurrentSecond() - Method in class org.piwik.java.tracking.PiwikRequest
Get the current second
getCustomTrackingParameter(String) - Method in class org.piwik.java.tracking.PiwikRequest
Gets the list of objects currently stored at the specified custom tracking parameter.
getDeviceResolution() - Method in class org.piwik.java.tracking.PiwikRequest
Get the resolution of the device
getDownloadUrl() - Method in class org.piwik.java.tracking.PiwikRequest
Get the url of a file the user had downloaded
getDownloadUrlAsString() - Method in class org.piwik.java.tracking.PiwikRequest
Get the url of a file the user had downloaded
getEcommerceDiscount() - Method in class org.piwik.java.tracking.PiwikRequest
Get the discount offered.
getEcommerceId() - Method in class org.piwik.java.tracking.PiwikRequest
Get the id of this order.
getEcommerceItem(int) - Method in class org.piwik.java.tracking.PiwikRequest
Get the EcommerceItem at the specified index
getEcommerceLastOrderTimestamp() - Method in class org.piwik.java.tracking.PiwikRequest
Get the timestamp of the customer's last ecommerce order
getEcommerceRevenue() - Method in class org.piwik.java.tracking.PiwikRequest
Get the grand total of the ecommerce order.
getEcommerceShippingCost() - Method in class org.piwik.java.tracking.PiwikRequest
Get the shipping cost of the ecommerce order.
getEcommerceSubtotal() - Method in class org.piwik.java.tracking.PiwikRequest
Get the subtotal of the ecommerce order; excludes shipping.
getEcommerceTax() - Method in class org.piwik.java.tracking.PiwikRequest
Get the tax amount of the ecommerce order.
getEventAction() - Method in class org.piwik.java.tracking.PiwikRequest
Get the event action.
getEventCategory() - Method in class org.piwik.java.tracking.PiwikRequest
Get the event category.
getEventName() - Method in class org.piwik.java.tracking.PiwikRequest
Get the event name.
getEventValue() - Method in class org.piwik.java.tracking.PiwikRequest
Get the event value.
getGoalId() - Method in class org.piwik.java.tracking.PiwikRequest
Get the goal id
getGoalRevenue() - Method in class org.piwik.java.tracking.PiwikRequest
Get the goal revenue.
getHeaderAcceptLanguage() - Method in class org.piwik.java.tracking.PiwikRequest
Get the Accept-Language HTTP header
getHeaderUserAgent() - Method in class org.piwik.java.tracking.PiwikRequest
Get the User-Agent HTTP header
getHttpClient() - Method in class org.piwik.java.tracking.PiwikTracker
Get a HTTP client.
getKey() - Method in class org.piwik.java.tracking.CustomVariable
 
getLocale() - Method in class org.piwik.java.tracking.PiwikLocale
Gets the locale.
getName() - Method in class org.piwik.java.tracking.EcommerceItem
Get an item's name.
getNewVisit() - Method in class org.piwik.java.tracking.PiwikRequest
Get if this request will force a new visit.
getOutlinkUrl() - Method in class org.piwik.java.tracking.PiwikRequest
Get the outlink url
getOutlinkUrlAsString() - Method in class org.piwik.java.tracking.PiwikRequest
Get the outlink url
getPageCustomVariable(String) - Method in class org.piwik.java.tracking.PiwikRequest
Deprecated.
getPageCustomVariable(int) - Method in class org.piwik.java.tracking.PiwikRequest
Get the page custom variable at the specified index.
getPluginDirector() - Method in class org.piwik.java.tracking.PiwikRequest
Check if the visitor has the Director plugin.
getPluginFlash() - Method in class org.piwik.java.tracking.PiwikRequest
Check if the visitor has the Flash plugin.
getPluginGears() - Method in class org.piwik.java.tracking.PiwikRequest
Check if the visitor has the Gears plugin.
getPluginJava() - Method in class org.piwik.java.tracking.PiwikRequest
Check if the visitor has the Java plugin.
getPluginPDF() - Method in class org.piwik.java.tracking.PiwikRequest
Check if the visitor has the PDF plugin.
getPluginQuicktime() - Method in class org.piwik.java.tracking.PiwikRequest
Check if the visitor has the Quicktime plugin.
getPluginRealPlayer() - Method in class org.piwik.java.tracking.PiwikRequest
Check if the visitor has the RealPlayer plugin.
getPluginSilverlight() - Method in class org.piwik.java.tracking.PiwikRequest
Check if the visitor has the Silverlight plugin.
getPluginWindowsMedia() - Method in class org.piwik.java.tracking.PiwikRequest
Check if the visitor has the Windows Media plugin.
getPrice() - Method in class org.piwik.java.tracking.EcommerceItem
Get an item's price.
getQuantity() - Method in class org.piwik.java.tracking.EcommerceItem
Get the quantity of this item in this order.
getQueryString() - Method in class org.piwik.java.tracking.PiwikRequest
Get the query string represented by this object.
getRandomHexString(int) - Static method in class org.piwik.java.tracking.PiwikRequest
Get a random hexadecimal string of a specified length.
getRandomValue() - Method in class org.piwik.java.tracking.PiwikRequest
Get the random value for this request
getReferrerUrl() - Method in class org.piwik.java.tracking.PiwikRequest
Get the referrer url
getReferrerUrlAsString() - Method in class org.piwik.java.tracking.PiwikRequest
Get the referrer url
getRequestDatetime() - Method in class org.piwik.java.tracking.PiwikRequest
Get the datetime of the request
getRequired() - Method in class org.piwik.java.tracking.PiwikRequest
Get if this request will be tracked.
getResponseAsImage() - Method in class org.piwik.java.tracking.PiwikRequest
Get if the response will be an image.
getSearchCategory() - Method in class org.piwik.java.tracking.PiwikRequest
Get the search category
getSearchQuery() - Method in class org.piwik.java.tracking.PiwikRequest
Get the search query.
getSearchResultsCount() - Method in class org.piwik.java.tracking.PiwikRequest
Get the search results count.
getSiteId() - Method in class org.piwik.java.tracking.PiwikRequest
Get the id of the website we're tracking.
getSku() - Method in class org.piwik.java.tracking.EcommerceItem
Get an item's sku.
getTrackBotRequests() - Method in class org.piwik.java.tracking.PiwikRequest
Set if bot requests should be tracked
getUrlEncodedQueryString() - Method in class org.piwik.java.tracking.PiwikRequest
Get the url encoded query string represented by this object.
getUserCustomVariable(String) - Method in class org.piwik.java.tracking.PiwikRequest
Deprecated.
getUserId() - Method in class org.piwik.java.tracking.PiwikRequest
Get the user id for this request.
getValue() - Method in class org.piwik.java.tracking.CustomVariable
 
getValueType() - Method in class org.piwik.java.tracking.EcommerceItem
Get the JSON value type of EcommerceItem.
getVisitCustomVariable(int) - Method in class org.piwik.java.tracking.PiwikRequest
Get the visit custom variable at the specified index.
getVisitorCity() - Method in class org.piwik.java.tracking.PiwikRequest
Get the visitor's city.
getVisitorCountry() - Method in class org.piwik.java.tracking.PiwikRequest
Get the visitor's country.
getVisitorCustomId() - Method in class org.piwik.java.tracking.PiwikRequest
Get the visitor's custom id.
getVisitorFirstVisitTimestamp() - Method in class org.piwik.java.tracking.PiwikRequest
Get the timestamp of the visitor's first visit.
getVisitorId() - Method in class org.piwik.java.tracking.PiwikRequest
Get the visitor's id.
getVisitorIp() - Method in class org.piwik.java.tracking.PiwikRequest
Get the visitor's ip.
getVisitorLatitude() - Method in class org.piwik.java.tracking.PiwikRequest
Get the visitor's latitude.
getVisitorLongitude() - Method in class org.piwik.java.tracking.PiwikRequest
Get the visitor's longitude.
getVisitorPreviousVisitTimestamp() - Method in class org.piwik.java.tracking.PiwikRequest
Get the timestamp of the visitor's previous visit.
getVisitorRegion() - Method in class org.piwik.java.tracking.PiwikRequest
Get the visitor's region.
getVisitorVisitCount() - Method in class org.piwik.java.tracking.PiwikRequest
Get the count of visits for this visitor.

I

ID_LENGTH - Static variable in class org.piwik.java.tracking.PiwikRequest
 
isEmpty() - Method in class org.piwik.java.tracking.PiwikJsonObject
Deprecated.
Returns true if this object contains no custom key-value pairs.

O

org.piwik.java.tracking - package org.piwik.java.tracking
 

P

PiwikDate - Class in org.piwik.java.tracking
A datetime object that will return the datetime in the format yyyy-MM-dd hh:mm:ss.
PiwikDate() - Constructor for class org.piwik.java.tracking.PiwikDate
Allocates a Date object and initializes it so that it represents the time at which it was allocated, measured to the nearest millisecond.
PiwikDate(long) - Constructor for class org.piwik.java.tracking.PiwikDate
Allocates a Date object and initializes it to represent the specified number of milliseconds since the standard base time known as "the epoch", namely January 1, 1970, 00:00:00 GMT.
PiwikJsonArray - Class in org.piwik.java.tracking
Object representing a JSON array required by some Piwik query parameters.
PiwikJsonArray() - Constructor for class org.piwik.java.tracking.PiwikJsonArray
 
PiwikJsonObject - Class in org.piwik.java.tracking
Deprecated.
PiwikJsonObject() - Constructor for class org.piwik.java.tracking.PiwikJsonObject
Deprecated.
 
PiwikLocale - Class in org.piwik.java.tracking
Object representing a locale required by some Piwik query parameters.
PiwikLocale(Locale) - Constructor for class org.piwik.java.tracking.PiwikLocale
Create this PiwikLocale from a Locale.
PiwikRequest - Class in org.piwik.java.tracking
A class that implements the Piwik Tracking HTTP API.
PiwikRequest(Integer, URL) - Constructor for class org.piwik.java.tracking.PiwikRequest
Create a new request from the id of the site being tracked and the full url for the current action.
PiwikTracker - Class in org.piwik.java.tracking
A class that sends PiwikRequests to a specified Piwik server.
PiwikTracker(String) - Constructor for class org.piwik.java.tracking.PiwikTracker
Creates a tracker that will send PiwikRequests to the specified Tracking HTTP API endpoint.
PiwikTracker(String, String, int) - Constructor for class org.piwik.java.tracking.PiwikTracker
Creates a tracker that will send PiwikRequests to the specified Tracking HTTP API endpoint via the provided proxy
put(String, String) - Method in class org.piwik.java.tracking.PiwikJsonObject
Deprecated.
Puts a custom value at this custom key.

R

remove(String) - Method in class org.piwik.java.tracking.PiwikJsonObject
Deprecated.
Removes the custom value stored at this custom key.

S

sendBulkRequest(Iterable<PiwikRequest>) - Method in class org.piwik.java.tracking.PiwikTracker
Send multiple requests in a single HTTP call.
sendBulkRequest(Iterable<PiwikRequest>, String) - Method in class org.piwik.java.tracking.PiwikTracker
Send multiple requests in a single HTTP call.
sendRequest(PiwikRequest) - Method in class org.piwik.java.tracking.PiwikTracker
Send a request.
set(int, JsonValue) - Method in class org.piwik.java.tracking.PiwikJsonArray
Set the value at the specified index to the specified value.
setActionName(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the title of the action being tracked.
setActionTime(Long) - Method in class org.piwik.java.tracking.PiwikRequest
Set the amount of time it took the server to generate this action, in milliseconds.
setActionUrl(URL) - Method in class org.piwik.java.tracking.PiwikRequest
Set the full URL for the current action.
setActionUrlWithString(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the full URL for the current action.
setApiVersion(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the api version to use (currently always set to 1)
setAuthToken(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the 32 character authorization key used to authenticate the API request.
setCampaignKeyword(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the Campaign Keyword (see Tracking Campaigns).
setCampaignName(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the Campaign Name (see Tracking Campaigns).
setCategory(String) - Method in class org.piwik.java.tracking.EcommerceItem
Set an item's category.
setCharacterSet(Charset) - Method in class org.piwik.java.tracking.PiwikRequest
The charset of the page being tracked.
setContentInteraction(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the name of the interaction with the content.
setContentName(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the name of the content.
setContentPiece(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the actual content piece.
setContentTarget(URL) - Method in class org.piwik.java.tracking.PiwikRequest
Set the target of the content.
setContentTargetWithString(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the target of the content.
setCurrentHour(Integer) - Method in class org.piwik.java.tracking.PiwikRequest
Set the current hour (local time).
setCurrentMinute(Integer) - Method in class org.piwik.java.tracking.PiwikRequest
Set the current minute (local time).
setCurrentSecond(Integer) - Method in class org.piwik.java.tracking.PiwikRequest
Set the current second (local time).
setCustomTrackingParameter(String, Object) - Method in class org.piwik.java.tracking.PiwikRequest
Set a custom tracking parameter whose toString() value will be sent to the Piwik server.
setDeviceResolution(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the resolution of the device the visitor is using, eg 1280x1024.
setDownloadUrl(URL) - Method in class org.piwik.java.tracking.PiwikRequest
Set the url of a file the user has downloaded.
setDownloadUrlWithString(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the url of a file the user has downloaded.
setEcommerceDiscount(Double) - Method in class org.piwik.java.tracking.PiwikRequest
Set the discount offered.
setEcommerceId(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the unique string identifier for the ecommerce order (required when tracking an ecommerce order).
setEcommerceLastOrderTimestamp(Long) - Method in class org.piwik.java.tracking.PiwikRequest
Set the UNUX timestamp of this customer's last ecommerce order.
setEcommerceRevenue(Double) - Method in class org.piwik.java.tracking.PiwikRequest
Set the grand total of the ecommerce order (required when tracking an ecommerce order).
setEcommerceShippingCost(Double) - Method in class org.piwik.java.tracking.PiwikRequest
Set the shipping cost of the ecommerce order.
setEcommerceSubtotal(Double) - Method in class org.piwik.java.tracking.PiwikRequest
Set the subtotal of the ecommerce order; excludes shipping.
setEcommerceTax(Double) - Method in class org.piwik.java.tracking.PiwikRequest
Set the tax amount of the ecommerce order.
setEventAction(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the event action.
setEventCategory(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the event category.
setEventName(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the event name.
setEventValue(Number) - Method in class org.piwik.java.tracking.PiwikRequest
Set the event value.
setGoalId(Integer) - Method in class org.piwik.java.tracking.PiwikRequest
Set the goal id.
setGoalRevenue(Double) - Method in class org.piwik.java.tracking.PiwikRequest
Set a monetary value that was generated as revenue by this goal conversion.
setHeaderAcceptLanguage(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set an override value for the Accept-Language HTTP header field.
setHeaderUserAgent(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set an override value for the User-Agent HTTP header field.
setLocale(Locale) - Method in class org.piwik.java.tracking.PiwikLocale
Sets the locale.
setName(String) - Method in class org.piwik.java.tracking.EcommerceItem
Set an item's name.
setNewVisit(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
If set to true, will force a new visit to be created for this action.
setOutlinkUrl(URL) - Method in class org.piwik.java.tracking.PiwikRequest
Set an external URL the user has opened.
setOutlinkUrlWithString(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set an external URL the user has opened.
setPageCustomVariable(String, String) - Method in class org.piwik.java.tracking.PiwikRequest
Deprecated.
setPageCustomVariable(CustomVariable, int) - Method in class org.piwik.java.tracking.PiwikRequest
Set a page custom variable at the specified index.
setPluginDirector(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
Set if the visitor has the Director plugin.
setPluginFlash(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
Set if the visitor has the Flash plugin.
setPluginGears(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
Set if the visitor has the Gears plugin.
setPluginJava(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
Set if the visitor has the Java plugin.
setPluginPDF(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
Set if the visitor has the PDF plugin.
setPluginQuicktime(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
Set if the visitor has the Quicktime plugin.
setPluginRealPlayer(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
Set if the visitor has the RealPlayer plugin.
setPluginSilverlight(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
Set if the visitor has the Silverlight plugin.
setPluginWindowsMedia(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
Set if the visitor has the Windows Media plugin.
setPrice(Double) - Method in class org.piwik.java.tracking.EcommerceItem
Set an item's price.
setQuantity(Integer) - Method in class org.piwik.java.tracking.EcommerceItem
Set the quantity of this item in this order
setRandomValue(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set a random value that is generated before each request.
setReferrerUrl(URL) - Method in class org.piwik.java.tracking.PiwikRequest
Set the full HTTP Referrer URL.
setReferrerUrlWithString(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the full HTTP Referrer URL.
setRequestDatetime(PiwikDate) - Method in class org.piwik.java.tracking.PiwikRequest
Set the datetime of the request (normally the current time is used).
setRequired(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
Set if this request will be tracked by the Piwik server.
setResponseAsImage(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
Set if the response will be an image.
setSearchCategory(String) - Method in class org.piwik.java.tracking.PiwikRequest
Specify a search category with this parameter.
setSearchQuery(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the search query.
setSearchResultsCount(Long) - Method in class org.piwik.java.tracking.PiwikRequest
We recommend to set the search count to the number of search results displayed on the results page.
setSiteId(Integer) - Method in class org.piwik.java.tracking.PiwikRequest
Set the ID of the website we're tracking a visit/action for.
setSku(String) - Method in class org.piwik.java.tracking.EcommerceItem
Set an item's sku.
setTimeZone(TimeZone) - Method in class org.piwik.java.tracking.PiwikDate
Sets the time zone of the String that will be returned by PiwikDate.toString().
setTrackBotRequests(Boolean) - Method in class org.piwik.java.tracking.PiwikRequest
By default Piwik does not track bots.
setUserCustomVariable(String, String) - Method in class org.piwik.java.tracking.PiwikRequest
setUserId(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the user id for this request.
setVisitCustomVariable(CustomVariable, int) - Method in class org.piwik.java.tracking.PiwikRequest
Set a user custom variable at the specified key.
setVisitorCity(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set an override value for the city.
setVisitorCountry(PiwikLocale) - Method in class org.piwik.java.tracking.PiwikRequest
Set an override value for the country.
setVisitorCustomId(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set a custom visitor ID for this request.
setVisitorFirstVisitTimestamp(Long) - Method in class org.piwik.java.tracking.PiwikRequest
Set the UNIX timestamp of this visitor's first visit.
setVisitorId(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the unique visitor ID, must be a 16 characters hexadecimal string.
setVisitorIp(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set the override value for the visitor IP (both IPv4 and IPv6 notations supported).
setVisitorLatitude(Double) - Method in class org.piwik.java.tracking.PiwikRequest
Set an override value for the visitor's latitude, eg 22.456.
setVisitorLongitude(Double) - Method in class org.piwik.java.tracking.PiwikRequest
Set an override value for the visitor's longitude, eg 22.456.
setVisitorPreviousVisitTimestamp(Long) - Method in class org.piwik.java.tracking.PiwikRequest
Set the UNIX timestamp of this visitor's previous visit.
setVisitorRegion(String) - Method in class org.piwik.java.tracking.PiwikRequest
Set an override value for the region.
setVisitorVisitCount(Integer) - Method in class org.piwik.java.tracking.PiwikRequest
Set the current count of visits for this visitor.
size() - Method in class org.piwik.java.tracking.PiwikJsonObject
Deprecated.
Returns the number of custom key-value pairs.

T

toString() - Method in class org.piwik.java.tracking.EcommerceItem
Returns the value of this EcommerceItem as a JSON Array string.
toString() - Method in class org.piwik.java.tracking.PiwikDate
Converts this PiwikDate object to a String of the form:

yyyy-MM-dd hh:mm:ss.
toString() - Method in class org.piwik.java.tracking.PiwikJsonArray
Returns a JSON encoded array string representing this object.
toString() - Method in class org.piwik.java.tracking.PiwikJsonObject
Deprecated.
Produces the JSON string representing this object.

For example, if the following values were put into the object

("key1", "value1") and ("key2", "value2")

{"1": ["key1", "value1"], "2": ["key2": "value2"]}

would be produced.
toString() - Method in class org.piwik.java.tracking.PiwikLocale
Returns the locale's lowercase country code.

V

verifyAuthTokenSet() - Method in class org.piwik.java.tracking.PiwikRequest
Verifies that AuthToken has been set for this request.
verifyEcommerceEnabled() - Method in class org.piwik.java.tracking.PiwikRequest
Verifies that Ecommerce has been enabled for the request.
verifyEcommerceState() - Method in class org.piwik.java.tracking.PiwikRequest
Verifies that Ecommerce has been enabled and that Ecommerce Id and Ecommerce Revenue have been set for the request.
A C E G I O P R S T V 
Skip navigation links

Copyright © 2016. All rights reserved.