Prebid.js icon indicating copy to clipboard operation
Prebid.js copied to clipboard

Feature request: collect granular performance data on auctions

Open dgirardi opened this issue 3 years ago • 1 comments

Type of issue

Feature request

Description

Prebid should collect granular performance data (e.g. time spent creating bid requests, resolving GDPR, collecting user IDs, running adapter code etc) and attach it to bid requests for analytics adapters to use. It would help troubleshoot performance issues of the type in https://github.com/prebid/Prebid.js/issues/8770.

dgirardi avatar Aug 03 '22 16:08 dgirardi

This attaches additional data to the events analytics adapters currently listen to, there is some performance information already. We should allow for sampling of sending this over the wire.

patmmccann avatar Aug 15 '22 15:08 patmmccann