简体   繁体   English

无法使用Google Analytics(分析)渠道

[英]Can't Get Google Analytics Funnel To Work

Here is my funnel setup : 这是我的渠道设置:

Equals to - /partners/getstarted Funnel - On Step 1 - /partners/sign_up Required - Yes 等于-/ partners / getstarted渠道-在第1步中-需要/ partners / sign_up-是

When I paste the paths into the search box on Site Content -> All - the correct pages show up. 当我将路径粘贴到“网站内容”->“全部”上的搜索框中时,将显示正确的页面。

Both the pages are getting traffic and I can see users are clicking from signup to get started. 两个页面都在增加流量,我可以看到用户正在从注册中点击以开始使用。 However the funnel is completely blank with no sessions and 0% conversion rate. 但是,该渠道完全空白,没有会话,转化率为0%。 Any ideas? 有任何想法吗?

Check out the sign_up page in question here - https://www.upshare.co/partners/sign_up 这里检查出有问题的sign_up页面- https://www.upshare.co/partners/sign_up

Google Analytics funnels are really wonky - easiest thing is to use regular expressions and escape the forward slashes properly. Google Analytics(分析)漏斗确实很奇怪-最简单的方法是使用正则表达式并正确避免正斜杠的出现。

So your first step expression is "partners/getstarted" and your second is "partners/sign_up" (no quotes). 因此,您的第一步表达式是“ partners / getstarted”,而第二步表达式是“ partners / sign_up”(无引号)。

More on regular expressions here (in Ruby, but same logic for GA) - www.rubular.com 有关正则表达式的更多信息(使用Ruby,但GA的逻辑相同)-www.rubular.com

Funnels are pretty dangerous to use on Google Analytics though - if your page URLs or site structure changes, you'll blow up your analytics - better to use a server-side tracking tool with really strong funnel visualization (I'm biased, but check out Indicative for strong server-side analytics and funnels) 不过,在Google Analytics(分析)上使用渠道非常危险-如果您的页面URL或网站结构发生变化,您将无法进行分析-最好使用具有强大渠道可视化功能的服务器端跟踪工具(我有偏见,但请检查一下表示适用于强大的服务器端分析和渠道)

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

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