null — GTM Variable Template for Value
When to Use This
Value Utilities
Handle edge cases — defaults for undefined/null, type checks, coercion.
GTM Configuration
This is what you'll see when you open this variable in Google Tag Manager.
Read-only Preview
null
This function takes no parameters.
Related Variables
Same category: Value
Under the Hood
📜 View Implementation Code
/**
* @returns {null} Always returns null.
*
* @framework ggLowCodeGTMKit
*/
return null;