-1

www.domain.com/home/processform/thankyou?order_id=9653&order_value=mobilebrand作为带有唯一 ID 的感谢页面的最终 URL。

^/thankyou$作为 RegEx - 这可以计算目标吗?

4

2 回答 2

0

用这个:

regular expression  /thankyou 

作为目的地目标。

于 2015-06-29T14:53:40.813 回答
0

如果您在 Google Analytics 中的页面值采用默认方式格式化,您将需要使用以下正则表达式:

^/thankyou.*

如果您在末尾使用“$”,它不会像您的示例那样检测任何具有查询参数的 URL。

于 2015-06-30T20:50:17.807 回答