데모와 콜라브에서 개인 정보 보호 샌드박스 API를 살펴보세요.
개인 정보 보호 샌드박스 API를 위한 데모가 여러 개 있습니다. 대부분의 경우 API에 익숙해야 하므로 문서를 읽지 않았다면 데모와 함께 나열된 링크를 확인하세요.
데모 및 공동작업
Protected Audience API
데모에서는 Protected Audience API를 사용하여 두 광고주 사이트의 광고 관심분야 그룹에 가입한 다음 기기 내 입찰을 시작하여 게시자 사이트에 표시할 광고를 선택합니다.
Topics API
Topics API를 사용하면 사용자의 기기에서 활동을 기반으로 사용자가 관심을 가질 만한 주제를 관찰하고 기록합니다. 그러면 API를 통해 호출자 (예: 광고 기술 플랫폼)가 사용자의 활동에 관한 다른 정보를 공개하지 않고도 이러한 주제에 액세스할 수 있습니다. 다음 리소스에서는 API의 실제 작동 예시를 제공합니다.
웹의 주제 관련 리소스
- 헤더 데모: 권장되는 더 나은 성능의 접근 방식입니다.
- JavaScript 데모: 헤더를 수정할 수 없는 경우 JavaScript Topics 메서드를 사용합니다.
- Topics API Colab: Chrome에서 호스트 이름에서 주제를 추론하는 데 사용하는 TensorFlow Lite 모델을 실험합니다.
- 웹용 Topics 문서: Topics의 작동 방식과 구현 방법을 자세히 알아보세요.
Android 주제 관련 리소스
- 샘플 앱: Kotlin 샘플 앱 또는 Java 샘플 앱을 참고하여 통합하세요.
- Topics API Colab: 주제 분류 기준 모델에 따라 다양한 앱 정보 조합을 테스트합니다.
- Android용 Topics 문서: Android에서 Topics가 작동하는 방식을 알아봅니다.
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
집계 서비스는 집계 가능한 보고서에서 수집된 데이터를 복호화하고 결합하며, 노이즈를 추가하고 최종 요약 보고서를 반환합니다. 이 모든 작업은 신뢰할 수 있는 실행 환경 (TEE) 내에서 이루어집니다.
Colab
Shared Storage
The Shared Storage API provides storage that can be used cross-site, meaning you store a value at one domain, then read the value from another domain. You can set data freely, but are restricted in how you get data out of storage. This demo illustrates how it works.
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.
관련 웹사이트 세트
관련 웹사이트 세트는 회사가 사이트 간의 관계를 선언하는 방식으로, 브라우저에서 특정한 목적으로 제한된 서드 파티 쿠키 액세스를 허용합니다. Chrome은 이러한 선언된 관계를 사용하여 서드 파티 컨텍스트에 있을 때 사이트의 쿠키 액세스를 허용하거나 거부할 시점을 결정합니다.
- 데모
- 제출 JSON 생성기. 이 도구는 관련 웹사이트 세트 (RWS)를 제출하는 데 필요한 JSON 리소스를 생성합니다.
- Docs
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.
사용자 에이전트 축소
사용자 에이전트 축소는 패시브 디지털 지문 수집에 사용될 수 있는 사용자 에이전트 문자열에서 공유되는 식별 정보의 양을 최소화합니다. 이제 리소스 요청에 사용자 에이전트 헤더가 줄어들고 특정 탐색기 인터페이스의 반환 값이 줄어듭니다. 이 데모를 사용하면 새로운 UA 문자열 값을 실험해 볼 수 있습니다.
Private State Token API
With the Private State Token API, a website can issue cryptographic tokens to a user it trusts, which can later be used elsewhere. The tokens are stored securely by the user's browser, and can then be redeemed in other contexts to confirm the user's authenticity. Check out the API in this demo.
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 |