You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compared with the server's interface call log and appsflyer's upload log, appsflyer's log has nearly 10% less data, and Android's report is very close to the server's data. The above comparison is the UV data after weight removal
During the initialization, the exposure data of our home page was nearly 30% less. I initially suspect that during the initialization, there was no cache in the log report or the cache was emptied, because there would be several callbacks of initializing Appsflyer when the App was first launched. The following are the callback records I verified
requestTrackingAuthorizationWithCompletionHandler: authorized popup window, resulting in applicationDidBecomeActive: multiple calls, and [[AppsFlyerLib Shared] start] many times
👋 Hi @MingYik and Thank you for reaching out to us.
In order for us to provide optimal support, please submit a ticket to our support team at [email protected].
When submitting the ticket, please provide:
Compared with the server's interface call log and appsflyer's upload log, appsflyer's log has nearly 10% less data, and Android's report is very close to the server's data. The above comparison is the UV data after weight removal
During the initialization, the exposure data of our home page was nearly 30% less. I initially suspect that during the initialization, there was no cache in the log report or the cache was emptied, because there would be several callbacks of initializing Appsflyer when the App was first launched. The following are the callback records I verified
requestTrackingAuthorizationWithCompletionHandler:
authorized popup window, resulting inapplicationDidBecomeActive:
multiple calls, and[[AppsFlyerLib Shared] start]
many timesdidFinishLaunchingWithOptions: -> applicationDidBecomeActive: -> [[AppsFlyerLib Shared] start]
requestTrackingAuthorizationWithCompletionHandler: -> applicationDidBecomeActive: -> [[AppsFlyerLib Shared] start]
The text was updated successfully, but these errors were encountered: