Origin Trial - Topics API - All Users get "TrialNotAllowed" #37
Replies: 1 comment
-
Hi @sladt — thanks for the heads-up on this. I think there are a couple of things going on here. You don't need to enable Topics is now at 50% of Beta users on pages that provide a valid token, but it will take some time for users to ramp up in the experiment and, once they're in the experiment it takes at least a week to return topics. That's probably why you're getting an empty array from |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am attempting to run a test of the Topics API and we have 10-15 users on Chrome Beta v103.0.5060.42 with
chrome://flags/#privacy-sandbox-ads-apis
enabled.We have set up a page on our domain to check if the Topics API is supported and to try and log that browsers topics. Every user has gotten 'TrialNotAllowed' messages inside the DevTools under the Application tab while our token is returning Success.
document.browserTopics()
is coming back as being supported when checked via JS but if we try to log it, we get an empty array.Does this TrialNotAllowed message mean that the users browser has not been selected to be part of the trial and this is why we're not getting any results when trying to log the topics? It was my understanding that by enabling the flag the user would bypass this.
Beta Was this translation helpful? Give feedback.
All reactions