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

Core: Integrate Mixpanel Into Build Process

Open zachsavishinsky opened this issue 7 months ago • 0 comments

Type of change

  • [ ] Bugfix

  • [X] Feature

  • [ ] New bidder adapter

  • [ ] Updated bidder adapter

  • [ ] Code style update (formatting, local variables)

  • [ ] Refactoring (no functional changes, no api changes)

  • [ ] Build related changes

  • [ ] CI related changes

  • [ ] Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • [ ] Other

Description of change

Mixpanel is an analytics platform that has API access for sending tracking events. Our goal as an organization is to get better insights into the usage of Prebid and so rather than relying on trying to scrape the entire web to see where Prebid is running we can simply fire an event during Prebid builds to record what version and modules are being deployed. No user data is being collected here, and the data is being hosted on Mixpanel's EU servers which uphold the regulations of GDPR.

Other information

zachsavishinsky avatar Jun 10 '25 20:06 zachsavishinsky