You can add third-party tracking codes (like Google Analytics and Meta Pixel) or other custom JavaScript to your campaign's landing page. This allows you to collect detailed data, track conversions, and measure performance using your preferred analytics tools.
Warning: For Advanced Users
This feature allows you to add custom code that will run on your campaign page. Incorrectly configured scripts can break your campaign or affect its performance. Please use this feature with caution and only use scripts from trusted sources. We recommend working with a web developer if you are unsure.
How to Add Your Scripts
- In your campaign, navigate to the Integrations tab.
- Find the section for Custom Scripts / Pixels. You will see several input fields.
- Paste your code into the appropriate field based on your script provider's instructions:
- Scripts in Head: For code that needs to be loaded in the HTML
<head>tag. This is common for analytics setup scripts, the Meta Pixel base code, etc. - Scripts in Body: For code that needs to be placed immediately after the opening
<body>tag (e.g., Google Tag Manager noscript). - Scripts before closing Body: For code that should be loaded at the very end of the page. This is common for tracking event scripts or other non-essential code.
- Scripts in Head: For code that needs to be loaded in the HTML
- Be sure to save your changes.
Once saved, the platform will automatically inject your scripts into the correct places in the HTML of your campaign's landing page. Remember to publish your campaign to ensure the scripts are active for your participants.