-
Notifications
You must be signed in to change notification settings - Fork 286
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
Request for comments on Topics API use case #77
Comments
Thanks for walking through a use case in detail. As I understand it, Topics could definitely be used to gather some general interests of people known to be customers of a certain type, and then to target ads on other sites to a lookalike type audience of people who have those same interests (as inferred from browsing history), without ever tracking an individual user who visited your site and directly target them in another context. I don't know how effective that advertising would be compared to the existing flow -- presumably the framing of the ads would need to be different since you're reaching mostly new visitors rather than existing customers that you think are interested in a particular purchase -- but it seems feasible. As a privacy matter, I don't know if users expect that their interests are going to be collected over time by the shop in order to construct this targeting strategy, but your use case would primarily make use of aggregated data. (Chrome's current design for Topics would require that a widely-used third-party be embedded to determine the topics assigned to the existing visitors, beyond the topic category of the online shop itself. That design feature is an open question, but under the current design it's likely that some vendors would provide that service.) That wouldn't be the same functionality as your current flow, which is more like re-targeting or a selected audience. There are some proposals to try to more closely replace that functionality with some different privacy properties (e.g. FLEDGE or PARAKEET). |
Thank you @npdoty for your comments and a confirmation that my imaginary case looks reasonable ;)
Frankly speaking, I do not understand that statement, that is why I decided to describe the use case. I'm glad that you see no issues with that. P.S. I know about FLEDGE or PARAKEET and how "interest groups" could be used theoretically. |
That was the reason that I included this caveat:
Under the current Chrome implementation, if the shopping site itself directly calls |
@npdoty, I agree with your statement about the possible workaround
Do we really want to make the shopper site owners' life miserable? 😩 |
I would like to describe a use case for Topics API for an advertiser.
Any comments, suggestions, or corrections are welcome.
very-expensive-stuff.com
.vtc
(visitor tracking cookies).page_views_events
.vtc
) to the 3rd-party cookies (e.g. The Trade Desk cookies -TDID
).This was a current flow.
Let's take a look at how can we leverage Topics API capabilities.
document.browsingTopics()
call.vtc
) allows us to create "feature table" where eachvtc
has some topics for every epoch (week).vtc
) and translate these cookies into topics. As a result, we would have a set of topics that were interesting to visitors identified by thosevtc
in the audience.Does this approach look meaningful and workable?
The text was updated successfully, but these errors were encountered: