Hi @Marian891210 - If none of the events are working and if you can't see analytics request in network tab then I suspect there might be issues with your Analytics extension setup. Can you please check the analytics extension configuration is correct? tracker globally accessible so you can able to...
Hi @Marian891210 Yes can you try other events and checked - if the same problem occur. Agree with @yuhuisg about "Wait to run next action" is not a problem. I've setup the test rule like below and can see the analytics request firing correctly in debugger also in browser's network tab. use b/ss fo...
Hi @Marian891210 It seems like there might be issues with Rule ordering. I can see from your logs firing page view beacon action fired first and then your dom ready rule. It should be other way round. For reference I've setup something similar like yours and the rule firing as expected. Hope this...
Hi @Vijayakumar_Raju_CBE For this scenario - I would suggest to use custom code approach in the actions part of the rule and with using the Analytics extensions set variable action type that allows you to set additional variables on the tracker. In custom code you can use doPlugins function which co...
Hi @intel_nl The page has been updated with Adobe Analytics Extension 1.9.0 please check on below linkhttps://experienceleague.adobe.com/docs/experience-platform/tags/extensions/adobe/analytics/release-notes.html?lang=en
Hi @deepakkv In this case I think you can able to test / play with the sample postman collection which has all the AEP API with PUT, PATCH request. For reference - Experience Platform Postman samples GitHub repository.