Hi Meng,
I am Lukas' colleague. Thank you very much for your help. It works for us. Great!
There is just one more issue in fine-tuning the tag firing. I was trying to use a load rule saying: fire only if atlas_account_new is populated (and many similar variations) but it never worked for me. I need to let the tag fire for all pages and it works. Actually I used the custom javascript extension as a killer:
if(typeof b.atlas_account_new=="undefined"||b.atlas_account_new=="none"||b.atlas_account_new==""){return false}
this way it works nice, but I wonder, why I need to use special extension and load rule is not working. Do you have any idea about that?
Thanks a lot!
Milos
... View more