Skip to main content
All CollectionsIntegrationsGoHighLevel
GoHighLevel Integration Setup
GoHighLevel Integration Setup

Learn how to setup the GoHighLevel / HighLevel integration to track and send events to Cometly.

Updated over a week ago

πŸ‘‹ Start Here

Using the GoHighLevel integration, you will be able to track events in your funnels back to the correct ads or source. The setup instructions below will guide you on how to place the Cometly base code pixel in your funnel, and how to send events using the Cometly API from GoHighLevel Automations to Cometly.


Step 1: Install Cometly base code pixel in your funnel

Follow the installation instructions below:

GoHighLevel Base Code Pixel Installation Instructions

  • Disable 'Optimise Javascript' in the funnel settings.

  • Add the Cometly tracking script in the Head tracking code section of your site settings.

  • If you are using an embedded GoHighLevel iframe form on your landing page you need to add the base code and additional code snippet to your GHL form. Please visit this resource to add to your GHL form.

Add the Cometly tracking script in the Head tracking code section of your site settings.

Important: In your HighLevel funnel settings, toggle off β€˜Optimize Javascript’

Use the Cometly Pixel Helper to verify the pixel is loading on your GoHighLevel forms:
​


Step 2: Send events using GoHighLevel Automations or place browser events

Watch the videos below to learn how to send server events to GoHighLevel for any event. Below includes example setups for both sending leads and purchases.

If you plan to send a server event (via GHL automation), don't send the same event from your browser. You must choose either server or browser, not both.

Example Setup For Sending New Leads via Server-Side Automations

  • Trigger: contact created

Event: Change from CUSTOM to POST
​

Authorization: Bearer Token

Token (Bearer Token):

{{YOUR API TOKEN}}

Headers:

Accept

application/json

Content-Type

application/json

Body (Key and Value): (for sending lead event example)

event_name

lead_generated

email

dynamic from GHL

full_name

dynamic from GHL

phone

dynamic from GHL

Example Setup For Sending Ecommerce Funnel Purchases via Server-Side Automations

You can use any trigger that you need depending on the action that you want to trigger the automation. The same logic will apply, you will just need to edit the trigger.

The setup video below is an example setup for when the trigger is a purchase that takes place online in your funnel.

  • Trigger: payment received

If your funnel has upsells, please see the section below.

Event: POST

Authorization: Bearer Token

Token (Bearer Token):

{{YOUR API TOKEN}}

Headers:

Accept

application/json

Content-Type

application/json

Body (Key and Value): (for sending purchase event example)

event_name

purchase

email

dynamic from GHL

full_name

dynamic from GHL

phone

dynamic from GHL

amount

{{payment.total_amount}}

Example Setup For Sending UPSELL Purchases via Server-Side Automations

If you have upsells or downsells in your funnel, you need to setup a custom event for Upsells in Cometly. Please follow the step-by-step video training below:


If you are using GoHighLevel 'Forms'

If you are using GoHighLevel Forms, in order for the Cometly base code to automatically capture the first name, last name, full name, email, or phone number from a GoHighLevel iframe form, you need to install the Cometly base code directly on the form.

You need to edit the form you are using in your pages, look for the HTML box in the menu on the left and drag/paste it inside the form.

Add the custom HTML block to the top of the form

On the right-side, open the HTML block and paste your Cometly base code into the HTML block.

Test the form capture using the Cometly Pixel Helper (Google Chrome Plugin)

Did this answer your question?