bretg

Results 588 comments of bretg

I firmly disagree that PBS should work only in USD. Currency is a complex and important feature that bid adapters need to take responsibility for handling correctly rather than lobotomizing...

I think moving the ortb2 processing higher in the code might suffice. Consulting the geniuses.

I'm proposing we move these two lines up higher in the code ``` const commonFpd = getConfig('ortb2') || {}; mergeDeep(request, commonFpd); ``` Move them above line 774: ``` const adServerCur...

The only way moving this could cause a change of any kind is if the ortb2 object contained any of these: - _appendSiteAppDevice - I think this whole routine could...

This is a big project. Getting bidders to split the body and the tracking could take a while. What would the 'fetch' actually do? I get that the goal is...

Let me see if I really understand the architecture here. AppNexus sets up: ``` 'appnexus': { adapter: 'prebidServer', enabled: true, endpoint: { p1Consent: 'https://prebid.adnxs.com/pbs/v1/openrtb2/auction', noP1Consent: 'https://prebid.adnxs-simple.com/pbs/v1/openrtb2/auction' }, syncEndpoint: { p1Consent:...

I have a test page that returns no-bids doesn't attempt to call /cache. Is this still happening? 'xhr timeout' seems to indicate server or network issue.

I got the test page from David via AdOps slack and while I don't see the XHR cancelled error, I do regularly see VAST-size errors: adap.tv (via 33across) is returning...

Here's the Magnite data for entries in PBC of type "xml" 90th Percentile 57224 bytes 95th Percentile 63843 bytes 99th Percentile 106674 bytes mean SIZE = 23883 bytes median SIZE...

Discussed VAST sizing with the video committee. With no additional data, at this point we're planning to post an outline of the above data with a general recommendation for a...