The instructions below apply to Cookie-Based integration. If you are using API-Based integration, simply add the GA Connector script to both your main website and inside the HighLevel form iframe. No additional steps are required. Not sure which instructions to follow? Start here: How to Check Which GA Connector Integration Type You’re Using. Prerequisites Ensure […]
Category: Form-specific instructions
How to integrate GA Connector with Jotform
The instructions below apply to Cookie-Based integration. If you are using API-Based integration, please note that Jotform Forms does not support it. You will need to follow the Cookie-Based integration steps instead. Not sure which instructions to follow? Start here: How to Check Which GA Connector Integration Type You’re Using. Add Google Analytics data to Jotform with GA […]
How to integrate GA Connector with Crisp Chat
The instructions below apply to API-Based integration. If you are using Cookie-Based integration, please note that Crisp chat does not support it. Not sure which instructions to follow? Start here: How to Check Which GA Connector Integration Type You’re Using. Add Google Analytics data to Crisp Chat with GA Connector’s Crisp Chat integration. Prerequisites Installed either the GA […]
How to integrate GA Connector with Acuity Scheduling
The instructions below apply to Cookie-Based integration. If you are using API-Based integration, please note that Acuity Scheduling does not support it. You will need to follow the Cookie-Based integration steps instead. Not sure which instructions to follow? Start here: How to Check Which GA Connector Integration Type You’re Using. Add Google Analytics data to Acuity Scheduling with GA […]
How to integrate GA Connector with Zoho Booking
The instructions below apply to Cookie-Based integration. If you are using API-Based integration, please note that Zoho Booking does not support it. You will need to follow the Cookie-Based integration steps instead. Not sure which instructions to follow? Start here: How to Check Which GA Connector Integration Type You’re Using. Add Google Analytics data to Zoho Booking with GA […]
How to integrate GA Connector with Wisepops
Add Google Analytics data to Wisepops with GA Connector’s Wisepops integration. Prerequisites Installed either the GA Connector WordPress plugin or GA Connector script on your website: Setup Your Forms There are two ways to integrate GA Connector with Wisepops. If you are using Salesforce, Zoho CRM, Pipedrive CRM, Salesflare or Close CRM and has authorized GA Connector […]
Integrating GA Connector with LiveChat
Add Google Analytics data to LiveChat with GA Connector’s LiveChat integration. To integrate LiveChat with GA Connector, you’ll need to add a custom script to your website depending on which GA Connector version you have. If you’re using Salesforce, Zoho CRM, Pipedrive CRM, Salesflare, or Close CRM you’re likely using our API-based integration. For all […]
How to integrate GA Connector with Zoho Forms
The instructions below apply to Cookie-Based integration. If you are using API-Based integration, please note that Zoho Forms does not support it. You will need to follow the Cookie-Based integration steps instead. Not sure which instructions to follow? Start here: How to Check Which GA Connector Integration Type You’re Using. Add Google Analytics data to Zoho Forms with […]
How to integrate GA Connector with Typeform
Add Google Analytics data to Typeform with GA Connector’s Typeform integration. Prerequisites Installed either the GA Connector WordPress plugin or GA Connector script on your website:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<script data-cfasync="false" type="text/javascript" src="https://tracker.gaconnector.com/gaconnector.js"></script> <script> function setGaconnectorHiddenFields() { var gaFields = gaconnector.getCookieValues(); for (var fieldName in gaFields) { var selectors = 'form input[name="' + fieldName + '"], form input#' + fieldName + ', form input#field_' + fieldName + ', form input[name="' + fieldName.toLowerCase() + '"], form input#' + fieldName.toLowerCase() + ', form input#field_' + fieldName.toLowerCase() + ', input[value="gaconnector_' + fieldName + '"],'; selectors += 'form textarea[name="'+fieldName+'"], form textarea#'+fieldName+', form textarea#field_'+fieldName + ', form textarea[name="'+fieldName.toLowerCase()+'"], form textarea#'+fieldName.toLowerCase()+', form textarea#field_'+fieldName.toLowerCase()+', form textarea.'+fieldName+', form textarea[name="param['+fieldName+']"]'+", form textarea[id^='field_"+fieldName+"']"; var inputs = document.querySelectorAll(selectors); if (inputs === null) { continue; } else if (typeof inputs.length === 'undefined') { inputs.value = gaFields[fieldName]; } else { for (var i = 0; i < inputs.length; i++) { inputs[i].value = gaFields[fieldName]; } } } } gaconnector.setCallback(setGaconnectorHiddenFields); setInterval(setGaconnectorHiddenFields, 1000); </script> |
Add Hidden Fields to your Typeform Open your typeform from your workspace and click Logic on the right panel. Select Personalize with data then click on Hidden Fields. This will […]
How to integrate GA Connector with Freshworks CRM (formerly Freshsales) using Classic Forms
The instructions below apply to Cookie-Based integration. If you are using API-Based integration, please note that Freshworks classic forms does not support it. You will need to follow the Cookie-Based integration steps instead. Not sure which instructions to follow? Start here: How to Check Which GA Connector Integration Type You’re Using. Add Google Analytics data to Freshworks Classic […]