Although I have integrated Adobe Analytics for tracking on my website, I am facing difficulty in properly defining the variables.
This is how I attempted to define the variable:
var z = new Object();
z.abc = true;
z.def.ghi = true
Despite following the above format, I am unable to successfully set the variable. Can anyone provide assistance with this issue?