Class GoogleAnalyticsData
- java.lang.Object
-
- org.wso2.carbon.ganalytics.publisher.GoogleAnalyticsData
-
public class GoogleAnalyticsData extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GoogleAnalyticsData.DataBuilder
This class can be used to generate a data object adhering to the Google Analytics Measurement Protocol v1 https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters
-
Method Summary
-
-
-
Method Detail
-
getProtocolVersion
public String getProtocolVersion()
-
getTrackingId
public String getTrackingId()
-
isAnonymizeIP
public Integer isAnonymizeIP()
-
getQueueTime
public int getQueueTime()
-
getCacheBuster
public String getCacheBuster()
-
getClientId
public String getClientId()
-
getUserId
public String getUserId()
-
getSessionControl
public String getSessionControl()
-
getIPOverride
public String getIPOverride()
-
getUserAgentOverride
public String getUserAgentOverride()
-
getReferrer
public String getReferrer()
-
getCampaignName
public String getCampaignName()
-
getCampaignSource
public String getCampaignSource()
-
getCampaignMedium
public String getCampaignMedium()
-
getCampaignKeyword
public String getCampaignKeyword()
-
getCampaignContent
public String getCampaignContent()
-
getCampaignId
public String getCampaignId()
-
getGoogleAdwordsId
public String getGoogleAdwordsId()
-
getGoogleDisplayAdsId
public String getGoogleDisplayAdsId()
-
getScreenResolutoin
public String getScreenResolutoin()
-
getViewPortSize
public String getViewPortSize()
-
getDocumentEncoding
public String getDocumentEncoding()
-
getScreenColors
public String getScreenColors()
-
getUserLanguage
public String getUserLanguage()
-
getJavaEnabled
public String getJavaEnabled()
-
getFlashVersion
public String getFlashVersion()
-
getHitType
public String getHitType()
-
isNonInteractionHit
public Integer isNonInteractionHit()
-
getDocumentLocationUrl
public String getDocumentLocationUrl()
-
getDocumentHostName
public String getDocumentHostName()
-
getDocumentPath
public String getDocumentPath()
-
getDocumentTitle
public String getDocumentTitle()
-
getScreenName
public String getScreenName()
-
getLinkId
public String getLinkId()
-
getAppName
public String getAppName()
-
getAppId
public String getAppId()
-
getAppVersion
public String getAppVersion()
-
getAppInstallerId
public String getAppInstallerId()
-
getEventCategory
public String getEventCategory()
-
getEventAction
public String getEventAction()
-
getEventLabel
public String getEventLabel()
-
getEventValue
public Integer getEventValue()
-
getTransactionId
public String getTransactionId()
-
getTransactionAffiliation
public String getTransactionAffiliation()
-
getTransactionRevenue
public Double getTransactionRevenue()
-
getTransactionShipping
public Double getTransactionShipping()
-
getTransactionTax
public Double getTransactionTax()
-
getItemName
public String getItemName()
-
getItemPrice
public Double getItemPrice()
-
getItemQty
public Integer getItemQty()
-
getItemCode
public String getItemCode()
-
getItemCategory
public String getItemCategory()
-
getCurrencyCode
public String getCurrencyCode()
-
getSocialNetwork
public String getSocialNetwork()
-
getSocialAction
public String getSocialAction()
-
getSocialActionTarget
public String getSocialActionTarget()
-
getUserTimingCategory
public String getUserTimingCategory()
-
getUserTimingVariableName
public String getUserTimingVariableName()
-
getUserTimingTime
public Integer getUserTimingTime()
-
getUserTimingLabel
public String getUserTimingLabel()
-
getPageLoadTime
public Integer getPageLoadTime()
-
getDnsTime
public Integer getDnsTime()
-
getPageDownloadTime
public Integer getPageDownloadTime()
-
getRedirectResponseTime
public Integer getRedirectResponseTime()
-
getTcpConnectTime
public Integer getTcpConnectTime()
-
getServerResponseTime
public Integer getServerResponseTime()
-
getExceptionDescription
public String getExceptionDescription()
-
isFatalException
public Integer isFatalException()
-
getCustomDimension
public String getCustomDimension()
-
getCustomMetric
public String getCustomMetric()
-
getExperimentId
public String getExperimentId()
-
getExperimentVariant
public String getExperimentVariant()
-
-