bretg

Results 319 comments of bretg

@musikele - is the intention of the new PBJS native approach to completely specify imp.native, or just imp.native.assets? If all of imp.native, then seems like imp.native.eventtrackers would just be specified...

Ok cool @musikele. I don't see changes to the pbsBidAdapter in https://github.com/prebid/Prebid.js/pull/8086 -- agree we'd need some then, right? @jbartek25 - this is the proposed solution to what you're bringing...

I don't understand this part of your statement @jbartek25 : > the current default for 1.2 (JS trackers disabled) is actually breaking the behaviour established with native 1.1 where jstracker...

Ok, thanks for the correction. So the proposal is to update the pbsBidAdapter code to ``` mediaTypes['native'] = { request: JSON.stringify({ context: 1, plcmttype: 1, eventtrackers: [ {event: 1, methods:...

Fair. The general point is that hardcoded JSON is asking for trouble. There may well be other native parameters someone might want to tune. An override to a default would...

Ok. Leaving it to @patmmccann to prioritize .

So to reiterate, what we're proposing is this: 1) The new Native PR will provide a way to specify the eventtrackers when a pub changes to use adunit.native.ortb. 2) We...

This PR is related to issue https://github.com/prebid/Prebid.js/issues/6361 For the record, client-side bid adapters defines 4 things that could be important to server behavior: 1. MediaTypes 2. Aliases 3. GVLID 4....

Ok, removed the 4th item.

I answered the issue over in prebid-server. This isn't a PBJS issue, it's a bid adapter issue. > if want request bids in USD What is the use case? I'm...