bretg
bretg
There's not much Prebid Server work to do @slayser8 . I think all that's needed is to coordinate amongst the adapters that currently use the transformBidParams() function. I can reach...
Opened the Prebid Server issue to start that conversation. adRelevantis (@ghguo) and craft (@crumbjp) - you guys don't seem to have Prebid Server adapters. Why do your client-side adapters define...
> I have to dig about how we get our "print_number". Cool - I'd like to collect a list of easy pbsBidAdapter upgrades for prioritization. Then there are at least...
> adunit should have a higher priority as it's a more "specific" configuration The intention was that adunit-level config is a static fallback in case the fetch fails. Dynamic data,...
Status: - There's documentation on how to do this with an event callback -- https://docs.prebid.org/dev-docs/examples/meta-bid-filtering.html - The open item is to discuss: - is this sufficient? I would argue no...
Here's a proposal: we define a general "bidresponse filter" module that allows publishers to set rules about which bids to accept: - required metafields - size validation - make sure...
> The undocumented dependency on the params of seemingly unrelated modules is rather confusing. It took us some time to understand what's wrong. The "currency" setting is described in the...
Someone with javascript chops might be able to add some code that listens for click events? Maybe set a variable like ``` var gamClickTracker="%%CLICK_URL_UNESC%%"; // this will be resolved by...
Do you just want the clicks tracked in GAM, in the bidder reports, or in a Prebid Analytics report?
I was thinking something like this -- https://stackoverflow.com/questions/2381336/detect-click-into-iframe-using-javascript/32138108#32138108 Prebid creatives are wrapped in an iframe, so maybe there's something we can do to detect clicks on that iframe without affecting...