I already have Google Analytics set up on my store, but I'm having trouble adding goals and funnels. I'm not using any GA module (if it's already set up, is there a benefit to using one that I should know about?), but for general tracking it's working fine.
I'm following the instructions from here: http://www.mivamerchant.com/blog/ins...a-merchant-5.5, but where I run into trouble is the goal url and the funnel urls.
I have SEO links for products, categories, storefront, and custom pages, but not for anything during the checkout process. (We had that when we first implemented the SEO links, but people kept getting logged out of their accounts while shopping) I don't know what to put for the Goal and Funnel URLs.
The example linked above has:
Step 1: Shopping Basket
/checkout/basket.html
Step 2: Customer Login
/checkout/login.html
Step 3: Customer Information
/checkout/address.html
Step 4: Payment Information
/checkout/payment.html
the KSE GA module (which I downloaded, but haven't installed) shows
/ORDL.html
/OCST.html
/OSEL.html
/OPAY.html
I think I could use the BASK, OINF, OCST in a regular expression match (right?), but the upsell page, the payment info page, the Customer Information page when the user logs in all don't show the four letter code in the URL, just merchant.mvc?Session_ID=...etc etc
What can I do to make the Analytics Goals and Funnels work with my site? Any help would be appreciated.
I'm following the instructions from here: http://www.mivamerchant.com/blog/ins...a-merchant-5.5, but where I run into trouble is the goal url and the funnel urls.
I have SEO links for products, categories, storefront, and custom pages, but not for anything during the checkout process. (We had that when we first implemented the SEO links, but people kept getting logged out of their accounts while shopping) I don't know what to put for the Goal and Funnel URLs.
The example linked above has:
Step 1: Shopping Basket
/checkout/basket.html
Step 2: Customer Login
/checkout/login.html
Step 3: Customer Information
/checkout/address.html
Step 4: Payment Information
/checkout/payment.html
the KSE GA module (which I downloaded, but haven't installed) shows
/ORDL.html
/OCST.html
/OSEL.html
/OPAY.html
I think I could use the BASK, OINF, OCST in a regular expression match (right?), but the upsell page, the payment info page, the Customer Information page when the user logs in all don't show the four letter code in the URL, just merchant.mvc?Session_ID=...etc etc
What can I do to make the Analytics Goals and Funnels work with my site? Any help would be appreciated.
Comment