We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79ec4f1 commit a561204Copy full SHA for a561204
1 file changed
example-app/src/index.js
@@ -110,6 +110,7 @@ document.addEventListener('DOMContentLoaded', async function() {
110
const mParticleConfig = {
111
// App details
112
appName: 'Rokt Kit Example App',
113
+ requestConfig: false,
114
identifyRequest: {
115
userIdentities: {
116
email: "d.vader@example.com"
@@ -119,8 +120,6 @@ document.addEventListener('DOMContentLoaded', async function() {
119
120
isDevelopmentMode: true,
121
logLevel: 'verbose',
122
- // Set the loaded Rokt Kit as a sideloaded kit
123
- sideloadedKits: [mpRoktKit],
124
kitConfigs: []
125
};
126
0 commit comments