emptyObjectArray — GTM Variable Template for Value
emptyObjectArray EXTENDED Value
Returns an Array containing one empty Object in JavaScript.
GTM Configuration
This is what you'll see when you open this variable in Google Tag Manager.
Read-only Preview
emptyObjectArray
This function takes no parameters.
Related Variables
Same category: Value
Under the Hood
📜 View Implementation Code
/**
* @returns {Array<Object>} An array containing one empty object.
*
* @framework ggLowCodeGTMKit
*/
return [{}];