Can FirebaseAnalyticsOnDeviceConversion have multiple input functions?
hi
Documentation: https://firebase.google.com/docs/tutorials/ads-ios-on-device-measurement/step-2?hl=zh-tw
First, let me explain my understanding of FirebaseAnalyticsOnDeviceConversion
I understand that this SDK is to solve the problem that IDFA may not be obtained on iOS 14 and above, causing ads advertisers to be unable to track which user it is.
Therefore, Google provides an SDK. By entering the user's email or mobile phone number, ads advertisers can perform tracking and comparison.
but
The [FIRAnalytics initiateOnDeviceConversionMeasurementWithEmailAddress:] method can only be set once in the app
So if the app has a member login function that can switch accounts, the user analysis data received by ads advertisers may be wrong.
So I hope it can provide multiple input methods to ensure accuracy?
Not sure if my understanding of this document is correct?
Thanks
-
Shahriyar Khan commented
Good