Hi,
I have a question about Google Analytics Content Experiments.
My goal type is currently URL Destination. And we push conversions manually to Analytics after phone call matching, normally it takes one day.
We use this code for pushing conversions.
What I want to know is how do I push a conversion manually for a specific variation.
Someone told me
In GA Content Experiments each variation has it's own url, so you'd simply use the fitting url as the second parameter to _trackPageview:
Can you tell me how do I bind conversion to a variation? I have created 4 Variations and 4 Goals, Now what?
Thanks in advance for help.
I have a question about Google Analytics Content Experiments.
My goal type is currently URL Destination. And we push conversions manually to Analytics after phone call matching, normally it takes one day.
We use this code for pushing conversions.
Code:
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'XX-XXXXXXXX-X']);
_gaq.push(['_setAllowAnchor', true]);
_gaq.push(['_trackPageview','/my/conv ']);
Someone told me
In GA Content Experiments each variation has it's own url, so you'd simply use the fitting url as the second parameter to _trackPageview:
Code:
_gaq.push(['_trackPageview','/call/VARIATION']);
Can you tell me how do I bind conversion to a variation? I have created 4 Variations and 4 Goals, Now what?
Thanks in advance for help.