A collection of features for tracking and analyzing apps and users
(User Tracking Tool Wrapper & Callect Analytics Log API)
More...
|
class | Analytics |
| A collection of features for tracking and analyzing apps and users
(User Tracking Tool Wrapper & Callect Analytics Log API)
More...
|
|
A collection of features for tracking and analyzing apps and users
(User Tracking Tool Wrapper & Callect Analytics Log API)
◆ TrackingType
Tracker type for user analysis.
- Author
- ryuvsken
◆ sendAnalyticsLog()
static bool Analytics::sendAnalyticsLog |
( |
picojson::object & |
logData | ) |
|
|
static |
Send log for analysis.
- Parameters
-
- Returns
- bool Returns false if the log queue is full and the log is not stacked.
◆ sendEvent()
static void Analytics::sendEvent |
( |
std::string |
eventName | ) |
|
|
static |
Send event for user analysis.
- Parameters
-
◆ setEnableTracker()
static void Analytics::setEnableTracker |
( |
TrackingType |
trackingType, |
|
|
bool |
isEnable |
|
) |
| |
|
static |
Set whether to use User Information Tracker for user analysis.
- Parameters
-
trackingType | User information tracker type |
isEnable | whether to use User Information Tracker |
◆ setEnableTrackerWithName()
static void Analytics::setEnableTrackerWithName |
( |
std::string |
name, |
|
|
bool |
isEnable |
|
) |
| |
|
static |
Set whether to use User Information Tracker for user analysis.
- Parameters
-
name | User information tracker type |
isEnable | whether to use User Information Tracker |