Skip to content

emptyString — GTM Variable Template for Value

VARIABLES › VALUE
emptyString EXTENDED Value

Returns an empty string in JavaScript.



GTM Configuration

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

Read-only Preview
emptyString
This function takes no parameters.


Under the Hood

📜 View Implementation Code
/**
 * @returns {string} An empty string.
 *
 * @framework ggLowCodeGTMKit
 */
return "";