Start Here π
This article will help you setup your Stealth Seminar pages for proper tracking within Cometly. Make sure you read through the important setup steps to ensure you are setup correctly.
Full Video Walkthrough
For step by step instructions, please refer to the sections below.
β
Step 1: Installing the Cometly Base Pixel Code
When setting up your Stealth Seminar funnel, you will need two pieces of code. The first will be the Cometly Base Pixel Code. Once you have obtained your Cometly Base Pixel Code, you will navigate to your Stealth Seminar Control Panel, select the Webinar you wish to track, and open the "Miscellaneous" tab:
Once there, scroll down to "Tracking Code Setup", paste the Cometly Base Pixel Code in the "Global Tracking Code" section, and click "Save".
β
Step 2: Installing the Cometly Event Listener
For the following step, you will need to make sure you have this code snippet copied:
<script>
document.addEventListener("click", function(event) {
setTimeout(function() {
addEventListenersToInputs();
}, 500);
});
</script>
Once you have copied this, return to "Tracking Code Setup", click on "Edit", and proceed to paste the Event Listener code in the "Tracking Code (After Head)" section for ALL of your pages. Make sure to hit "Save" when you are finished.
β
Step 3: Test your pages
Once you have installed the Base Pixel code and the Event Listener code, make sure to navigate to the live version of your page to make sure the pixel is firing and capturing correctly using our Cometly Pixel Helper plugin:
Once these steps are completed, you can proceed with the remaining steps of your Cometly setup starting with "How to setup events".