Skip to content

Instantly share code, notes, and snippets.

@cole007
Created March 13, 2015 14:14
Show Gist options
  • Save cole007/e415a63406431d1142ed to your computer and use it in GitHub Desktop.
Save cole007/e415a63406431d1142ed to your computer and use it in GitHub Desktop.
Google revised PPC code
window.onload = function() {
// document.getElementById('gclid_field').value = 'working';
var fields = document.querySelectorAll('.gclid_field');
for ( var i = 0; i < fields.length; i++ ) {
fields[i].value = readCookie('gclid');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment