WICG / floc

This proposal has been replaced by the Topics API.
https://github.com/patcg-individual-drafts/topics
Other
934 stars 90 forks source link

API Request #114

Closed SaviDev closed 3 years ago

SaviDev commented 3 years ago

I'm trying to send the cohort to my index.php. Someone can help me?

async function asyncCall() { var cohort = await document.interestCohort(); let url = new URL("https://http.cat/408"); url.searchParams.append("cohort", cohort); creative = await fetch(url); console.log(creative);

michaelkleber commented 3 years ago

Hi @Rutto17, this question is a good fit for our Dev Rel folks! Check out this repository to get in touch with them: https://github.com/GoogleChromeLabs/privacy-sandbox-dev-support