bretg

Results 319 comments of bretg

Thanks @JacobKlein26 - you're right. We recently released the case-insensitive biddercode update, so NextMillenium is clear now.

This is a possible item for PBJS 8. > Bid Adapters that support passing meta keywords but not first party data keywords Agree with this. Now that the FPD enrichment...

Muki - I don't think we should be updating the bidder's creative if possible. Here's the general direction of what I'm thinking: - When we add an iframe in PUC...

@dgirardi - you're working in this area with the ${CLICKTHROUGH} macro, right? Can we assign this to you?

How does "listen for clicks" work? Is that an onMouseClick event on the iframe? Would it work for mobile?

Re-reading this, it seems like perhaps the issue may be the 'cooperative sync' feature? > we're seeing that all Prebid Server bidders now have the capability to perform user syncs...

Thanks for the research @jlquaccia. My take is that this is a documentation issue. The intention from the beginning was that s2sConfig.bidders is what defines the server-side bidders. The filterSettings...

There's no way in Prebid.js to specify the filterSettings for the PBS /cookie_sync endpoint. So that's what I'm proposing this issue tracks: updating the PBS bid adapter to copy the...

Updated the analysis for the adapters that have defined `transformBidParams`. Here are the scenarios: ## Empty Function or no Server-Side Adapter. These are easy -- just remove the function as...

Confirmed that the Rubicon server-side adapters handle types, so opened PR to remove the transformBidParams function. https://github.com/prebid/Prebid.js/pull/10919