google 多区域网站的分析渠道步骤?
google analytics funnel steps for multi region website?
开发了多区域购物网站,现在在 google 分析中创建成功购买产品的目标,但问题是我们如何在多区域网站中添加渠道步骤。
像 /us/shop 和 uk/shop 一样,它们会转到站点的感谢页面,该页面被添加为目标跟踪 url。
您必须使用正则表达式 select 正确的页面名称,这也需要应用于目标页面。
考虑到目标上的匹配类型 selected 已应用于过滤器:
https://support.google.com/analytics/answer/1116091?hl=en#matchTypes
There are three diferent match types that define how Analytics identifies a URL for either a goal or a funnel. The match type that you select for your goal URL also applies to the URLs in the funnel, if you create one.
这里是提案配置的截图
测试正则表达式,看看它是否与您的实际页面配置匹配
开发了多区域购物网站,现在在 google 分析中创建成功购买产品的目标,但问题是我们如何在多区域网站中添加渠道步骤。 像 /us/shop 和 uk/shop 一样,它们会转到站点的感谢页面,该页面被添加为目标跟踪 url。
您必须使用正则表达式 select 正确的页面名称,这也需要应用于目标页面。 考虑到目标上的匹配类型 selected 已应用于过滤器: https://support.google.com/analytics/answer/1116091?hl=en#matchTypes
There are three diferent match types that define how Analytics identifies a URL for either a goal or a funnel. The match type that you select for your goal URL also applies to the URLs in the funnel, if you create one.
这里是提案配置的截图
测试正则表达式,看看它是否与您的实际页面配置匹配