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

Enrollment Id Not Found for Registration URI: https://trc.taboola.com/ #456

Open
roistaboola opened this issue Dec 26, 2024 · 2 comments
Open
Labels
attribution-reporting Issues relating to the Attribution Reporting API

Comments

@roistaboola
Copy link

roistaboola commented Dec 26, 2024

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.

@roistaboola
Copy link
Author

Hi @johnivdel i'd like to ask for your help please, would you know what went wrong (how comes the enrollment Id was not found) ?

@roistaboola
Copy link
Author

roistaboola commented Jan 15, 2025

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/"

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
attribution-reporting Issues relating to the Attribution Reporting API
Projects
None yet
Development

No branches or pull requests

1 participant