Created
October 13, 2017 04:47
-
-
Save jamesspittal/83835dfe72bb901d80e841e028a5097e to your computer and use it in GitHub Desktop.
Return our most recent behaviour in Optimizely X (pageviews, events, etc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var behavior = window.optimizely.get('behavior'); | |
var behaviorQuery = behavior.query({ | |
"version": "0.2", | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment