Skip to content

NaN — GTM Variable Template for Value

VARIABLES › VALUE
NaN EXTENDED Value

Returns NaN in JavaScript



GTM Configuration

This is what you'll see when you open this variable in Google Tag Manager.

Read-only Preview
NaN
This function takes no parameters.


Under the Hood

📜 View Implementation Code
/**
 * @returns {NaN} NaN value.
 *
 * @framework ggLowCodeGTMKit
 */
return 0/0;