Hi @NicholasDrzewiecki Implementing Tags/Adobe Launch for SPA is same as other websites you just need to paste the launch script in the head taghowever unlike regular pages where page load every time when user navigate to another page or section in the website SPA only change its state and hence la...
@ExO_Spain As you have mentioned in the question there might be chance that adobe events are getting fired twice.If the configuration is correct in adobe launch I would recommend check the events using a debugging tool like omnibug as it can help you visualize both adobe and floodlight tags at the ...
Hi @bjoern__koth I believe setVar function itself is synchronous however the custom code action defined in the rule is talking more to set the data element meanwhile the next actions are executing and conflicting with it as rule sequencing was not enabled for the property.
Hi @Parth_Gupta From your screenshot it seems like you are using web sdk however few things to be noted the reset data layer action does not completely remove the data which is set previously during the push methods it just reset the data layer length.also adobeDataLayer.getState() provide you the ...
Hi @bjoern__koth I've tested your theory but it seems to be working fine at my end.my set up:a rule to set a data element at page top event using setVar method in custom code. another rule at dom ready using set variable UI to fetch the value of data element set in the previous call using setVar. ...
Hi @Nick_2024 Non XDM can't be send using send event command, I would recommend first check what permissions you are missing by connecting with your Admin and also create an assurance session to get more clarity on error you are facing.