Is there is any way to check device Id type in amplitude console?
mashish584 opened this issue · 0 comments
mashish584 commented
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}});