谷歌分析电子商务数据是空白的(Google analytics e

系统教程 行业动态 更新时间:2024-06-14 17:03:54
谷歌分析电子商务数据是空白的(Google analytics e-commerce data is blank)

在谷歌分析管理员中,我选择了'objectives' -> 'payment made' ,并将目标细节定义为"regular expression"并在文本框中输入'/step-4.html' 。

这是因为在我的购物车结束时,URL中包含某个“step-4.html”。

但是,在分析报告时,虽然有一些销售和测试订单到达此页面,但从未达到此目标。

另外,在管理员中,我已经激活了电子商务定义,但我的转换在报告中始终为零。

为什么这样,我该如何解决这个问题?

In google analytics admin, I've chosen 'objectives' -> 'payment made' and defined the objective detail as "regular expression" and entered '/step-4.html' in the text box.

This is because and the end of my shopping cart the URL contains somewhere 'step-4.html' in it.

However, when analysing the reports, this objective is never met although there were some sales and test orders that reached this page.

Also, in admin, I've activated the e-commerce definitions but my conversions are always zero in the reports.

Why is this and how can I fix this?

最满意答案

我认为你正在谈论一个目的地目标,所以如果你的页面以“/step-4.html”结尾,其他任何东西都在前面,那么它应该是:

.*\/step-4\.html$

如果该字符串在URL中的其他位置(而不是在最后),那么您只需要将$替换$ .* 。

(请注意,我已经向前冲去了斜线和点。)

如果一切正常,您应该能够在实时报告中看到转化。

I presume you are talking about a destination goal, so if your page ends in "/step-4.html" with anything else in front, then it should be:

.*\/step-4\.html$

If that string is somewhere else in the URL (and not at the very end), then you just have to replace the $ with .*.

(Note that I've escaped forward slashes and dots.)

You should be able to see conversions in Real-Time reports if all is working.

更多推荐

本文发布于:2023-04-24 14:12:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/dzcp/5463a98538712c9fe9cff130591a479c.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:空白   电子商务   数据   analytics   Google

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!