We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3272ea4 commit 1d207dbCopy full SHA for 1d207db
1 file changed
src/Rokt-Kit.js
@@ -61,7 +61,7 @@ var constructor = function () {
61
self.userAttributes = filteredUserAttributes;
62
self.onboardingExpProvider = settings.onboardingExpProvider;
63
64
- var launcherOptions = self.launcherOptions || {};
+ var launcherOptions = window.mParticle.Rokt.launcherOptions || {};
65
launcherOptions.integrationName = generateIntegrationName(
66
launcherOptions.integrationName
67
);
0 commit comments