Git Product home page Git Product logo

Comments (13)

piotrj-rtbh avatar piotrj-rtbh commented on May 5, 2024 3

Currently, as part of early testing, Ad Manager supports testing FLEDGE with multiple sellers on Ad Manager via the API described here;

Hi, I can play the fledge demo available at https://fledge-demo.glitch.me/ It is using plain FLEDGE API calls and doesn't use GAM.
Current GPT API reveals Slot.setConfig() and the auctionConfig .
Do you have any working example (similiar to that on fledge-demo.glitch.me) which makes use of the above-mentioned GPT API?

from ads-privacy.

lukwlodarczyk avatar lukwlodarczyk commented on May 5, 2024 2

Hi GAM team,

How will Ad Manager "compare" the bids of all sellers and the best contextual ad, since all fledge related bids (both top-level and component) are obfuscated and can only be evaluated within the fledge auction.

Will the contextual bids be passed into the top-level fledge auction as component ads as well?

+1 to this question.

Additionally, I would like to ask if GAM considers providing open bug tracking tools for dynamic allocation. This would allow conducting an audit of the output from the top lever auction handler and increase trust in the level playing field. It would be helpful to provide access for buyers participating in multiple auctions enabling bug tracking of bidding strategies.

Last but not least. When we can expect more detailed specifications to be published with experimental endpoint easing development and where we should be looking for a specific document describing new API calls?

from ads-privacy.

piwanczak avatar piwanczak commented on May 5, 2024 2

Thank you, Google Ads team, for sharing the demo for testing FLEDGE (PAAPI) at https://github.com/google/ads-privacy/blob/master/proposals/fledge-multiple-seller-testing/demo.md

We’d like to replicate the exact setup with publisher partners in their instances of GAM.
For publisher & buyer QA purposes we need to set up a test page in the publisher’s GAM instance in a way that every page view of a test page triggers FLEDGE auction, if Chrome browser is eligible for FLEDGE.
This is a standard procedure for new ads tested - both the site owners as well as advertisers need to make sure the ad looks good and works well.

We’ve set up a test pages with GAM using the Experimental API docs:
https://proximal-scrawny-sparrow.glitch.me/

But they do not show FLEDGE ads during our manual tests

How can we do that in GAM?

from ads-privacy.

laurb9 avatar laurb9 commented on May 5, 2024 1

Indeed, that reflects my experience, most of the time there are no Interest Group bids, sometimes I do see wins but those are never rendered.

The behavior I've observed is as follows:

  • most of the time, GPT does not call runAdAuction. This is driven by whether the GAM response contains a special payload that GPT uses to build the top-level auction config. Maybe it is due to the 5% population limit, but it does make it difficult to get consistent results.
  • sometimes GPT appears to ignore the slot config and runs a top-level auction with a single component that is also its own (seller: 'https://securepubads.g.doubleclick.net') and no others
  • eventually runAdAuction is called as we expect with the component auctions set on the slot plus GPT's own
  • when reportResult/reportWin are called, indicating a FLEDGE win, the FLEDGE renderUrl is never fetched and instead we see the contextual or no ad at all.

from ads-privacy.

JoelPM avatar JoelPM commented on May 5, 2024

I assume GAM will do this comparison in their decisionLogic (executed in the browser), where they have access to all the Fledge bids as well as whatever metadata they pass in to the Fledge auction.

from ads-privacy.

rahulkooverjee-google avatar rahulkooverjee-google commented on May 5, 2024

This part isn't clear. How will Ad Manager "compare" the bids of all sellers and the best contextual ad, since all fledge related bids (both top level and component) are obfuscated and can only be evaluated within the fledge auction.
Will the contextual bids be passed into the top level fledge auction as component ads as well?

As we begin testing FLEDGE auctions with multiple sellers on Ad Manager publisher inventory, there can be two auctions other exchanges compete in.

First, through the same manner header bidding works today, they may compete in a contextual auction. The winning contextual creative (if any) is determined in this server side auction via dynamic allocation. The winning contextual creative may come from any participant in Ad Manager’s unified auction, including Ad Exchange, Open Bidding, guaranteed line items, and remnant line items (including price priority line items used to traffic header bidding).

Second, once the contextual auction concludes, the new on-device FLEDGE auction can be run. Exchanges can register their AuctionConfig using the new GPT API. Each of these component auctions will run and propagate their best interest group ads and associated bids to the top-level auction where these bids will compete against the winning ad from the earlier contextual auction.

I assume GAM will do this comparison in their decisionLogic (executed in the browser), where they have access to all the Fledge bids as well as whatever metadata they pass in to the Fledge auction.

Yes. To enable early testing of the multi-seller support on Ad Manager publisher inventory, we plan to use the scoreAd function specified via the top-level decisionLogicUrl to express such comparison logic.

When we can expect more detailed specifications to be published with experimental endpoint easing development and where we should be looking for a specific document describing new API calls?

Currently, we plan to make the suggested GPT API extension available, alongside with the supporting documentation, sometime in July. The GPT release notes will be updated once the API and documentation is available.

from ads-privacy.

jdelhommeau avatar jdelhommeau commented on May 5, 2024

hi @rahulkooverjee-google . Any update on this? Also, will GAM provide component ad auction logic, or will GAM only participate in fledge auction as main ad (running the actual fledge auction) ?

from ads-privacy.

rahulkooverjee-google avatar rahulkooverjee-google commented on May 5, 2024

Experimental support is now available in GPT. Please see the GPT developer documentation for details.

Apologies for the slight delay.

from ads-privacy.

jdelhommeau avatar jdelhommeau commented on May 5, 2024

Thank you for the update @rahulkooverjee-google .

Regarding component ad auction. Will gam also participate as a component auction if a third party is chosen by the publisher to run the main auction logic? Or will gam not provide support for components auction for their own auction logic meaning they will have to run main auction to participate into fledge auction?

from ads-privacy.

rahulkooverjee-google avatar rahulkooverjee-google commented on May 5, 2024

Currently, as part of early testing, Ad Manager supports testing FLEDGE with multiple sellers on Ad Manager via the API described here; participation of Ad Manager as a component auction in other top-level auctions is not supported. While we're not sure what support for multiple FLEDGE sellers might look like in Ad Manager long-term, we're committed to iterating toward a holistic solution based on what we learn from these tests and discussions with partners as we work toward a more privacy safe web.

from ads-privacy.

JoelPM avatar JoelPM commented on May 5, 2024

I would like to echo @piwanczak's request. We have struggled with this as well. It seems as though GPT doesn't always run Fledge when it's available, which makes testing nearly impossible. cc @laurb9

from ads-privacy.

rdgordon-index avatar rdgordon-index commented on May 5, 2024

I have a similar question -- the README doc indicates (emphasis added)

GPT would collect all provided auction configurations, use those to populate the componentAuctions field of the top-level auctionConfig, and commence the top-level auction if the ad request is enabled for Protected Audience auctions.

And the demo doc states that

Ad Manager’s GPT tag will trigger the call to navigator.runAdAuction() to run the on-device auction to select an ad.

What determines "if the ad request is enabled for Protected Audience auctions"? My assumption that it would be tied to a slot's setConfig call doesn't seem to hold -- and there's no indication of why in the console logs.

Interestingly, the ad unit in the multi-seller demo always runs the on-device auction, whereas the test line items we've created do not; is there some specific configuration of the line item in GAM that ensures that the 'ad request is enabled for PA auctions'?

from ads-privacy.

rdgordon-index avatar rdgordon-index commented on May 5, 2024

Interestingly, the ad unit in the multi-seller demo always runs the on-device auction

As noted in #77, this no longer works... ad unit code /22657645226/multiseller-demo no longer returns PA-associated signals in the GAM response.

from ads-privacy.

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.