问题描述
我有很多类似的网址我想在Google Analytics中合并。我已经设法合并了很多已经。然而,我现在遇到了一些问题。
我的网址看起来像这样;
文章/ 87478548 /编辑
文章/ 82984786 /添加
文章/ 8374 /添加
我将如何合并这些网址以便它们显示为;
文章/修改>
article / add
非常感谢您的任何帮助。
em>:我还需要能够让GA在名为article /的表格中的每行中显示一行,而不管后面的任何ID。我不希望表格看起来像: article / 12342 1,000 views views 我需要它显示为: article / 1,900 views 您可以创建一个高级过滤器,为您组合相关部件: 输出将会是 / article / edit 或 / article / add $ 编辑: 字段A :Requ est URI =(/ article)/.* 输出到:请求URI = $ A1 这将转换以下示例: I have a lot of similar URLs that I would like to merge in Google Analytics. I've managed to merge a lot of them already. However I've now run into a bit of a problem. I have URLs that look something like this; article/4567/edit article/82984786/add How would I go about merging these URLs so that they display as; article/edit Any help is greatly appreciated. EDIT: I also need to be able to have GA display every article in one line on the table called "article/" regardless of any ID that is after it. I don't want the table to look like: article/12342 1,000 views I need it to display as: article/ 1,900 views You can create an Advanced filter that combines the relevant parts for you: The output would be /article/edit or /article/add, with everything and anything between those removed. EDIT:If you just want everything, regardless of /edit, /add, /12341/edit, /7305/add, /whatever/edit, to show up just as /article, then you can just change your filter like this: Field A: Request URI = (/article)/.* Output to: Request URI = $A1 This will convert the following examples: 这篇关于在Google Analytics中结合类似的网址(有一些转折点)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!
article / 7465890 900 views
如果你只是想要所有的东西,不管 / edit , / add , / 12341 / edit , / 7305 / add , / whatever / edit ,只显示为 / article
ul>
article/87478548/edit
article/8374/add
article/add
article/7465890 900 views