Hi Brandon MUS,
After some tinkering the following conversion goal/funnel setup has been working for me:
In Google Analytics:
Goal Information:
Goal URL: /funnel_G2/step5\.html - Purchase/Invoice
Define Funnel:
Step 1: /funnel_G2/step1\.html - Shopping Cart
Step 2: /funnel_G2/step2\.html - Shipping/Billing
Step 3: /funnel_G2/step3\.html - Shipping/Payment
Step 4: /funnel_G2/step4\.html - Payment Info
Additional Settings:
Match Type: Regular Expression Match
Then in your Miva code for each page (OINF, OSEL, etc.), include the corresponding funnel step in the header or footer:
<script type="text/javascript">
_uacct = "UA-XXXXX-1";
urchinTracker("/funnel_G2/step1.html");
</script>
My store is all on the same domain. It's a little more challenging if your store moves to a different domain for the secure pages.
After some tinkering the following conversion goal/funnel setup has been working for me:
In Google Analytics:
Goal Information:
Goal URL: /funnel_G2/step5\.html - Purchase/Invoice
Define Funnel:
Step 1: /funnel_G2/step1\.html - Shopping Cart
Step 2: /funnel_G2/step2\.html - Shipping/Billing
Step 3: /funnel_G2/step3\.html - Shipping/Payment
Step 4: /funnel_G2/step4\.html - Payment Info
Additional Settings:
Match Type: Regular Expression Match
Then in your Miva code for each page (OINF, OSEL, etc.), include the corresponding funnel step in the header or footer:
<script type="text/javascript">
_uacct = "UA-XXXXX-1";
urchinTracker("/funnel_G2/step1.html");
</script>
My store is all on the same domain. It's a little more challenging if your store moves to a different domain for the secure pages.
Comment