The purpose of these fields is to store the tracking information gathered by gaconnector.js inside your Leads, Opportunities and other CRM objects: Here is how you can add these fields to your CRM: If you’re using Salesforce, just install our package that will automatically add these custom fields for you. If you’re using Zoho CRM, just install our extension that will automatically […]
Category: General Guide
How to push GA Connector info to data layer in Google Tag Manager
To push GA Connector info to GTM data layer, use the following JavaScript code:
|
1 2 |
var gaconnectorInfo = gaconnector.getCookieValues(); dataLayer.push( gaconnectorInfo ); |
To make sure that GA Connector is fired by the time this script is run, use the tag sequencing functionality provided by Google Tag Manager: Tag sequencing It allows to set the script from the article to fire after GA Connector.

