Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GDPR, COPPA, and LMT anonymizations to activity control metrics #3810

Open
bretg opened this issue Jul 12, 2024 · 0 comments
Open

Add GDPR, COPPA, and LMT anonymizations to activity control metrics #3810

bretg opened this issue Jul 12, 2024 · 0 comments
Labels

Comments

@bretg
Copy link
Contributor

bretg commented Jul 12, 2024

PBS-Java implemented a feature where GDPR, COPPA, and LMT anonymizations are tracked using the metrics in #2591 . These are not net-new metrics, but rather, bringing currently siloed anonymizations into existing metrics to get the global view.

  1. whenever PBS removes first party data for COPPA, LMT, and GDPR, log these metrics:

    • requests.activity.transmitUfpd.disallowed.count
    • accounts.ACCOUNT.activity.transmitUfpd.disallowed.count - at 'verbose' metric level
    • adapter.ADAPTER.activity.transmitUfpd.disallowed.count
  2. whenever PBS removes EIDs for COPPA, LMT, and GDPR, log these metrics:

    • requests.activity.transmitEids.disallowed.count
    • accounts.ACCOUNT.activity.transmitEids.disallowed.count - at 'verbose' metric level
    • adapter.ADAPTER.activity.transmitEids.disallowed.count
  3. whenever PBS rounds off the IP address for COPPA, LMT, and GDPR, log these metrics:

    • requests.activity.transmitPreciseGeo.disallowed.count
    • accounts.ACCOUNT.activity.transmitPreciseGeo.disallowed.count - at 'verbose' metric level
    • adapter.ADAPTER.activity.transmitPreciseGeo.disallowed.count
  4. whenever PBS cancels an auction for GDPR, log these metrics:

    • requests.activity.fetchBids.disallowed.count
    • accounts.ACCOUNT.activity.fetchBids.disallowed.count - at 'verbose' metric level
    • adapter.ADAPTER.activity.fetchBids.disallowed.count
@bretg bretg added the PBS-Go label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Ready for Dev
Development

No branches or pull requests

1 participant