cohort = await document.interestCohort(); url = new URL("https://ads.example/getCreative"); url.searchParams.append("cohort", cohort); creative = await fetch(url);
cohort = await document.interestCohort(); url = new URL("https://ads.example/getCreative"); url.searchParams.append("cohort", cohort); creative = await fetch(url);