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 14acde2 commit ddf09edCopy full SHA for ddf09ed
src/main/kotlin/com/mparticle/kits/RoktKit.kt
@@ -54,7 +54,7 @@ class RoktKit : KitIntegration(), CommerceListener, IdentityListener, RoktListen
54
val mparticleVersion = BuildConfig.VERSION_NAME
55
56
Rokt.init(
57
- roktTagId = "2754655826098840951",
+ roktTagId = roktTagId,
58
appVersion = info.versionName,
59
application = application,
60
fontPostScriptNames = emptySet(),
0 commit comments