简体   繁体   English

如何从 Google Analytics 报告中删除 URL 参数

[英]How to remove URL parameters from Google Analytics reports

My Google Analytics record pages with dynamic parameters.我的 Google Analytics 记录页面带有动态参数。 URL looks like:网址看起来像:

/iframe/dashboard/214301/customercare/cc /iframe/dashboard/842904/customercare/serviska-fb /module/customercare/serviska-fb/842904 /iframe/dashboard/214301/customercare/cc /iframe/dashboard/842904/customercare/serviska-fb /module/customercare/serviska-fb/842904

The problem is that site content report cannot merge these URLs as an access to the same page /customercare .问题是站点内容报告无法将这些 URL 合并为对同一页面/customercare的访问。

How can I solve it?我该如何解决?

I know that I can add a custom filter in the account settings, but how to setup regular expression?我知道我可以在帐户设置中添加自定义过滤器,但是如何设置正则表达式?

在此处输入图片说明

Search and Replace Filters supports regular expressions so you might have a filter like:搜索和替换过滤器支持正则表达式,因此您可能有这样的过滤器:

Search string: /customercare(\/.*)
Replace string: /customercare

where (\\/.*) is a part of a regular expression matching all the characters following /customercare其中(\\/.*)是匹配/customercare后面所有字符的正则表达式的一部分

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

相关问题 如何从Google Analytics(分析)自定义报告中删除总计的百分比 - How to remove percentage of total from Google Analytics custom reports 如何从Google Analytics(分析)导入报告? - how to import reports from google analytics? 如何从Google Analytics(分析)跟踪中删除网站的基本网址? - How to remove the base url of your website from Google Analytics trackings? 如何从Google Analytics(分析)界面检查Google Analytics(分析)API参数 - How to check google analytics api parameters from google analytics interface 如何将未经采样的报告从Google AnalyticsAPI存储到Google云端硬盘? - How to store unsampled reports from Google Analytics API to Google Drive? Google Analytics(分析):跨域参数通过URL发送,但不通过报告传递源 - Google Analytics: Cross-domain parameters sent in URL but not passing source through reports 如何从网址中删除Google跟踪参数(UTM)? - How can I remove Google tracking parameters (UTM) from an URL? 如何从Google Analytics(分析)向iOS进行身份验证和获取报告 - How to Authenticate and Get Reports from Google Analytics to iOS 在发送到Google Analytics之前从网址中删除查询参数 - Strip query parameters from url before sending to google analytics 在Google Analytics(分析)中删除一部分网址 - Remove a part of the URL in Google Analytics
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM