Last active
August 29, 2015 14:04
-
-
Save chrisgoddard/700406e6e28e194688b7 to your computer and use it in GitHub Desktop.
Push Google Analytics clientId parameter to calltrackingmetrics.com platform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// paste this in footer - should be after Google Analytics and CallTrackingMetrics snippets. | |
var __ctm_cvars = __ctm_cvars || []; | |
ga(function(tracker) { | |
var MyID = tracker.get('clientId'); | |
__ctm_cvars.push({gaid: MyID }); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment