View Issue Details

IDProjectCategoryView StatusLast Update
0001000Composr documentation[All Projects] General / Uncategorisedpublic2016-01-13 22:15
ReporterChris GrahamAssigned ToLadonna 
SeverityFeature-request 
Status resolvedResolutionfixed 
Summary0001000: Split testing tutorial
DescriptionUsing Google Analytics 'Experiments' you can perform split testing.

Link to your Comcode page in your menu like:

site:example:version={$SET_RAND,1,2}

And in your Comcode page...

{+START,IF,{$EQ,{$_GET,version},1}}
...
{+END}
{+START,IF,{$EQ,{$_GET,version},2}}
...
{+END}

And put the URLs of each of these into Google Analytics.
TagsNo tags attached.
Time estimation (hours)3
Sponsorship open

Activities

Chris Graham

2015-12-28 21:13

administrator   ~0003258

(pending internal review)

Rajesh Kumar

2016-01-12 15:13

reporter   ~0003273

Document ready for final review

Issue History

Date Modified Username Field Change
2023-02-26 18:29 Chris Graham Category General => General / Uncategorised