prebid / professor-prebid

Prebid's next-gen debugging tool
Apache License 2.0
20 stars 17 forks source link

POC of tool to display initiator request chains stemming from an origin root url #66

Closed jlquaccia closed 11 months ago

jlquaccia commented 1 year ago

this PR involves the first iteration of a new proposed tool inside of professor prebid called "network inspector" (working title) that can be used to listen for specific resource url's as they come through the network and load on a publisher page. once the specified resource has loaded onto the page, an initiator request object will be generated capturing details about all other resources initiated from that origin url or redirected to from the origin url (along with some other collected with each resource).

I have added more information about the feature relative to this PR on the GitHub page that relates to this PR here: https://github.com/prebid/professor-prebid/issues/65