tree: 45c52e94cdd16e901ca75c2ff9e4c8c16acb3684 [path history] [tgz]
  1. proto/
  2. aggregatable_report.cc
  3. aggregatable_report.h
  4. aggregatable_report_assembler.cc
  5. aggregatable_report_assembler.h
  6. aggregatable_report_assembler_unittest.cc
  7. aggregatable_report_request_storage_id.h
  8. aggregatable_report_scheduler.cc
  9. aggregatable_report_scheduler.h
  10. aggregatable_report_scheduler_unittest.cc
  11. aggregatable_report_sender.cc
  12. aggregatable_report_sender.h
  13. aggregatable_report_sender_unittest.cc
  14. aggregatable_report_unittest.cc
  15. aggregation_service.cc
  16. aggregation_service.h
  17. aggregation_service_features.cc
  18. aggregation_service_features.h
  19. aggregation_service_impl.cc
  20. aggregation_service_impl.h
  21. aggregation_service_impl_unittest.cc
  22. aggregation_service_internals.mojom
  23. aggregation_service_internals_browsertest.cc
  24. aggregation_service_internals_handler_impl.cc
  25. aggregation_service_internals_handler_impl.h
  26. aggregation_service_internals_handler_impl_unittest.cc
  27. aggregation_service_internals_mojom_traits.cc
  28. aggregation_service_internals_mojom_traits.h
  29. aggregation_service_internals_ui.cc
  30. aggregation_service_internals_ui.h
  31. aggregation_service_key_fetcher.cc
  32. aggregation_service_key_fetcher.h
  33. aggregation_service_key_fetcher_unittest.cc
  34. aggregation_service_network_fetcher_impl.cc
  35. aggregation_service_network_fetcher_impl.h
  36. aggregation_service_network_fetcher_impl_unittest.cc
  37. aggregation_service_observer.h
  38. aggregation_service_storage.h
  39. aggregation_service_storage_context.h
  40. aggregation_service_storage_sql.cc
  41. aggregation_service_storage_sql.h
  42. aggregation_service_storage_sql_unittest.cc
  43. aggregation_service_test_utils.cc
  44. aggregation_service_test_utils.h
  45. BUILD.gn
  46. COMMON_METADATA
  47. DEPS
  48. DIR_METADATA
  49. OWNERS
  50. payload_encryption.md
  51. public_key.cc
  52. public_key.h
  53. public_key_parsing_utils.cc
  54. public_key_parsing_utils.h
  55. public_key_parsing_utils_unittest.cc
  56. README.md
  57. report_scheduler_timer.cc
  58. report_scheduler_timer.h
  59. report_scheduler_timer_unittest.cc
content/browser/aggregation_service/README.md

Aggregation service

This directory contains the implementation of the client-side logic for the Aggregation service proposed for the Attribution Reporting API.

Command-line tool

A command-line tool that generates aggregatable reports for testing is available. Please see //tools/aggregation_service's README for more detail

Payload encryption

The details of how aggregatable report payloads are encrypted are provided in a separate README.

TODO: Expand this README.