中文题目:
如果Google Merchandise Store将网址目标设为「/ordercomplete」,匹配类型设置为「开头为」。那么www.googlemerchandisestore.com的下列哪个网页不可算作目标?[正确答案:3]
- /ordercomplete/index.html
- /ordercomplete.php
- /order/complete.php
- /ordercomplete/thank_you.html
英文对照:
If the Google Merchandise Store sets up a URL goal of “/ordercomplete” and a Match Type of “Begins with”, which of the following pages on www.googlemerchandisestore.com will NOT count as a goal?
(A) /ordercomplete/index.html
(B) /order/complete.php
(C) /ordercomplete/thank_you.html
(D) /ordercomplete.php
解析:
谷歌分析官方文档中关于目标网址-开头为的匹配解释如下:
开头为 — 忽略尾部的网址参数:
此匹配类型会从字符串开头的第一个字符一直匹配到您指定的最后一个字符。如果您的网页网址通常没什么变化,但结尾处包含您想要排除的附加参数,就适合使用这个选项。
如果您的网站包含动态生成的内容,请使用“开头为”匹配过滤器并排除专有的值。
中文题目中的第三个选项/order/complete和题目中的/ordercomplete并不完全一致,不能进行正确的匹配。因此第三个选项的网址访问行为不能被算作目标。因此选择这个选项。