简体   繁体   English

Google Analytics漏斗忽略步骤

[英]Google Analytics funnel ignore steps

I have following problem with tracking of Magento purchase on Google Analytics (custom theme, different from default checkout process). 我在Google Analytics(分析)上跟踪Magento购买时遇到以下问题(自定义主题,与默认结帐流程不同)。

My goal settings are following: http://db.tt/W30D0CnL , where step 3 equals to /checkout/onepage/opc-review-placeOrderClicked 我的目标设置如下: http : /checkout/onepage/opc-review-placeOrderClicked ,其中步骤3等于/checkout/onepage/opc-review-placeOrderClicked

As you can see from funnel visualization ( http://db.tt/moluI29d ) after step 2 (Checkout Start) there are a lot of exits toward /checkout/onepage/opc-review-placeOrderClicked which is setted as step 3, but step 3 reporting always 0. 从步骤2(结帐开始)后的渠道可视化( http://db.tt/moluI29d )中可以看到,有很多退出/checkout/onepage/opc-review-placeOrderClicked步骤3,但是第3步报告始终为0。

Is there something that I'm missing here? 我在这里缺少什么吗?

I've found the problem. 我发现了问题。 Apparently second point ( /checkout/onepage ) was fired even on the third step. 显然,即使在第三步,也触发了第二点( /checkout/onepage )。

When I changed it to regex match (/checkout/onepage$) everything started to work. 当我将其更改为正则表达式匹配(/ checkout / onepage $)时,一切开始起作用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM