摘要報表:提供匯總的使用者資料,並可納入較詳細的轉換資訊,但會增加雜訊。使用 Attribution Reporting API 和 Private Aggregation API 時,系統會從匯總報表建立這類報表,並提供比事件層級報表更豐富的資料模型。摘要報表特別適合用於需要匯總洞察資料的情況,例如計算轉換價值或分析各個使用者區隔的廣告活動成效。
[[["容易理解","easyToUnderstand","thumb-up"],["確實解決了我的問題","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["缺少我需要的資訊","missingTheInformationINeed","thumb-down"],["過於複雜/步驟過多","tooComplicatedTooManySteps","thumb-down"],["過時","outOfDate","thumb-down"],["翻譯問題","translationIssue","thumb-down"],["示例/程式碼問題","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["上次更新時間:2025-03-03 (世界標準時間)。"],[[["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"]]