Skip to main content

Install Vibe Pixel On GoDaddy Website Builder

Nicolas Hemidy avatar
Written by Nicolas Hemidy
Updated yesterday

This guide walks you through manually installing the Vibe Pixel JavaScript snippet on a site built with GoDaddy’s Website Builder (Websites + Marketing).

Step 1: Retrieve Your Vibe Pixel Snippet

  1. Log in to your Vibe Dashboard.

  2. Navigate to Settings → Pixel.

  3. Select your advertiser and click Setup.

  4. Copy the Page View pixel snippet. If needed, also obtain Lead and Purchase snippets.


Step 2: Insert the Pixel via GoDaddy Website Builder

1. Access Your GoDaddy Website Builder

  • Sign in to GoDaddy.

  • Go to My Products, locate your Website Builder product, and click Manage.

  • Open the live site editor by clicking Edit Website .

2. Add the Vibe Snippet Globally

You have two methods:

A. Code Injection (Header)

  • Navigate to Settings → Site Settings.

  • Scroll to Code Injection.

  • Paste your Page View pixel snippet into the Header Code box.

  • Click Save .

B. Per‑Page HTML Section

  • From the site editor, go to the page where you want to insert code (e.g. homepage, thank-you page).

  • Add a new section: search for and select the HTML or Custom Code section.

  • Paste the snippet into the Custom Code field.

  • Save; preview; and publish when ready .


Step 3: Optional – Add Lead & Purchase Events

A. Lead Tracking

  • On the page where leads are confirmed (e.g. form thank-you page), add a custom code section.

  • Paste the Lead pixel snippet within that HTML element to fire on page load.

B. Purchase Tracking

  • On a purchase confirmation page, insert a custom code section.

  • Paste the Purchase event snippet just before the closing </head> or anywhere in the HTML section.

  • If applicable, replace placeholders like INSERT_PRICE_HERE or INSERT_PURCHASE_ID_HERE with dynamic values, though GoDaddy Website Builder may not support advanced dynamic server-side variables. Use static values or request a developer if necessary.


Step 4: Publish and Test

  • Publish your site to make changes live.

  • Open the site in your browser, launch Developer Tools → Network tab, and refresh.

  • Filter for Vibe, and look for requests like vbpx.js and s?aid=... with events like Page View, Lead, or Purchase .


Troubleshooting Tips

Issue

Fix

Pixel not firing globally

Confirm header injection via Settings → Site Settings → Code Injection

Events not working on specific pages

Ensure the correct HTML section is used on the relevant page

Script not visible after publish

Use preview and Developer Tools to verify; republish if needed

No event data in Vibe dashboard

Check Vibe docs on verifying setup and attribution window settings

Did this answer your question?