Question
Ensuring ACDL persistence across pageloads with Web SDK using Adobe Launch
How can i ensure the ACDL persists or updates correctly across page loads when using WebSDK, as it refreshes on each new page load(triggered by button clicks to the next page)?The ACDL code is currently implemented through Launch, and we'd like to maintain this setup.
Also, we tried using session storage to capture the data first then send it to ACDL but in that case too we are missing the server calls sometimes.