Created
March 13, 2015 14:14
-
-
Save cole007/e415a63406431d1142ed to your computer and use it in GitHub Desktop.
Google revised PPC code
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
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