| Modifier and Type | Class and Description |
|---|---|
class |
DefaultRequest
Default request that captures default value for any of the parameters.
|
class |
EventHit
GA request to track events.
|
class |
ExceptionHit
GA request to track exceptions.
|
class |
ItemHit
GA request to track items as part of ecommerce transaction.
|
class |
PageViewHit
GA request to track a typical web page view
|
class |
ScreenViewHit
GA request to track application page view (for mobile or desktop apps).
|
class |
SocialHit
GA request to track social interactions
|
class |
TimingHit
GA request to track performance timings like page load time, server response time etc.
|
class |
TransactionHit
GA request to track ecommerce transaction.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsRequest |
RequestProvider.getRequest()
Constructs and returns the request, that should be sent to GA.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleAnalyticsResponse |
GoogleAnalytics.post(GoogleAnalyticsRequest request) |
Future<GoogleAnalyticsResponse> |
GoogleAnalytics.postAsync(GoogleAnalyticsRequest request) |
Copyright © Sep 2013–2015 H20.ai. All rights reserved.