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
note: the site at privacy-sandbox-attestations.json is "enrollment_site": "https://aaa.com/",
whereas the registerSource request was sent to https://bbb.aaa.com/attribution-reporting]
is that an issue ? (as i understand everything that ends with "aaa.com" should work).
Hi [email protected]
can you advise if any reason why these would not match:
the registration URI start with https://bbb.aaa.com
whereas at the privacy-sandbox-attestations.json the value is "enrollment_site": "https://aaa.com/"
Hi,
Using Pixel8Pro API Level 35 (VanillaIceCream) Emulator,
with the following setting at the ad_services_config.xml of installed SDK:
and these settings at the privacy-sandbox-attestations.json:
"enrollment_id": "",
"enrollment_site": "https://aaa.com/",
"platform_attestations": [
{
"platform": "chrome",
"attestations": {
"attribution_reporting_api": {
"ServiceNotUsedForIdentifyingUserAcrossSites": true
},
"topics_api": {
"ServiceNotUsedForIdentifyingUserAcrossSites": true
},
"protected_audience_api": {
"ServiceNotUsedForIdentifyingUserAcrossSites": true
}}},
{
"platform": "android",
"attestations": {
"attribution_reporting_api": {
"ServiceNotUsedForIdentifyingUserAcrossSites": true
},
"topics_api": {
"ServiceNotUsedForIdentifyingUserAcrossSites": true
},
"protected_audience_api": {
"ServiceNotUsedForIdentifyingUserAcrossSites": true
}}}]},
note: the site at privacy-sandbox-attestations.json is "enrollment_site": "https://aaa.com/",
whereas the registerSource request was sent to https://bbb.aaa.com/attribution-reporting]
is that an issue ? (as i understand everything that ends with "aaa.com" should work).
Enrollment had failed, with following reported at the logcat :
Enrollment check failed, Reason: Enrollment Id Not Found, Registration URI: https://bbb.aaa.com/attribution-reporting/attribution_source?destination=..
Please advise as to what could resolve the enrollment check failure. thanks.
The text was updated successfully, but these errors were encountered: