Skip to content

Instantly share code, notes, and snippets.

@anova
Created August 8, 2023 11:12
Show Gist options
  • Save anova/da61834fccc9b0882465aeeb84f8f962 to your computer and use it in GitHub Desktop.
Save anova/da61834fccc9b0882465aeeb84f8f962 to your computer and use it in GitHub Desktop.
Custom JavaScript Variable for GTM search_term query string
// cjs variable name: cjs - search_term (q)
function() {
var params = new URLSearchParams(window.location.search);
return params.get('q');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment