User Statistics
Gamepot automatically saves all logs during login or payment. However, if you want to save logs without using login or payment, you can send them using logEvent
, and they will be saved in the same way.
(Precautions) When using login/payment, the logs are automatically recorded, and this feature is not required. It is recommended to use this only when saving statistical logs for separate logins and payments, as using both at the same time may result in duplicate logs.
Install
No separate installation is required. If the basic SDK is installed, you can send events through the logEvent
function.
How to Use
The user ID must be entered for the logs to be recorded correctly.
How to Send Events After Login
How to Send Events After Registration
How to Send Events After Payment
productId
string
Product ID
Y
paymentId
string
google, apple, amazon, one
Y
orderId
string
Receipt Number for Purchase
Y
currency
string
화폐 단위
Y
price
double
구매 가격
Y
serverId
string
서버 ID
N
The SDK automatically enhances events with useful information such as the operating system, app version, etc.
You can manage the logs automatically sent to the server. This SDK does not automatically track events, and you must manually call
trackEvent
. Therefore, it is generally recommended to track events at least when the app starts.The
trackEvent
function does not run in the background.Custom properties only allow string and numeric values."
Last updated