개인 정보 보호 샌드박스 데모

데모와 콜라브에서 개인 정보 보호 샌드박스 API를 살펴보세요.

개인 정보 보호 샌드박스 API를 위한 데모가 여러 개 있습니다. 대부분의 경우 API에 익숙해야 하므로 문서를 읽지 않았다면 데모와 함께 나열된 링크를 확인하세요.

데모 및 공동작업

Protected Audience API

The demo uses the Protected Audience API to join ad interest groups on two advertiser sites, and then initiates an on-device auction to select an ad for display on a publisher site.

Topics API

Topics API를 사용하면 사용자의 기기에서 활동을 기반으로 사용자가 관심을 가질 만한 주제를 관찰하고 기록합니다. 그러면 API를 통해 호출자 (예: 광고 기술 플랫폼)가 사용자의 활동에 관한 다른 정보를 공개하지 않고도 이러한 주제에 액세스할 수 있습니다. 다음 리소스에서는 API의 실제 작동 예시를 제공합니다.

웹의 주제 관련 리소스

  • 헤더 데모: 권장되는 더 나은 성능의 접근 방식입니다.
  • JavaScript 데모: 헤더를 수정할 수 없는 경우 JavaScript Topics 메서드를 사용합니다.
  • Topics API Colab: Chrome에서 호스트 이름에서 주제를 추론하는 데 사용하는 TensorFlow Lite 모델을 실험합니다.
  • 웹용 Topics 문서: Topics의 작동 방식과 구현 방법을 자세히 알아보세요.

Android 주제 관련 리소스

Attribution Reporting

The Attribution Reporting API enables advertisers and ad tech providers to measure conversions for ad clicks and views, ads in a third-party iframe, and ads in a first-party context. In this demo an advertiser uses an ad tech provider to run their ads on a publisher site.

Demo

Noise Lab

When aggregatable reports are batched by a collector and processed by the aggregation service, random data is added to the resulting summary reports in order to protect user privacy. Use Noise Lab to experiment with different values to see the impact of noise.

Aggregation Service

The Aggregation Service is responsible for decrypting and combining collected data from aggregatable reports, adds noise, and returns a final summary report. This is all accomplished within a trusted execution environment (TEE).

Colabs

공유 스토리지

Shared Storage API는 크로스 사이트에서 사용할 수 있는 스토리지를 제공합니다. 즉, 한 도메인에 값을 저장한 다음 다른 도메인에서 값을 읽습니다. 데이터를 자유롭게 설정할 수 있지만 스토리지에서 데이터를 가져오는 방법은 제한됩니다. 이 데모는 작동 방식을 보여줍니다.

CHIPS

Cookies Having Independent Partitioned State (CHIPS) allows developers to opt a cookie into partitioned storage, with separate cookie jars per top-level site, improving user privacy and security. This demo illustrates how it works.

Related Website Sets is a way for a company to declare relationships among sites, so that browsers allow limited third-party cookie access for specific purposes. Chrome will use these declared relationships to decide when to allow or deny a site access to their cookies when in a third-party context.

Permissions Policy

Permissions Policy allows the developer to control the browser features available to a page, its iframes, and subresources, by declaring a set of policies for the browser to enforce. This demo lets you try out the available policies.

User Agent Reduction

User-Agent reduction minimizes the identifying information shared in the User-Agent string, which may be used for passive fingerprinting. Resource requests have a reduced User-Agent header now and the return values from certain Navigator interfaces are reduced. This demo lets you experiment with the new UA string values.

Private State Token API

비공개 상태 토큰 API를 사용하면 웹사이트가 신뢰하는 사용자에게 암호화 토큰을 발급할 수 있으며, 이 토큰은 나중에 다른 곳에서 사용할 수 있습니다. 토큰은 사용자의 브라우저에 안전하게 저장되며, 다른 컨텍스트에서 사용자의 신뢰성을 확인하는 데 사용할 수 있습니다. 이 데모에서 API를 확인하세요.

Privacy Sandbox Demos Framework

Privacy Sandbox Demos framework offers cookbook recipes, sample code, and demo applications, based on Privacy Sandbox APIs. These are intended to aid businesses and developers in adapting their applications and the businesses they support to a web ecosystem without third-party cookies.

Use case Description APIs
Retargeting / Remarketing How to show relevant ads to a user who has researched a brand or product online. Protected Audience API
Fenced Frame
Single-touch conversion Attribution How to measure conversion after seeing ads on a news site and buying a product on an online shopping site. Attribution Reporting API
Instream VAST video ad in a Protected Audience single-seller auction Provides details on a temporary solution allowing Top Level embedded video players access to the VAST XML URL. Protected Audience API
Instream VAST video ad in a Protected Audience sequential auction setup Shows one of the ways that VAST XMLs can be handled in a Protected Audience sequential auction setup when the ad is rendered in an iframe. Protected Audience API