We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c71647 commit a765622Copy full SHA for a765622
src/main/kotlin/com/mparticle/kits/RoktKit.kt
@@ -354,8 +354,8 @@ class RoktKit :
354
355
// GAID is only provided if advertising tracking is not limited
356
applicationContext?.let { context ->
357
- val adIdInfo = com.mparticle.internal.MPUtility.getAdIdInfo(context)
358
- if (adIdInfo != null && adIdInfo.advertiser == com.mparticle.internal.MPUtility.AdIdInfo.Advertiser.GOOGLE) {
+ val adIdInfo = MPUtility.getAdIdInfo(context)
+ if (adIdInfo != null && adIdInfo.advertiser == MPUtility.AdIdInfo.Advertiser.GOOGLE) {
359
identityAttributes[IDENTITY_TYPE_GAID] = adIdInfo.id
360
}
361
0 commit comments