Git Product home page Git Product logo

Comments (2)

maybellineboon avatar maybellineboon commented on August 15, 2024 1

Hi @CGossec,

From the Attribution Reportin API Handbook, we can confirm that reports are sent when a browser is online. And should reports fail to send the first time, the report is retried after 5 minutes. And after the 2nd failure, the report is retried again after 15 mins. Should that fail again, the report will not be sent.

With that in mind, we do recommend to wait a bit for late arriving reports to be able to collect all reports for batching. Late reports can be measured by checking the scheduled_report_time and when the report was received. This can help estimate roughly how long you may want to wait for late arriving reports

For duplicate reports (reports with same shared ID), as of the moment, Aggregation Service does not maintain a record of individual processed reports. It is recommended to filter out duplicate reports before sending to Aggregation Service. You can use report scheduled_report_time (rounded to hour) to batch them.

Aggregation Service does keep track of shared ID which is a hash of different fields (api version, reporting origin, destination site, source registration time, scheduled report time). You can also keep track of what has been batched by the fields used in shared id. That way, should a duplicate report arrive late and the reports for the same specific fields has already been batched, you can skip the report as the report will fail due to privacy budget.

from aggregation-service.

maybellineboon avatar maybellineboon commented on August 15, 2024

Hi @CGossec ,

I'll proceed to close this down. But do let us know should you still have more questions.

Thanks!

from aggregation-service.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.