-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
Context:
This issue was created in response to the support request in slack who noticed that some user behaviour in Appcues was not coming through to mixpanel. (See attached screenshot)
This is needed for Appcues to work properly with mixpanel. Currently we use option 1 which means that mixpanel is not exposed in the global window object.
AT:
- Make mixpanel snippet available in all pages (option 2 from the quick start quide)
- Verify that mixpanel is present in the global window object
- Report in this thread after the fix is in production
Testing notes:
- Open Optimize from C8 cloud
- Open the browser console
- Type `window.mixpanel` and press enter
- The console should return a mixpanel Object (should not return `undefined`)