@author Akira Sakaguchi [email protected]
Chrome extension for checking Cookies needed for Google Ads Conversion tracking
(Google広告のコンバージョン計測に必要なクッキーの計測・テストを行う、Google Chromブラウザの拡張機能(プラグイン)です。)
Check if you have cookies that are needed for Google Ads conversion tracking by gclid test Before this plugin, you needed to add 「?or&gclid=...」 to the URL, then open the developer tool, find the cookie names... but you don't need to do anymore. What you need to do is just check the console or in the POPUP menu!
(gclidテストと呼ばれるテスト行うと、Google広告のクッキーがきちん保存されているか確認ができます。 今まではURLの後ろに? or & gclid=... とつけて、デベロッパーツールを開いて、クッキーを探して.... という作業が必要でしたが、このプラグインを使えば、それがコンソール or ポップアップメニュー内でできます。)
*testGclid: [popup.js]: get gclid value and sendMessage to content JS
=> [content,js]: execute reload with / without gclid
=> [writer.js]: checkcookies and show cookies in the console
*reload: [popup.js]: clear / execute gclid test
=> [content,js]: after async functions done (Promise), execute reload with or without gclid
This is a cookie that plays a very important role for Google Ads and its conversion tracking.
(このクッキーはGoogle広告のコンバージョン計測に欠かせないものです。)
For more information about how _gcl_aw works, please have a look below:
(_gcl_awに関して、コンバージョンに関しては以下のドキュメントをお読みください)
English - https://developers.google.com/adwords-remarketing-tag/?hl=en
日本語 - https://developers.google.com/adwords-remarketing-tag/?hl=ja
It is a type of Google Analytics cookie, and also can be utilized for Google Ads conversion tracking.
*You need to link your Google Ads & Google Analytics accounts to utilize this cookie
(これはGoogleアナリティクスのクッキーの1種です。_gcl_awと同様に、Google広告のコンバージョンに活用できます。
※Google広告アカウントと、Googleアナリティクスアカウントのリンクが必要です)
For more information about how gac works, please have a look below:
(_gacに関して、Googleアナリティクスのクッキーに関しては以下のドキュメントをお読みください)
English - https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage?hl=en
日本語 -https://developers.google.com/analytics/devguides/collection/analyticsjs/cookie-usage?hl=ja
You are an advertiser or web marketing developer but don't know much about gclid? You should check :
(gclidテスト、自動タグ設定に関しては以下のドキュメントをお読み下さい。)
English - https://support.google.com/analytics/answer/2938246?hl=en
日本語 - https://support.google.com/analytics/answer/2938246?hl=ja
For how to use "gclid" cookies, check the link below (Ofline Conversions)
English - https://support.google.com/google-ads/answer/2998031?hl=ja
日本語 - https://support.google.com/google-ads/answer/2998031?hl=en
By hitting the yellow botton, you can clear _gcl_aw & _gac Cookies in the domain you're currently at.
(現在いるドメインの_gac, _gcl_awを消去します。)
By hitting the red botton, you can clear all the cookies you have in the domain.
(ドメインのすべてのクッキーを削除します。)
Detect conversions and show Conversion ID & label, cookies the CVs can use. In order to make your CVs work on Safari(ITP), you need to check if the cookies are sent with CV data.
コンバージョンラベル・IDはもちろん、実際に送信できたクッキーまでをコンソールで表示します。(ITP対応のためには、このクッキーがコンバージョン時に送信できていることが必要です。)
TODO: add CROSS DOMAIN COOKIE DIFF ALERT function
TODO: integrate OLD CODE DETECTOR function
TODO: deal with customized cookie name (users can change the prefix of "_gcl" from GTM)