Go High Level

Growify’s Go High Level integration allows you to track customer events and gain deeper insights into your store’s performance. Follow these steps to create and set up a custom pixel for tracking.


1. Add Pixel Code to Funnel in HighLevel

  1. Copy the main pixel code from this snippet here.

<script>const s=document.createElement("script");s.src="https://cdn.growify.ai/pixel.min.js";s.setAttribute("data-website-id","ENTER_WORKSPACE_ID_HERE");s.setAttribute("data-endpoint","api_v2");s.setAttribute("data-platform","web");document.head.appendChild(s);</script>
  1. Navigate to your Funnel.

  2. Click Settings → Paste in your Pixel Code to the Head Tracking Code Section.

  1. Save your changes.


2. Conversion Events

  1. Choose the Step where the conversion event is occurring.

  2. Edit the Step.

  3. Choose Settings → Tracking Code.

  4. Copy the event code from the snippet below.

  1. Click Footer Code and paste in the Event Code.

  1. Save your changes.


3. Verify PowerPixel Connection and Status

  1. Navigate to your store's homepage

  2. Open a DevTools

  • Windows: Ctrl + Shift + I or F12

  • macOS: ⌘ + ⌥ + I

3. Refresh the page, then go to the Network Tab. Filter by the keyword 'grp' and locate the event

  1. If the event has been located, the status will be updated as soon as the data is indexed (which takes around 10-15 minutes) on the Growify dashboard (10)

circle-check

Currency, Validation & SequenceCurrency

The pixel assumes all incoming data uses the same currency as the Workspace currency.

Please ensure the currency setting in Shopify (or your platform) aligns with the one set in the Workspace.

Validation

Products: A few key products must be included in product array.

Product quantity: The orderId must be present and unique per transaction. If the id is missing or reused, that may be a signal of duplicate firing.

Product price: Total value should be greater than 0.

Sequence

Ensure the Growify Pixel is installed and triggered (Step 1) BEFORE firing the Conversion Event.

Last updated