privacysandbox / privacy-sandbox-demos

https://developer.chrome.com/blog/privacy-sandbox-demos/
Apache License 2.0
37 stars 40 forks source link

Add support for ad beacon reporting #364

Closed siddharth-sahoo closed 1 month ago

siddharth-sahoo commented 2 months ago

Description

Add support for ad beacon reporting in Protected Audience using the Fenced Frames Ads Reporting API. Register some example beacons, trigger these beacons from the ad-frame, and integrate the Attribution Reporting API over these ad beacons.

Affected services

Changelog:

Seburan commented 2 months ago

please make sure you run code linting with pre-commit on your machine before submitting PR.

pre-commit install

you can also run pre-commit on all the files manually before committing your changes :

pre-commit run --all-files