How to pass param via DTM script
¸¸Hi,
I want to update my target-global-mbox via a dom ready/non sequential js but I'm not sure about the syntax.
Because of some race condition, I can't create a data element and use it like this
- user.categoryId = <mydataElement>
I must call everything as low as possible in my page.
Unless someone have an idea how to get rid of the race condition, while using the standard data element call from a page load rule, I need to confirm if the right syntax to update the target-global-mbox really is like so:
mboxUpdate('target-global-mbox','user.categoryId=dummyValue');
Thanks a lot
-Eric