When the data layer extension is loaded in the page, any previous data layer events will be processed, this avoiding the issue of missed events resulting from load order; particularly a concern in asynchronous load scenarios.
Actual Behaviour
On extension/launch loaded on page the previous DL events are not processed thus losing vital data.
Expected Behaviour
When the data layer extension is loaded in the page, any previous data layer events will be processed, this avoiding the issue of missed events resulting from load order; particularly a concern in asynchronous load scenarios.
Actual Behaviour
On extension/launch loaded on page the previous DL events are not processed thus losing vital data.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Platform and Version
Sample Code that illustrates the problem
Logs taken while reproducing problem