MisterPhilip / omnibug

Omnibug is an extension for Firefox and most Chromium-based browsers to ease implementing and debugging digital marketing tools.
https://omnibug.io/
MIT License
93 stars 42 forks source link

Adobe Experience Platform WebSDK: Events not seen where 'Document will unload' feature enabled #254

Open dan-l1 opened 3 months ago

dan-l1 commented 3 months ago

Hi

Within the Adobe Experience Platform WebSDK extension, you are able to select an option that will fire an event if the user is navigating from the page, this is via the 'Document will unload' checkbox within the 'Send event' action type.

Within the network tab you can see these types of calls being fired with a '204 No Content' status.

Although within Omnibug I can see these calls being fired, the Events are not shown. This means for these types of calls I'm having to use the Assurance tool, which is nowhere near nice to use as Omnibug, or go into the network calls itself, which is very time consuming.

What I would like is for Omnibug to display the events of these types of calls

Many thanks

Dan

image image image image

MisterPhilip commented 3 months ago

Huh, interesting - I didn't realize the events weren't being shown for this link type. I will take a look!

dan-l1 commented 3 months ago

Thank you, if this could be fixed it would save hours of time and frustration!