Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I check source & trigger registration works well? #91

Open
jen6 opened this issue Dec 13, 2023 · 1 comment
Open

How can I check source & trigger registration works well? #91

jen6 opened this issue Dec 13, 2023 · 1 comment

Comments

@jen6
Copy link

jen6 commented Dec 13, 2023

Hi, Android Privacy sandbox team.

In Chrome privacy sandbox, I can check source & trigger registration and reports in chrome://attribution-internals/.
It seems to have tab OS Registrations but when I tested it using the sample app there was no data in attribution-internals.
Is this behavior expected? If not how can I check source and registration like chrome internal tools?

Virtual Device Image : UpsideDownCakePrivacySandbox

@erintwalsh
Copy link
Contributor

Hi @jen6,

Unfortunately, there is not an exact equivalent to chrome://attribution-internals/ for Attribution Reporting on Android. However, you can set up Verbose Debug Reports to get information on whether source and trigger were registered successfully, and if not, information on the error. You can set these up by adding the field "debug_reporting": true to your Attribution-Reporting-Register-Source and Attribution-Reporting-Register-Trigger response headers.

I also recommend turning on verbose logging with the command adb shell setprop log.tag.adservices VERBOSE and then filtering for adservices messages in Logcat, which will also provide information on source and trigger registration.

I hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants