【发布时间】:2016-01-07 06:47:19
【问题描述】:
我对正则表达式有点陌生,不知道这个 Google Analytics(分析)目标网址的正则表达式应该是什么。
网址
examplesite.com/order/898/card
应该被认为是一样的
examplesite.com/order/card
但不一样
examplesite.com/order/898/delivery
所以基本上我想要 URL 的正则表达式
examplesite.com/order/*card
和
examplesite.com/order/*delivery
等等
我已经在 Google 上搜索过类似的内容,但对我来说正则表达式仍然有点困难。
【问题讨论】:
标签: regex google-analytics goal-tracking