GA Connector uses two different integration types: Cookie-Based API-Based Each type stores and syncs tracking data differently, and the method you’re using will affect how to integrate GA Connector with your forms. This article explains how to check which integration type your website is currently using. Check Your Website Script When you set up GA […]
Start typing to search...
Category: Installing the Script
How to Add GA Connector Tracking Data Into Your CRM
How GA Connector Integration works At its core, GA Connector is a piece of JavaScript code (that talks to our server), which creates tracking cookies, which can be sent to your CRM system. When your users come to your website, gaconnector.js creates the following cookies based on UTM parameters, HTTP referrer and other information: Then, […]
Install GA Connector Tracking Code (API-based integration)
In this article, we’ll show you how to install GA Connector tracking code on your website To start tracking, please put this script on your website:
|
1 2 |
<script src="https://track.gaconnector.com/gaconnector.js" type="text/javascript"></script> <script type="text/javascript">gaconnector2.track('YOUR GA CONNECTOR ACCOUNT ID');</script> |
But instead of YOUR GA CONNECTOR ACCOUNT ID, please use the account ID that we have provided during the signup process. If you haven’t received yours yet, please email [email protected]. WordPress […]
How to install GA Connector script on Google Tag Manager (GTM)
Open your GTM workspace and click on “Tags” Click on “New” to create a new tag for GA Connector script Give this tag a name Something like “GA Connector Tracking Code” Click on Triggering and select “All Pages” Click on “Tag Configuration” and select “Custom HTML” In the window that appears, paste GA Connector tracking […]

