Add AB testing code to docs.mirantis.com layout

The marketing team needs to be able to do AB testing on
docs.mirantis.com.

This commit places an AB testing js code in the doc layout
right after the </title> tag on all the pages at docs.mirantis.com.

Closes-Bug: 1328069

Change-Id: Id9c2fad02db7e77ddda8684ef3cfe21211feb270
This commit is contained in:
evkonstantinov
2014-12-30 16:21:46 +03:00
committed by Evgeny
parent acf2e6de14
commit c940cf6eb5
2 changed files with 3 additions and 1 deletions

View File

@@ -23,7 +23,8 @@
'_static/jquery.cookie.js',
'_static/cloud.js',
'_static/menu.js',
'_static/toc.js'
'_static/toc.js',
'_static/abtest.js'
]
%}

View File

@@ -0,0 +1 @@
<!-- begin Convert Experiments code--><script type="text/javascript">var _conv_host = (("https:" == document.location.protocol) ? "https://d9jmv9u00p0mv.cloudfront.net" : "http://cdn-1.convertexperiments.com");document.write(unescape("%3Cscript src='" + _conv_host + "/js/10012224-10012014.js' type='text/javascript'%3E%3C/script%3E"));</script><!-- end Convert Experiments code -->