Tracking

Set up conversion tracking with Blockchain-Ads to measure specific user actions on your website

Step-by-Step Guide:

  1. Log in to your dashboard.

  2. Go to the "Tracking" section.

  3. Click on "Setup Tracking".

  4. Copy the pixel tracking script.

  5. 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>

  6. Save and publish your website changes.


Setting Up Events:

  1. Define the events you want to track (e.g., page views, button clicks).

  2. 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>

  3. Test the events to ensure they are working correctly.


Last updated