We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I am trying to access the topics on my production website using the following javascript code.
async function fetchIntrest(){ const topics = await document.browsingTopics(); console.log(topics) } fetchIntrest();
I have also included the <meta http-equiv="Feature-Policy" content="browsing-topics *"> Header in my page but getting the following error
<meta http-equiv="Feature-Policy" content="browsing-topics *">
Attestation check for Topics on https://www.atirun.com/ failed. (index):506 []
And an empty array is returned. Guide me to resolve this error and access users browsingTopics through my website.
The text was updated successfully, but these errors were encountered:
Hi @gaurav-1302,
The Topics caller (in your case, https://www.atirun.com) needs to be enrolled for Privacy Sandbox.
https://www.atirun.com
Sorry, something went wrong.
No branches or pull requests
Hi,
I am trying to access the topics on my production website using the following javascript code.
I have also included the
<meta http-equiv="Feature-Policy" content="browsing-topics *">
Header in my page but getting the following error
And an empty array is returned.
Guide me to resolve this error and access users browsingTopics through my website.
The text was updated successfully, but these errors were encountered: