I have a Client that is using Reddit Ads and they would like to use the conversion tracking detailed here.
The code to track a conversion is very straightforward:
<script>
rdt(‘track’, ‘EventName’);
</script>
However, this Client is using an AJAX Form to capture leads, so there is no page redirect or reload where that code can be added.
The Client had contacted Reddit Support about how to implement this in an AJAX form and Reddit's answer was "Unfortunately, Reddit conversion pixels doesn't support AJAX form."
However, for implementing the Google Ads conversion tracking code in AJAX, I've successfully used this answer in the past for a different Client.
So surely there must be a way to do something similar with the Reddit Ads conversion tracking code.
How can I implement the Reddit Ads Event Tracking conversion code in an AJAX Form?
from How to implement the Reddit Ads Event Tracking conversion code in an AJAX Form?
No comments:
Post a Comment