emptyObjectArray β GTM Variable Template for Value
emptyObjectArray EXTENDED Value
Returns an Array containing one empty Object in JavaScript.
When to Use This
Section titled βWhen to Use ThisβGTM Configuration
Section titled β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
Section titled βRelated VariablesβSame category: Value
Under the Hood
Section titled βUnder the Hoodβπ View Implementation Code
/** * @returns {Array<Object>} An array containing one empty object. * * @framework ggLowCodeGTMKit */return [{}];