[null,null,["上次更新時間:2024-12-21 (世界標準時間)。"],[[["The Attribution Reporting API offers two report types: event-level reports for associating ad interactions with basic conversion data, and summary reports for aggregated, privacy-preserving insights into conversions."],["Implementing either report type involves registering sources and triggers, setting up reporting endpoints, and ensuring your site uses HTTPS."],["Summary reports require additional integration with the Aggregation Service for processing batched data and generating privacy-enhanced reports with added noise."],["Before using the API, ensure it's enabled via feature detection and consider optional steps like defining custom filters for refined data analysis."],["The API prioritizes user privacy, limiting data sharing across sites and incorporating noise to prevent individual identification."]]],["The Attribution Reporting API generates event-level and summary reports, both requiring HTTPS. To generate reports, first register an attribution source and trigger. For event-level reports, set up an endpoint at `{REPORTING_ENDPOINT}/.well-known/attribution-reporting/report-event-attribution`. Summary reports need an endpoint at `{REPORTING_ENDPOINT}/.well-known/attribution-reporting/report-aggregate-attribution`, and require batching reports for the Aggregation Service to produce the final report. Optionally, custom filters can be defined. Lastly, a feature detection is important to verify the API is enabled.\n"]]