-
Notifications
You must be signed in to change notification settings - Fork 90
Virtuous Incentives / Compensation to join FLoC? #45
Comments
The other side of FLoC reciprocity is: because FLoC may reveal membership in a legally protected or otherwise sensitive group, sites will need to check their own audience data and content in order to decide whether or not to turn FLoC on. |
Hello folks, For the long-term behavior of FLoC, I think "FLoC ids will be available for users on a site only if this site is allowing the visits it gets to be used in FLoC computation " (Don's proposal in #33) is the right approach: sites access the user's flock, and that serves as a signal that the site wants to be included in subsequent flock calculation. There will also be an overriding opt-out mechanism, where a site can explicitly say that it does not want to be used for flock calculation, and if that's the case then subsequent requests for the user's flock will return an empty value. That approach isn't feasible during the Origin Trial, though. The point of an OT is to offer an opportunity for a small number of early adopters to try out a new technology and give feedback on it, even before it is stable or has any chance for widespread adoption. If a first adopter gets zero benefit, then the OT is useless. As for "getting signals based on the content of the page", I quite agree that using only the domain means flock leaves a lot of information out, and the signal would probably gain substantial value from being able to distinguish more finely the different pieces of a large site. It seems like there are two basic approaches to incorporating this information into clusters:
Are these the sorts of approaches you had in mind, or do you have some other ideas on using the content of the page? |
During the origin trial, will FLoC only be training on the sites that have opted in to the origin trial? (Seems like that will be necessary in order to prevent the origin trial from being a window of opportunity for sites participating in the trial to collect possible protected/sensitive group membership info.) |
Hi,
Sure, but we'll have to keep in mind when considering OT performance results. This will positively affect OT results, compared to general availability when adoption will be lower.
These are definitely interesting ideas, that would be worth being tested. |
Some advertisers are likely to want to collect FLoC ids, for the common use case of "buy ads reaching people who are similar to those who already bought something from me". Yes, this does involve a risk of leaking customer data to competitors, but there are already systems that enable data sharing across vendors, including competitors. An example is Adobe Experience Cloud Device Co-op |
This could be achieved by collecting FLoC ids only on a small fraction of the advertiser visitors - and not contributing to FLoC calculation for the vast majority of them.
This is indeed interesting, but it features rules like:
Similarly, some advertiser data-coops include rules like "As an advertiser, I'm ok to share my visitors' data with other advertisers, provided they do not operate in the same sector as I do". Without these kinds of rules, I fear that advertisers won't be willing to join FLoC. |
Hi folks, During the Origin Trial, the default for whether a page will be used for FLoC computation will be based on Chrome's existing infrastructure which detects pages that load ads-related resources. Our thinking here is that pages detected as including ads-related resources probably fetched something with an ads-related 3p cookie attached, which means it's reasonable to guess that the page visit contributes to some ads profile today. This certainly isn't perfect, and I'm sure it will have both false positives and false negatives. But it seems like the best way to have a FLoC Origin Trial that lets participants form a high-level opinion about how the signal might be useful, even if only a small number of ad tech companies choose to be involved at the OT stage. Both the opt-out (via an interest-cohort permissions policy) and the opt-in (via calling the API on a page that did not opt out) will work; the ad resource detection will be the default for pages that don't do either one. Our expectation for the full launch is to default to pages not contributing, with the opt-out and opt-in both available. But please remember that the point of an Origin Trial is to learn our lessons before the details are fixed — so the final design is still subject to change based on OT feedback. |
Thank you @michaelkleber. As I understand it...
I have put in a pull request including a simple example of an opt out: #47 Is that right? |
Given this method will be used to determine publisher opt in/out for origin trials, is it possible to confirm if FLoCs would be 'reset' once it's moved into full release? Otherwise, it would be something for publishers to consider setting before origin trials launched if they wanted to opt out, using the initial opt out mechanism available for FLoC. Indeed, this is something that publishers should consider if they expect their default behaviour to be opt out, so that the trial data is more reflective of that scenario.
|
The cohort calculation is only based on the past one week of behavior. A publisher who chooses to opt out in the future can be sure that activity on their site from before they opted out will not have any long-term implications. |
If a Chrome extension injects an ad into a page, will the page be counted as a page that loads ads-related resources for purposes of FLoC training? (Related: #61) |
Hi @michaelkleber,
This issue stems from Issue #41, raised by @fischerbach, which I believe brings up a broader, key question: "Why would any site owner want to allow FLoC computation on its sites?"
In essence, one could compare FLoC to a data-cooperation program that everyone could benefit from, regardless of how much they contribute to it. Usually, data-coops include rules like:
But we don't see any of that in the current FLoC proposal.
Moreover, the usage of top-domain only for FLoC computation (Cf. issue #43) creates a contribution asymmetry depending on domain size and specificity.
Big platforms like 'video.example', 'social.example', 'shoppingmall.example', even if they allow to include the visits they get for FLoC computation, won't contribute to much value (as they are widely popular generic websites).
On the other hand, they will extract a lot of value and keep concentrating the demand, when small websites like 'gadgets.net', 'moviereviews.com' or 'cookingwares.com' will contribute a great deal with specific, qualified audiences from their website, making their contextual monetization less relevant as siphoned by FLoC which makes it available on bigger platforms.
We think that to make FLoC a useful, attractive and fair system, the solution should:
What are your thoughts on this?
The text was updated successfully, but these errors were encountered: