| Package | Description |
|---|---|
| sibModel |
| Modifier and Type | Method and Description |
|---|---|
GetDeviceBrowserStats |
GetDeviceBrowserStats.clickers(Long clickers) |
GetDeviceBrowserStats |
GetDeviceBrowserStats.uniqueClicks(Long uniqueClicks) |
GetDeviceBrowserStats |
GetDeviceBrowserStats.uniqueViews(Long uniqueViews) |
GetDeviceBrowserStats |
GetDeviceBrowserStats.viewed(Long viewed) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,GetDeviceBrowserStats> |
GetStatsByDevice.getDesktop()
Statistics of the campaign on the basis of desktop devices
|
Map<String,GetDeviceBrowserStats> |
GetStatsByDevice.getMobile()
Statistics of the campaign on the basis of mobile devices
|
Map<String,GetDeviceBrowserStats> |
GetStatsByDevice.getTablet()
Statistics of the campaign on the basis of tablet devices
|
Map<String,GetDeviceBrowserStats> |
GetStatsByDevice.getUnknown()
Statistics of the campaign on the basis of unknown devices
|
| Modifier and Type | Method and Description |
|---|---|
GetStatsByDevice |
GetStatsByDevice.putDesktopItem(String key,
GetDeviceBrowserStats desktopItem) |
GetStatsByDevice |
GetStatsByDevice.putMobileItem(String key,
GetDeviceBrowserStats mobileItem) |
GetStatsByDevice |
GetStatsByDevice.putTabletItem(String key,
GetDeviceBrowserStats tabletItem) |
GetStatsByDevice |
GetStatsByDevice.putUnknownItem(String key,
GetDeviceBrowserStats unknownItem) |
| Modifier and Type | Method and Description |
|---|---|
GetStatsByDevice |
GetStatsByDevice.desktop(Map<String,GetDeviceBrowserStats> desktop) |
GetStatsByDevice |
GetStatsByDevice.mobile(Map<String,GetDeviceBrowserStats> mobile) |
void |
GetStatsByDevice.setDesktop(Map<String,GetDeviceBrowserStats> desktop) |
void |
GetStatsByDevice.setMobile(Map<String,GetDeviceBrowserStats> mobile) |
void |
GetStatsByDevice.setTablet(Map<String,GetDeviceBrowserStats> tablet) |
void |
GetStatsByDevice.setUnknown(Map<String,GetDeviceBrowserStats> unknown) |
GetStatsByDevice |
GetStatsByDevice.tablet(Map<String,GetDeviceBrowserStats> tablet) |
GetStatsByDevice |
GetStatsByDevice.unknown(Map<String,GetDeviceBrowserStats> unknown) |
Copyright © 2021. All rights reserved.