데모와 콜라브에서 개인 정보 보호 샌드박스 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
With the Topics API, a user's device observes and records topics that appear to be of interest to the user based on their activity. The API then allows callers (such as ad tech platforms) to access these topics without revealing other information about the user's activity. The following resources provide examples of the API in action.
Resources for Topics on the Web
- Headers demo: This is a recommended, more performant approach.
- JavaScript demo: Use JavaScript Topics methods if you can't modify headers.
- Topics API colab: Experiment with the TensorFlow Lite model used by Chrome to infer topics from hostnames.
- Topics documentation for the Web: Learn more about how Topics work and how to implement it.
Resources for Topics on Android
- Sample apps: Refer to Kotlin sample app or Java sample app to guide your integration.
- Topics API colab: Test different combinations of app info against the topics classifier model.
- Topics documentation for Android: Learn how Topics works on 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
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.
개인 정보 보호 샌드박스 데모 프레임워크
개인 정보 보호 샌드박스 데모 프레임워크는 개인 정보 보호 샌드박스 API를 기반으로 한 쿡북 레시피, 샘플 코드, 데모 애플리케이션을 제공합니다. 이러한 리소스는 비즈니스와 개발자가 애플리케이션과 지원하는 비즈니스를 서드 파티 쿠키가 없는 웹 생태계에 적응하는 데 도움이 되도록 마련되었습니다.
| 사용 사례 | 설명 | API |
|---|---|---|
| 재타겟팅 / 리마케팅 | 온라인에서 브랜드 또는 제품을 조사한 사용자에게 관련성 있는 광고를 게재하는 방법 | Protected Audience API Fenced Frame |
| 단일 터치 전환 기여 분석 | 뉴스 사이트에서 광고를 본 후 온라인 쇼핑 사이트에서 제품을 구매한 후 전환을 측정하는 방법 | Attribution Reporting API |
| Protected Audience 단일 판매자 입찰의 인스트림 VAST 동영상 광고 | 최상위 수준으로 삽입된 동영상 플레이어가 VAST XML URL에 액세스할 수 있도록 하는 임시 솔루션에 관한 세부정보를 제공합니다. | Protected Audience API |
| Protected Audience 순차적 입찰 설정의 인스트림 VAST 동영상 광고 | 광고가 iframe에 렌더링될 때 Protected Audience 순차적 입찰 설정에서 VAST XML을 처리할 수 있는 방법 중 하나를 보여줍니다. | Protected Audience API |