My website is a SPA with EDDL. Is there a way to fire the page load call only after the data layer updation has taken place?
The scenario is as such:
After I add a product from the Products Page and go to the Cart Page, the page load call happens even before the data layer is updated with the new product. So I am unable to see the new product details in the page load server call. Could someone please help me with the solution to this?
Thanks!