Skip to content

emptyString β€” GTM Variable Template for Value

VARIABLES β€Ί VALUE
emptyString EXTENDED Value
Direct (.tpl)

Returns an empty string in JavaScript.



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

Read-only Preview
emptyString
This function takes no parameters.


πŸ“œ View Implementation Code
/**
* @returns {string} An empty string.
*
* @framework ggLowCodeGTMKit
*/
return "";