-
Notifications
You must be signed in to change notification settings - Fork 10
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
Questions about the billing auditing capabilities #8
Comments
(Again, I'm going to assume you're thinking of the TURTLEDOVE use case, for the same reasons as in #6.) You're right that it would be hard to do billing if the browser drops reports without enough identical copies across browsers. This use case seems to call for a different type of aggregation, in which each browser can issue its own report involving some aggregation keys and also some numerical value, and as long as there are enough reports with the same keys, you can learn the sum of those values. The Secure Aggregation approaches in the Conversion Measurement API explainer could offer this. WIth that capability, billing for a particular event essentially involves sending two aggregatable values, in the style of double-entry bookkeeping: You could implement this with a single report as well, but then, as you note, small publisher/advertiser pairs would have a harder time getting useful data. |
Hi Michael, Thank you for your response.
Indeed
For Billing, the requirements would be:
The Secure Aggregation approaches could indeed be an answer, with the remaining open questions about its applicability to the web use case detailed in the same paper. A solution which is fair to all, smaller and bigger actors alike is fundamental for adoption and as this billing issue is, of course, very sensitive. We will try to come up with a solution that could be acceptable by all parties while preserving the privacy features of these proposals. |
Hello,
The audit of the billing by both parties (supply & demand) is a key consideration to take into account.
Based on this proposition, there is no way to have a fully accurate reporting of the impressions printed. From my understanding there are two sources of mismatch:
This raises a serious concern about billing. How can advertisers fairly retribute publishers without a fully accurate reporting of the impressions (and associated cost)?
How can smaller publishers (for which a bigger share of their printed ads won't be reported) expect to be retributed fairly?
The text was updated successfully, but these errors were encountered: