Triggering BID_WON event for outstream video / Custom renderer without URL #12425
Description
Type of issue
Question, maybe a feature request
Description
Currently we are in the process of integrating outstream video ads for our publishers. They are using a custom adserver, where they basically just need the VAST URL and they are capable or playing the ad themselves once it returns from the adserver.
The issue is, how do we trigger the BID_WON event, so that bid adapter and analytics modules can process the impression.
Based on this documentation, we could register a custom renderer (a function on window, provided by the publisher) to the adUnit and let them call renderAd
as with banner ads. However it seems to require a url
of the renderer script. That makes no sense in our case, since the rendering function is already available in the page.
I was also looking at using markWinningBidAsUsed
which based on the description sounds like what we need, but it doesn't seem to trigger the BID_WON event, so I don't understand it's purpose.
So my question is, is there some other approach we could use to trigger the event, or do we need a feature of making the url
parameter optional?
Metadata
Assignees
Labels
Type
Projects
Status
Done