Giter Site home page Giter Site logo

ROAS Optimization about attribution-reporting-api HOT 2 CLOSED

wicg avatar wicg commented on September 26, 2024
ROAS Optimization

from attribution-reporting-api.

Comments (2)

csharrison avatar csharrison commented on September 26, 2024

I can't speak for Google Ads, but things like ROAS optimizations are definitely on my radar, and I agree that doing them with the 3-bit event level API would be difficult. I think the best thing you could try is to apply some discretization of the value (e.g. in log space) and do a post-processing step where conversion metadata is translated back to value on the server side, though I understand it will have a lot of error.

For the privacy risks, we want to make sure conversion reports cannot be used to:

  • Join user identity between publisher / advertiser sites, even after repeated conversions
  • Learn too much about any one user's activity on the advertiser site after an ad click

These two principles led to our API design. These challenges come up because a conversion report in our API has the capability to be associated with a user on the publisher page (via the 64 bit ID). If we move away from reports (potentially) identifying individuals and move to aggregate reporting it is much easier to get more accurate data (e.g. with central differential privacy) that can encode more information like conversion value. I think it would be valuable to see how far you could go with training a bidding system that uses a combination of event-level and aggregate data for this purpose.

from attribution-reporting-api.

csharrison avatar csharrison commented on September 26, 2024

Hey @pinaik-msft , we have published the following document to attempt to solve (to some extent) the ROAS use-case with event-level data:
https://github.com/WICG/attribution-reporting-api/blob/main/flexible_event_config.md

Please take a look and feel free to file issues related to that proposal. I'll close this one for now.

from attribution-reporting-api.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.