urlの変化なしに画面遷移する場合において google analytics の GA4 で Conversion通知 - end0tknr's kipple - web写経開発
上記entryの広告コンバージョン版。
動作確認は必要ですが、googleやgunosyの 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の場合
if(typeof GunosyTransit != 'undefined' ){ GunosyTransit.link( location.href + "?status=input"); }