GAconnector.com vs Pardot Google Analytics Connector

Pardot offers a Google Analytics Connector out of the box. It captures Google Analytics keyword tags in URLs such as utm_campaign, utm_source, utm_medium, etc. onto a Prospect record. However, Pardot built-in Google Analytics Connector doesn’t do these three important things that GAconnector.com does: 1. Pardot connector only captures source/medium/etc when you’ve added the corresponding URL […]

Read More

Connect Zoho Webforms with GA Connector

In order for you to see analytics data for your Zoho CRM leads, you need to modify your Zoho Webforms. You need to add additional fields to your Zoho Webforms and give them specific names. So that GA Connector script can recognize these fields and save its analytics information into these fields.

Read More

Security FAQ for GA Connector Lead Source Tracking (cookie-based)

Are you using HTTPS? Yes. All calls to our server and to Google Analytics are using the HTTPS protocol. Is your server secure? Absolutely. We use industry-standard best practices to ensure that the app works as intended and that your data is safe. However, we don’t even store any of your data on our servers (see […]

Read More

Save Google Analytics Client ID cookie to Zoho CRM

Overview In order to send offline sales stats from Zoho CRM to Google Analytics, we need to know which lead/account/opportunity/booking belongs to which website visitor in Google Analytics. This can be achieved by saving the ID of each website visitor to Zoho CRM during the form submission. This ID (Google Analytics Client ID, or GA CID) should […]

Read More

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, […]

Read More

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 […]

Read More

How to test GA Connector from localhost

The Problem Before deploying GA Connector script to your site, you may want to check how it works on a local machine or on a staging server first. But you may get this error message in console if you try to do this: The Solution If want to test it on a staging server, just […]

Read More

How to fix “Size of a request header field exceeds server limit” error

One of the cookies created by the GA Connector script (gaconnector_pages_visited_list, and occasionally gaconnector_all_traffic_sources) can grow too large if a visitor browses many pages. On some servers, this produces errors such as: Size of a request header field exceeds server limit 400 Bad Request Or similar To fix this issue, you just need to add […]

Read More