Tracking
Set up conversion tracking with Blockchain-Ads to measure specific user actions on your website
Last updated
Set up conversion tracking with Blockchain-Ads to measure specific user actions on your website
Last updated
Log in to your dashboard.
Go to the "Tracking" section.
Click on "Setup Tracking".
Copy the pixel tracking script.
Paste the pixel in the header on all pages of the website. If you use Google Tag Manager, create a custom HTML tag and install on a Pageviews trigger that fires on all pages.
Example: <script> // Your tracking code </script>
Save and publish your website changes.
Define the events you want to track (e.g., page views, button clicks).
Copy and install the conversion tag to fire whenever a user performs the defined event. You can use a Tag Management solution - like Google Tag Manager - to simplify this process.
Example: <script> //// Event tracking code</script>
Test the events to ensure they are working correctly.