Skip to content

Commit

Permalink
Add attestation check bypass instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinkiklee authored Nov 2, 2023
2 parents 49f52d9 + 3b4f850 commit 27b3356
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions attribution-reporting/functions/views/home/index.pug
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ body
li Enable the flag
span.code.select chrome://flags/#privacy-sandbox-ads-apis
| (will require restart).
li Disable the attestation check if you are using Chrome M118+ by using one of the below methods:
ol
li Visit
span.code.select chrome://flags/#privacy-sandbox-enrollment-overrides
| and add
span.code.select https://arapi-adtech.web.app
| in the text box
li Start Chrome from the command line with
span.code.select --privacy-sandbox-enrollment-overrides=https://arapi-adtech.web.app
li See the
a(href="https://github.com/privacysandbox/attestation/blob/main/how-to-enroll.md#5-do-i-need-to-enroll-to-test-against-local-development-environments" noreferrer noopener target="_blank") explainer
| to learn more
h2 Run the demo
p In this demo an advertiser uses an adtech provider to run their ads on a publisher site. Follow the flow below to see how the API generates event-level and aggregatable reports:
ol
Expand Down

0 comments on commit 27b3356

Please sign in to comment.