Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'One-To-One Personalization' use case #56

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions support_for_advertising_use_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ These are use-cases that only apply to a (possibly large) subset of advertisers.
- [Dynamic Ads](#dynamic-ads)
- [Email Marketing](#email-marketing)
- [Real time spend management](#real-time-spend-management)
- [One-to-One Personalization](personalization.md)


| Use-case | Chrome | Safari | Community Proposals |
Expand All @@ -110,6 +111,7 @@ These are use-cases that only apply to a (possibly large) subset of advertisers.
| [Collaborative Ads](#collaborative-ads) / [Dynamic Ads](#dynamic-ads) | Some discussion in this [GitHub issue](https://github.com/WICG/conversion-measurement-api/issues/32). No solutions or even strong acknowledgement of the importance of this use-case yet. | Some discussion in this [GitHub issue](https://github.com/WICG/ad-click-attribution/issues/36). Good collaborative problem solving going on. No firm solution yet. | Facebook proposal for “[Conversion Filters](https://github.com/w3c/web-advertising/blob/master/conversion-filters.md)” |
| [Email Marketing](#email-marketing) | unclear | unclear | |
| [Real time spend management](#real-time-spend-management) | High latency in TURTLEDOVE as the javascript updates have unknown frequency, and reporting is delayed in the [Aggregate Reporting API](https://github.com/csharrison/aggregate-reporting-api#advanced-example-calibrating-a-frequency-capping-model) | Supported as ads are not done in opaque iframe and bidding is not done remotely | |
| [One-to-One Personalization](personalization.md) | Unclear. For instance, the [TURTLEDOVE](https://github.com/michaelkleber/turtledove) proposal offers the concepts of "interest groups" with unspecified granularity. | No support | |



Expand Down Expand Up @@ -569,3 +571,7 @@ One user need is to be presented with an accurate explanation of why a particula
One user need is the ability to hide all ads from a specific business. This could be for any reason, but examples might include a dislike for that particular company / brand, a lack of relevance, excessively repetitive ads from that business in the past, a prior bad experience with that business, or offensive ad imagery.

The compexity in serving this user need comes from the difficulty in recognizing which ads promote which businesses. A given business may run ads through many channels, through many different ad agencies, and might promote a variety of apps and websites. All of this makes it very difficult to successfully satisfy this user need.

# One-to-One Personalization

In marketing, personalization typically means tailoring the ad content in order to meet the individual needs of each user. It can be a game-changer for both: user experience and effectiveness of the marketing activities. The full page dedicated to one-to-one personalization can be found [here](personalization.md).