WICG / shared-storage

Explainer for proposed web platform Shared Storage API
Other
90 stars 23 forks source link

A/B experiments on contextual ads or a mix of interest-based and contextual ads #6

Closed lbdvt closed 1 year ago

lbdvt commented 3 years ago

Hi,

My understanding is that FLEDGE and TURTLEDOVE include the support of contextually-targeted ads, that do not need to be rendered in a fenced frame.

A given ad campaign could then be running on contextual signals only, or on both interest-based (TURTLEDOVE/FLEDGE) and contextual data, depending on the result of each ad request. Doing A/B testing on these types of campaigns is an important use case.

How could these use cases be supported by Shared Storage, without having to render contextual ads in a fenced frame?

jkarlin commented 3 years ago

We don't currently have a way for shared storage data to get to the embedder, so a fenced frame is the only option at the moment. There is the possibility of providing (heavily noised) data to the embedder, but I worry that the noise would need to be so much that it may not be useful.

pythagoraskitty commented 1 year ago

Closing for now. Please re-open or open a new issue if you need further clarification.