LoginSignup
1
1

More than 5 years have passed since last update.

GoogleAdManagerでMissing click tag. Add a valid click tag or exit function before uploading the creative to Ad Manager.

Posted at

GoogleAdManagerのHTML5広告出稿にてエラー

クリエイティブ登録時にエラーが出る。

Missing click tag. Add a valid click tag or exit function before uploading the creative to Ad Manager.

GoogleAdManagerのHTML5広告ではCVリンク先を明示的に指定する必要がある。

まずは以下のようにclickTagという変数を定義する。

<head>
  <script>
    var clickTag = "https://google.example.com"
  </script>
</head>

aタグクリック時の処理をjsに変更する

<a href="javascript:window.open(window.clickTag)">大人気のほげふがぴよ!</a>
1
1
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
1
1