Additional Settings
OnInitialized function
The OnInitialized function is used when the SDK has logic that needs to run after Init is complete.
If there is page transition logic right after calling the event function, the page transition may occur before the function is completed, so the event may not be collected. Since logEvent is an asynchronous function that returns a Promise, it is recommended to proceed with the code as follows.
Last updated