WICG / shared-storage

Explainer for proposed web platform Shared Storage API
Other
85 stars 18 forks source link

Reframe ‘Frequency Capping’ terminology to ‘Creative Selection by Frequency’ #75

Closed kevinkiklee closed 1 year ago

kevinkiklee commented 1 year ago

This PR updates the ‘Frequency Capping/Control’ terminology used in URL selection use cases to minimize confusion and align with industry colloquialism.

Select URL is a post auction content filtering mechanism that can be used to select one of 8 URLs using cross-site data. One of the key use cases involves storing the number of ads a user has seen across sites in Shared Storage, and using this information to choose the next ad to serve. If the user has seen too many of one ad, they could be shown a new ad or the default ad.

We were previously referring to this use case as ‘Frequency Capping’ or ‘Frequency Control’. However, we have heard feedback that the industry tends to use those terms when an advertiser is prevented from bidding and prevented from showing the user any ad at all, rather than selecting a different ad. As a result we have reframed the terminology to more explicitly describe the capability, i.e. ‘Creative Selection by Frequency.’

jkarlin commented 1 year ago

lgtm!