Funnel OneStepCheckout – implementare in Google Analytics
RaporteazaIntrebare
Please briefly explain why you feel this question should be reported .
Va rog sa-mi spuneti ce anume sa caut pe net, cuvantul cheie, pentru a identifica modalitatea de implementare a unui funnel pentru un cos de cumparaturi dintr-un singur pas (onestepcheckout). Era ceva cu evenimente false…. Multumesc anticipat
Deschis
0
Web analytics basics
10 ani
1 raspuns
1182 vizualizari
0
raspuns ( 1 )
https://support.google.com/analytics/answer/1116091?hl=en#identical
If you’re using Universal Analytics, you can pass the ga function a send command with the pageview hit type and override the default page value with a URL you fabricate, as described in our Developer Guide. For the above example, the modifications to your analytics.js tracking code might look like this:
ga(‘send’, ‘pageview’, ‘/funnel_G1/step1.html’);
ga(‘send’, ‘pageview’, ‘/funnel_G1/step2.html’);
ga(‘send’, ‘pageview’, ‘/funnel_G1/step3.html’);
Spor!