{"id":247,"date":"2015-04-22T13:50:09","date_gmt":"2015-04-22T17:50:09","guid":{"rendered":"https:\/\/rxnlabs.com\/?p=247"},"modified":"2017-09-22T14:43:01","modified_gmt":"2017-09-22T14:43:01","slug":"track-optimizely-tests-in-luckyorange","status":"publish","type":"post","link":"https:\/\/rxnlabs.com\/track-optimizely-tests-in-luckyorange\/","title":{"rendered":"Split Test Conversion Tracking with Optimizely and LuckyOrange"},"content":{"rendered":"

Running A\/B split and multivariate testing in Optimizely<\/a> is a really easy way to see how small or big changes increase the conversion rate of your website. Combing the power of Optimizely and heat mapping tools, you’ll be able to see the “path” users take convert, and how they interact with different variations of your page!<\/p>\n

You can use the Javascript code below to get the name of the Optimizely experiment your site visitor is currently interacting with. Using the heat mapping software such LuckyOrange<\/a>, you’ll be able to “see” how users interact with your variations.<\/p>\n

Step One<\/h2>\n

Place the code below in a JavaScript file on your website
\n

var experimentID = window['optimizely'].data.state.activeExperiments[0];
\nvar variationIndex = window['optimizely'].data.state.variationMap[experimentID];
\nvar variationName = window['optimizely'].data.state.variationNamesMap[experimentID];
\nvar variationID = window['optimizely'].data.state.variationIdsMap[experimentID];
\nvar experiment_name = window['optimizely'].data.experiments[experimentID].name;<\/p>\n\nif (optimizely_experiment_id === \"optimizely_experiment_id_i_wanna_track\"){
\n var _loq = window._loq || []; \/\/ ensure queue available<\/p>\n\n _loq.push([\"tag_recording\", window['optimizely'].data.experiments[experimentID].name +\"-\"+window['optimizely'].data.state.variationIdsMap[experimentID]]); \/\/ this will tag, won't star, and will append the tag
\n}
\n<\/code><\/pre>\n

Step Two<\/h2>\n

Replace the string optimizely_experiment_id_i_wanna_track<\/code> with the ID of the Optimizely experiment you wish to track<\/p>\n

Step Three<\/h2>\n

Monitor LuckyOrange to see how your variations are performing!<\/p>\n

A Github gist<\/a> has been created so you can reference the code above or you want to make alterations.<\/p>\n","protected":false},"excerpt":{"rendered":"

Running A\/B split and multivariate testing in Optimizely is a really easy way to see how small or big changes increase the conversion rate of your website. Combing the power of Optimizely and heat mapping tools, you’ll be able to see the “path” users take convert, and how they interact with different variations of your […]<\/p>\n","protected":false},"author":1,"featured_media":421,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"spay_email":"","footnotes":"","jetpack_publicize_message":""},"categories":[28],"tags":[29,32,31,30],"class_list":["post-247","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","tag-conversion-tracking","tag-heat-mapping","tag-optimizely","tag-split-test"],"jetpack_featured_media_url":"https:\/\/i1.wp.com\/rxnlabs.com\/app\/uploads\/2015\/12\/split-test-conversion-tracking-optimizely-luckyorange.jpg?fit=800%2C533&ssl=1","jetpack_publicize_connections":[],"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p6jQYm-3Z","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":564,"url":"https:\/\/rxnlabs.com\/sending-email-with-your-runcloudio-server\/","url_meta":{"origin":247,"position":0},"title":"Sending Email With RunCloud.io Server","date":"November 19, 2017","format":false,"excerpt":"RunCloud.io is a server management software similar to CPanel. It's easy to install and use on your server. By default, RunCloud.io does not install a email server, so you're unable to send email from your applications. This includes being able to send emails from your WordPress site when users need\u2026","rel":"nofollow","context":"In "Tutorials"","img":{"alt_text":"","src":"https:\/\/i2.wp.com\/rxnlabs.com\/app\/uploads\/2017\/11\/runcloudio-sending-email-ubuntu-e1511146798666.jpg?fit=1200%2C800&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]},{"id":271,"url":"https:\/\/rxnlabs.com\/how-to-run-a-client-call\/","url_meta":{"origin":247,"position":1},"title":"7 Tips for Running Client Calls Like a Boss!","date":"May 2, 2015","format":false,"excerpt":"Client phone calls are an essential part of any freelancer's career. Whether it's a kickoff call over the phone (if you're not local), updating your client about what you've been up to, or telling them the project is running behind (or even better, ahead of schedule), it's essential you come\u2026","rel":"nofollow","context":"In "Client Management"","img":{"alt_text":"","src":"https:\/\/i1.wp.com\/rxnlabs.com\/app\/uploads\/2015\/12\/running-great-client-calls-freelancer.jpg?fit=1200%2C800&ssl=1&resize=350%2C200","width":350,"height":200},"classes":[]}],"_links":{"self":[{"href":"https:\/\/rxnlabs.com\/wp-json\/wp\/v2\/posts\/247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rxnlabs.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rxnlabs.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rxnlabs.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rxnlabs.com\/wp-json\/wp\/v2\/comments?post=247"}],"version-history":[{"count":10,"href":"https:\/\/rxnlabs.com\/wp-json\/wp\/v2\/posts\/247\/revisions"}],"predecessor-version":[{"id":251,"href":"https:\/\/rxnlabs.com\/wp-json\/wp\/v2\/posts\/247\/revisions\/251"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rxnlabs.com\/wp-json\/wp\/v2\/media\/421"}],"wp:attachment":[{"href":"https:\/\/rxnlabs.com\/wp-json\/wp\/v2\/media?parent=247"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rxnlabs.com\/wp-json\/wp\/v2\/categories?post=247"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rxnlabs.com\/wp-json\/wp\/v2\/tags?post=247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}