Skip to content

null — GTM Variable Template for Value

VARIABLES › VALUE
null CORE Value

Returns null in JavaScript.


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.


Under the Hood

📜 View Implementation Code
/**
 * @returns {null} Always returns null.
 *
 * @framework ggLowCodeGTMKit
 */
return null;