Skip to content

true — GTM Variable Template for Value

VARIABLES › VALUE
true EXTENDED Value

Returns true in JavaScript.



GTM Configuration

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

Read-only Preview
true
This function takes no parameters.


Under the Hood

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