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 
 
 
◆ sendAdRevenueEvent()
  
  | 
        
          | static void Analytics::sendAdRevenueEvent | ( | AnalyticsAdRevenue | analyticsAdRevenue | ) |  |  | static | 
 
Send events for ad revenue measurement. 
- Parameters
- 
  
    | analyticsAdRevenue | Ad revenue data |  
 
 
 
◆ 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
- 
  
  
 
 
◆ sendEventWithAttributes()
  
  | 
        
          | static void Analytics::sendEventWithAttributes | ( | std::string | eventName, |  
          |  |  | AnalyticsAttributes const & | attributes |  
          |  | ) |  |  |  | static | 
 
Send event for user analysis. 
- Parameters
- 
  
    | eventName | Event name |  | attributes | Additional Data |  
 
 
 
◆ 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 |