Discussions
Access to initial request to shopping application
I have a business requirement where we need to pull values from the url (url path and query parameters) on the initial request to set some "session" values and longer term cookies for the application. Once the values are pulled we need to call a 3rd party endpoint to ask for some information, set the cookies, "session" values, and then show the data on various places (header, footer, category listing, product listing, landing page). Is there some way to do this? Is there an event that can be captured? Any thoughts?