Skip to content
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

Need some help understanding how this would work on DSP own supply #183

Closed
skaurus opened this issue May 20, 2021 · 2 comments
Closed

Need some help understanding how this would work on DSP own supply #183

skaurus opened this issue May 20, 2021 · 2 comments

Comments

@skaurus
Copy link

skaurus commented May 20, 2021

Hi everyone,

I work for a recommendation service, pretty similar on a basic level to Taboola or Outbrain, just to give an idea.
So we have some publishers that work with us, and their pages have our widgets, and tiles inside these widgets are taken either by recommendations (of publisher pages) or ad creatives. But either way in these tiles could be only content provided by us.

I understand that a request from our widget will fetch some recommendations and some contextual ads from our server.
Then we will need to somehow get interest ads, but only those that browser got from us previously?
Then the widget will have to run its own auction?
Don't quite get the whole scheme.

Now, to the even more complex question. Actually, we have not only our own demand. We get demand from many partners also.
These partners give us only some part of their demand (and I'm sure this is super common in every DSP/SSP relationship).
How the whole flow will look, if we need to show in the widget only our own demand, and demand of all our partners that was meant for us?

@JensenPaul
Copy link
Collaborator

Running a FLEDGE auction to find interest-based ads to display in your widget makes sense.  To include the demand of others, the idea is to specify them in the interestGroupBuyers list and they should be able to bid.  In this case, you would be taking on the "seller" role in the on-device auction, choosing possible ads from among multiple on-device sources.

For the interest-based ads that might show up in your widget, do advertisers come to you directly, and let you do targeting?  Or do they perform their own targeting, and bid into an auction that you run?  If you do the targeting yourself, then it seems like you would also be the "owner" of all the interest groups that buy into the auction you run.  If not, then you would want to let other "buyers" participate in your auction also.

@skaurus
Copy link
Author

skaurus commented Jun 22, 2021

That's very insightful, thanks, Paul!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants