Claudiu Rogoveanu
posted this on August 06, 2012 10:31
In Convert Experiments we have advanced ways of targeting visitors for your tests using onsite "Page Tags".
We offer the following 11 tags that you can use in your pages, as JavaScript variables, in order to tag pages:
Any of the above tags have to be defined on page, before the main Convert Experiments code. They need to be defined as standard JavaScript variables; see example below:
<script type='text/javascript'>
var REED_page_type = 'product';
var REED_category_name = 'shoes;leather shoes';
var REED_product_price = '150.5';
</script>
----Convert Experiments code follows----
This integration brings you the ability to use the advanced targeting features you see in your test wizard (see image below)
