Skip to content

Instantly share code, notes, and snippets.

View sumeetpareek's full-sized avatar

Sumeet Pareek sumeetpareek

View GitHub Profile
@sumeetpareek
sumeetpareek / aap_campaign_tracker.js
Last active December 17, 2015 18:29
JS to pass google analytics and/or campaign data to a particular page
(function($){
// If ever a link to donate.aamaadmiparty.org is clicked, pass on 'aap_campaign_tracker' cookie value to the page.
$(document).ready(function() {
// This script runs on every AAP page load and does the below stuff mentioned in comments
var vals = {}, hash, flag_site_entry = false, flag_campaign_data_in_url = false;
// Check if the referrer is non aamaadmiparty.org URL, if yes, set that as "starter source"
if (document.referrer.indexOf("aamaadmiparty.org") < 0) {