null β GTM Variable Template for Value
When to Use This
Section titled βWhen to Use ThisβValue Utilities
Handle edge cases β defaults for undefined/null, type checks, coercion.
GTM Configuration
Section titled β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
Section titled βRelated VariablesβSame category: Value
Under the Hood
Section titled βUnder the Hoodβπ View Implementation Code
/** * @returns {null} Always returns null. * * @framework ggLowCodeGTMKit */return null;