Skip to main content

reach-measurement-with-shared-storage

Reach Measurement

Overview

Background

The Private Aggregation API allows for the collection of aggregate data from worklets that have access to cross-site data. This API is particularly useful for developers who are building reporting functions within Shared Storage and Private Aggregation.

  • Aggregate data collection: The Private Aggregation API focuses on collecting data in aggregate, which means that individual user data is not identifiable. This helps to protect user privacy while still allowing for valuable insights to be gleaned from the data.
  • Cross-site data access: Worklets that have access to cross-site data can use the Private Aggregation API to collect data from multiple sites. This can be useful for tracking user behavior across different websites or for measuring the effectiveness of advertising campaigns.
  • Shared Storage and Private Aggregation: The concepts that are demonstrated in the use of the Private Aggregation API are relevant for developers who are working with Shared Storage and Private Aggregation. These APIs are designed to protect user privacy while still allowing for data to be collected and used for advertising and other purposes.
  • Importance for developers: By understanding how the Private Aggregation API works and how it can be used, developers can build more effective and privacy-conscious reporting functions within these APIs.

Description

Many content producers and advertisers want to know how many unique people saw their content - ad reach . By using the Shared Storage and Private Aggregation APIs, this demo is used to show that ad reach can be measured the first time an ad is viewed, without contributing to reach measurement on subsequent views of the ad.

info

The approach demonstrated in this demo may be referred to as point in time reach. In this approach we will demonstrate one aggregate contribution for the entire lifetime of the flag in Shared Storage (~30 days) whereas, another approach may measure reach over some defined number of trailing days.

  • Advertiser
  • DSP