問題タブ [facebook-pixel]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
javascript - Facebook トラッキング ピクセル (または同様のもの) をドロップした後にリダイレクトする方法
Facebook のリターゲティング ピクセルをドロップした後、新しいページにリダイレクトする方法を見つけようとしています。
他のすべてのセットアップは既に完了していますが、この機能を追加したい ( https://meteor.link/と同じ)
現在使用してwindow.location.replace('https://thelinkgoeshere.com');
いますが、Facebook は非同期なので、その上にピクセル コードを追加することはできません。
ご協力いただきありがとうございます。