A collection of features for tracking and analyzing apps and users
(User Tracking Tool Wrapper & Collect Analytics Log API)
More...
#include <HiveAnalytics.h>
Static Public Member Functions | |
static void | SendAnalyticsLog (const TSharedPtr< FJsonObject > &LogData) |
Send log for analysis. More... | |
static void | SetEnableTracker (const FString &Name, bool IsEnable) |
Set whether to use User Information Tracker for user analysis. More... | |
static void | SendEvent (const FString &EventName) |
Send event for user analysis. More... | |
static void | SendEventWithAttributes (const FString &EventName, const FHiveAnalyticsAttributes &Attributes) |
Send event for user analysis. More... | |
static void | SendAdRevenueEvent (const FHiveAnalyticsAdRevenue &AdRevenue) |
Send events for ad revenue measurement. More... | |
A collection of features for tracking and analyzing apps and users
(User Tracking Tool Wrapper & Collect Analytics Log API)