Created
May 24, 2018 13:26
-
-
Save SNemzer/d027690a79f8c33280b09cf2d6ae8a07 to your computer and use it in GitHub Desktop.
Custom JS variable for GTM of parameters not to remove
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
function(){ | |
return ["utm_medium", | |
"utm_source", | |
"utm_campaign", | |
"utm_term", | |
"utm_content", | |
"gclid", | |
"search"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment