Skip to content

emptyObject — GTM Variable Template for Value

VARIABLES › VALUE
emptyObject EXTENDED Value

Returns an empty Object in JavaScript.



GTM Configuration

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

Read-only Preview
emptyObject
This function takes no parameters.


Under the Hood

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