Skip to content

Instantly share code, notes, and snippets.

View ju1's full-sized avatar

ju1

View GitHub Profile
@ju1
ju1 / driftGTMRecipe.json
Created April 29, 2018 19:19
Drift Tracking Recipe for Google Tag Manager
{
"exportFormatVersion": 2,
"exportTime": "2018-04-29 19:17:56",
"containerVersion": {
"path": "accounts/1164259306/containers/8929387/versions/0",
"accountId": "1164259306",
"containerId": "8929387",
"containerVersionId": "0",
"container": {
"path": "accounts/1164259306/containers/8929387",
@ju1
ju1 / gtm4wp.json
Created February 16, 2018 11:31
GTM For WordPress (gtm4wp) container with Google Analytics Tags. Created by Jules Stuifbergen
{
"exportFormatVersion": 2,
"exportTime": "2018-02-15 09:45:11",
"containerVersion": {
"path": "accounts/124588580/containers/6899612/versions/2",
"accountId": "124588580",
"containerId": "6899612",
"containerVersionId": "2",
"name": "Version 1.0",
"description": "1st release",
@ju1
ju1 / iframe code example
Last active June 10, 2018 17:21
iframe example
<iframe id="myIframe" width="100%" height="600" src="//xxxxxx.jimdofree.com/" allowfullscreen=""> </iframe>
@ju1
ju1 / Is the page in the iframe
Created January 20, 2018 15:07
Is the page in the iframe
function() {
try {
return window.top !== window.self;
} catch(e) {
return false;
}
}
@ju1
ju1 / findAndDecorateIframes
Created January 20, 2018 15:04
Google Analytics Cross-domain tracking: Find and decorate iFrame
function() {
return function() {
try {
var gobj = window[window.GoogleAnalyticsObject];
var iframe = document.querySelector('#myIframe');
var tracker, linker;
if (gobj) {
tracker = gobj.getAll()[0];
linker = new window.gaplugins.Linker(tracker);
iframe.src = linker.decorate(iframe.src);
@ju1
ju1 / youtubeTrackingRecipe2017.json
Last active March 16, 2021 09:33
An updated Youtube tracking recipe including built-in Youtube GTM Trigger
{
"exportFormatVersion": 2,
"exportTime": "2017-09-15 06:16:08",
"containerVersion": {
"path": "accounts/1164259306/containers/7522953/versions/0",
"accountId": "1164259306",
"containerId": "7522953",
"containerVersionId": "0",
"container": {
"path": "accounts/1164259306/containers/7522953",
@ju1
ju1 / facebookFullRecipe.json
Last active March 16, 2021 09:28
Full Facebook Recipe for Google Tag Manager: Track Likes, Comments, and when messages are sent.
{
"exportFormatVersion": 2,
"exportTime": "2018-01-03 11:28:31",
"containerVersion": {
"path": "accounts/1164259306/containers/7512550/versions/0",
"accountId": "1164259306",
"containerId": "7512550",
"containerVersionId": "0",
"container": {
"path": "accounts/1164259306/containers/7512550",
@ju1
ju1 / html5videoRecipe.json
Last active June 3, 2020 02:21
HTML5 Video Tracking Recipe for GTM
{
"exportFormatVersion": 2,
"exportTime": "2017-12-04 08:16:31",
"containerVersion": {
"path": "accounts/1164259306/containers/7452306/versions/0",
"accountId": "1164259306",
"containerId": "7452306",
"containerVersionId": "0",
"container": {
"path": "accounts/1164259306/containers/7452306",
@ju1
ju1 / wistiaRecipe.json
Last active January 18, 2019 00:05
Wistia Tracking Recipe for Google Tag Manager
{
"exportFormatVersion": 2,
"exportTime": "2017-08-31 22:17:14",
"containerVersion": {
"path": "accounts/1164259306/containers/7438645/versions/0",
"accountId": "1164259306",
"containerId": "7438645",
"containerVersionId": "0",
"container": {
"path": "accounts/1164259306/containers/7438645",
@ju1
ju1 / addThisGTMRecipe
Created July 29, 2017 21:46
AddThis Tracking Recipe for Google Tag Manager
{
"exportFormatVersion": 2,
"exportTime": "2017-07-29 21:46:30",
"containerVersion": {
"path": "accounts/1164259306/containers/7295936/versions/0",
"accountId": "1164259306",
"containerId": "7295936",
"containerVersionId": "0",
"container": {
"path": "accounts/1164259306/containers/7295936",