Step 1: Access Your Vibe Pixel Code
Visit the Web tracking page under the Vibe Settings menu.
Choose your Advertiser and click on Setup.
Select your installation method.
Copy your web tracking code.
Step 2: Log in to Go High Level
Go to your Go High Level dashboard.
Select the Sites tab from the left-hand menu.
Choose the site or funnel where you want to implement the pixel.
Step 3: Add the Page View Pixel to Your Site
Open the site or funnel editor for your selected project.
Navigate to the Websites tab.
Scroll down to the Head tracking code section.
Paste the JavaScript code for the page view pixel into the header.
Save your changes.
This ensures the page view pixel fires on every page of your site.
Step 4: Add the Lead Event Pixel
If you want to track leads (e.g., form submissions):
Go to the specific page or funnel step where lead actions occur.
Open the Custom Code section for that page.
Paste the JavaScript code for the lead event pixel just before the closing
<head>
tag.Save your changes.
Alternatively, if you need to fire the lead pixel on a button click:
Locate the button in the editor.
Use the Advanced tab to add a custom JavaScript code snippet to the button’s on-click action.
Paste the lead event JavaScript code.
Save your changes.
Step 5: Add the Purchase Event Pixel
To track purchases (e.g., successful payment confirmation):
Open the confirmation page for purchases.
Navigate to the Custom Code section of that page.
Paste the JavaScript code for the purchase event pixel before the closing
<head>
tag.Include dynamic values (e.g., Order ID and Price) in the pixel code by replacing placeholders with the appropriate variables from Go High Level.
Save your changes.
Troubleshooting Tips
Ensure the JavaScript code is placed in the correct sections (e.g., header for global events, specific pages for event-specific actions).
If your pixel isn’t firing, double-check the code for typos or missing elements.
For dynamic variables (e.g., Order ID, Price), confirm the placeholders are replaced with actual variables provided by Go High Level.