You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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.
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
The text was updated successfully, but these errors were encountered: