custom-metrics icon indicating copy to clipboard operation
custom-metrics copied to clipboard

Privacy 2024

Open Yash-Vekaria opened this issue 9 months ago • 10 comments

Fixes/improves ads.js

Following changes are made:

  1. Added extraction of count of confudential entries assoicated with each sellers.json file.
  2. Handled crawling of sellers.json hosted on non-standard paths but connected via redirections.
  3. Fixed blank sellers object in the output JSON by handling cases where domains or seller_type fields are absent.
  4. Included collection of ad exchange and publisher domains for BQ analysis.
  5. Google being popular ad-exchange hosting sellers.json at custom location, added its support.

Changes 1-4 are handled in Commit #fa17fc5d2c14ccedb5bca637dde45ef468ce52a6 and Change 5 is handled in Commit #13c2040a7da673141177281a5fe1d4787fd52c3b.

Testing was done on WPT Test for the following website and it worked fine.


Test websites:

  • https://www.amazon.com
  • https://www.google.com

Yash-Vekaria avatar May 18 '24 20:05 Yash-Vekaria