| Package | Description |
|---|---|
| com.github.segmentio | |
| com.github.segmentio.models |
| Modifier and Type | Method and Description |
|---|---|
void |
AnalyticsClient.page(String userId,
String name,
Props properties)
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
|
void |
Analytics.page(String userId,
String name,
Props properties)
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
|
void |
AnalyticsClient.page(String userId,
String name,
Props properties,
Options options)
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
|
void |
Analytics.page(String userId,
String name,
Props properties,
Options options)
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
|
void |
AnalyticsClient.page(String userId,
String name,
String category,
Props properties,
Options options)
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
|
void |
Analytics.page(String userId,
String name,
String category,
Props properties,
Options options)
The `page` method let your record whenever a user sees a web page on
your web site, and attach a `name`, `category` or `properties` to the web page load.
|
void |
AnalyticsClient.screen(String userId,
String name,
Props properties)
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
|
void |
Analytics.screen(String userId,
String name,
Props properties)
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
|
void |
AnalyticsClient.screen(String userId,
String name,
Props properties,
Options options)
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
|
void |
Analytics.screen(String userId,
String name,
Props properties,
Options options)
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
|
void |
AnalyticsClient.screen(String userId,
String name,
String category,
Props properties,
Options options)
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
|
void |
Analytics.screen(String userId,
String name,
String category,
Props properties,
Options options)
The `screen` method let your record whenever a user sees a mobile screen,
and attach a `name`, `category` or `properties` to the web page load.
|
void |
AnalyticsClient.track(String userId,
String event,
Props properties)
Whenever a user triggers an event, you’ll want to track it.
|
void |
Analytics.track(String userId,
String event,
Props properties)
Whenever a user triggers an event, you’ll want to track it.
|
void |
AnalyticsClient.track(String userId,
String event,
Props properties,
Options options)
Whenever a user triggers an event, you’ll want to track it.
|
void |
Analytics.track(String userId,
String event,
Props properties,
Options options)
Whenever a user triggers an event, you’ll want to track it.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Context |
class |
Traits |
| Modifier and Type | Method and Description |
|---|---|
Props |
Options.getIntegrations() |
Props |
BasePayload.getIntegrations() |
Props |
Props.put(String key,
Object value) |
Props |
Context.put(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
void |
PropertyPayload.setProperties(Props properties) |
| Constructor and Description |
|---|
Page(String userId,
String name,
String category,
Props properties,
Options options) |
PropertyPayload(String type,
Props properties,
Options options) |
Screen(String userId,
String name,
String category,
Props properties,
Options options) |
Track(String userId,
String event,
Props properties,
Options options) |
Copyright © 2015. All Rights Reserved.