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
I'm using @amplitude/analytics-react-native@1.4.5 & singular sdk as well for tracking events. When working with singular we're receiving GAID and IDFV for respective platform as Device Id but it's not matching with Device Id I'm receiving in amplitude console.
mashish584
changed the title
Is there is any way to check device Id type amplitude using?
Is there is any way to check device Id type in amplitude console?
Mar 13, 2024
I'm using
@amplitude/analytics-react-native@1.4.5
& singular sdk as well for tracking events. When working with singular we're receiving GAID and IDFV for respective platform as Device Id but it's not matching with Device Id I'm receiving in amplitude console.Here my amplitude initialization:
init(AmplitudeKey,undefined,{trackingOptions:{idfv:true,adid:true,appSetId:true}});
The text was updated successfully, but these errors were encountered: