Dennis van der Heijden
posted this on October 20, 2011 07:57
When you have a shopping cart that focuses on SEO it might be that the URL's do not have any special characters you can use to see if it's a product page. How do you still target that specific group of pages?


You only need to replace the bold part with a comma separated list of segment ID's . It can be just one segment ID as well as in the below sample:
<script type="text/javascript">var REED_segids = "1000388";</script>
This code will make the application trigger a specific segment for the visitor, segment that can be used in the targeting options of your test(see below) to identify the pages needed.
You select a page that represents your product pages (one product page) you make your test and when you come to the step Target Group you select advanced. By default, you get a targeting rule for your specific page but remove that one and add Visitor Data -> Visitor's Segment as a rule. Now select there the segment that you used before in the Javascript code pasted on your targeted pages.
In details section of the rule (3) we want to make sure this test only works if they are NOW watching a page from this segment and not (used to see in the past) so the Time look back we change from All the time to This Page Visit. then continue setting up the test and your test should now be triggering on all product pages. See below for a visual on this last step.

Notes: