tree: 790730db1bf8986e0c3fd905915f986041664597 [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_scheduler.cc
  8. aggregatable_report_scheduler.h
  9. aggregatable_report_scheduler_unittest.cc
  10. aggregatable_report_sender.cc
  11. aggregatable_report_sender.h
  12. aggregatable_report_sender_unittest.cc
  13. aggregatable_report_unittest.cc
  14. aggregation_service.cc
  15. aggregation_service.h
  16. aggregation_service_features.cc
  17. aggregation_service_features.h
  18. aggregation_service_impl.cc
  19. aggregation_service_impl.h
  20. aggregation_service_impl_unittest.cc
  21. aggregation_service_key_fetcher.cc
  22. aggregation_service_key_fetcher.h
  23. aggregation_service_key_fetcher_unittest.cc
  24. aggregation_service_network_fetcher_impl.cc
  25. aggregation_service_network_fetcher_impl.h
  26. aggregation_service_network_fetcher_impl_unittest.cc
  27. aggregation_service_storage.h
  28. aggregation_service_storage_context.h
  29. aggregation_service_storage_sql.cc
  30. aggregation_service_storage_sql.h
  31. aggregation_service_storage_sql_unittest.cc
  32. aggregation_service_test_utils.cc
  33. aggregation_service_test_utils.h
  34. COMMON_METADATA
  35. DEPS
  36. DIR_METADATA
  37. OWNERS
  38. payload_encryption.md
  39. public_key.cc
  40. public_key.h
  41. public_key_parsing_utils.cc
  42. public_key_parsing_utils.h
  43. public_key_parsing_utils_unittest.cc
  44. README.md
  45. report_scheduler_timer.cc
  46. report_scheduler_timer.h
  47. 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.