9
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GTM:ページを指定する変数

Posted at

#ページを指定する変数の使い方メモ
##PageURL
"https://"も含めて全部を識別する。パラメーター(?以降)も読み込む。
("#"は識別しない)

トリガーを
"PageURL | 等しい | https://www.test.com/"
とした場合は、
"https://www.test.com/"
には反応するが、
"https://www.test.com/?utm_source=yahoo&utm_medium=cpc"
"https://www.test.com/contents/"
には反応しない。

##PagePath
ドメイン~パラメータの前までを識別する。

トリガーを
"PagePath | 等しい | / "
とした場合は、
"https://www.test.com/"
"https://www.test.com/?utm_source=yahoo&utm_medium=cpc"
には反応するが、
"https://www.test.com/contents/"
には反応しない。

#広告を色々回していてAnalyticsのパラメータを振っているが、どこから入ってきたかは問わずとりあえずTOPページを指定したい場合のトリガー
"PagePath | 等しい | / "

9
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
9
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?