end0tknr's kipple - web写経開発

太宰府天満宮の狛犬って、妙にカワイイ

google広告やgunosy広告の javascript コンバージョン計測

urlの変化なしに画面遷移する場合において google analytics の GA4 で Conversion通知 - end0tknr's kipple - web写経開発

上記entryの広告コンバージョン版。

動作確認は必要ですが、googlegunosyの document によれば、 以下で、動作する気がします。

google adsの場合

https://support.google.com/google-ads/answer/6331304?hl=ja&ref_topic=3165803

if(typeof goog_report_conversion != 'undefined' ){
    goog_report_conversion(location.href + "?status=input");
}

gunosy adsの場合

https://gunosyads.zendesk.com/hc/ja/articles/4407278177817-1-6-%E3%82%B3%E3%83%B3%E3%83%90%E3%83%BC%E3%82%B8%E3%83%A7%E3%83%B3%E3%82%BF%E3%82%B0%E8%A8%AD%E7%BD%AE

if(typeof GunosyTransit != 'undefined' ){
    GunosyTransit.link( location.href + "?status=input");
}