Add Google Analytics Data to HighLevel Using GA Connector’s Form Integration Prerequisites Ensure that either the GA Connector WordPress plugin or the GA Connector script is installed on your website. Create GA Connector fields in HighLevel Navigate to your HighLevel dashboard and go to Settings > Custom Fields. Click on Add Field and create a […]
Category: Form-specific instructions
How to integrate GA Connector with Jotform
Add Google Analytics data to Jotform with GA Connector’s Jotform integration. Prerequisites Installed either 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> |
Setting up the GA Connector Fields on Jotform Step 1 While editing your form on the Jotform form builder, Add a new field for each GA Connector field that you want […]
How to integrate GA Connector with Crisp Chat
Add Google Analytics data to Crisp Chat with GA Connector’s Crisp Chat integration. Prerequisites Installed either the GA Connector WordPress plugin or GA Connector script on your website Uses Salesforce, Zoho CRM or Pipedrive as CRM Add Custom Code Right after the GA Connector code and the Crisp chat embed code, add the following script: […]
How to integrate GA Connector with Acuity Scheduling
Add Google Analytics data to Acuity Scheduling with GA Connector’s Acuity Scheduling integration. Prerequisites Installed either the GA Connector WordPress plugin or GA Connector script on your website Create GA Connector fields in Acuity Scheduling On your Acuity dashboard go to Intake Form Questions and create a New Custom Form Check the option “Internal Use Only” Add a […]
How to integrate GA Connector with Zoho Booking
Add Google Analytics data to Zoho Booking with GA Connector’s Zoho Booking integration. Prerequisites Installed either the GA Connector WordPress plugin or GA Connector script on your website. Setting Up The GA Connector Script Aside from the main GA Connector script (or plugin), you’ll need to add an additional GA Connector script which adds tracking […]
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
Add Google Analytics data to Zoho Forms with GA Connector’s Zoho Forms integration. Install the custom scripts on your website Add the following GA Connector script on all pages of your website. The script must be placed before your Zoho embed code so adding it to your website’s <head> would work. Note: If you are already using […]
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
Add Google Analytics data to Freshworks Classic Forms with GA Connector’s Freshworks integration. Prerequisites Installed either GA Connector WordPress plugin or GA Connector script on your website Already created the custom fields on your Contacts module
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> |
Setting up the GA Connector Fields on Classic Forms Step 1 While on the form editor, add the custom field […]