mwang-sticky
mwang-sticky
I though is there any API to check redis cluster status? like "cluster info"? 2016-06-16 18:12 GMT+08:00 shawn [email protected]: > thank you so much , i will check this later...
@bretg we have the documents which has aliasCode, is that ok? https://github.com/mwang-sticky/prebid.github.io/blob/master/dev-docs/bidders/freewheelssp.md and our prebid go also add freewheel-ssp biddercode which to keep consistency with Prebid js as mentioned by...
@bretg as first 6 words of freewheelssp and freewheel-ssp are same, does it break the `The alias name must be unique for the first 6 chars as noted above for...
@bretg Thanks for your interpreting. As an adserve or SSP, we have removed some personal data (ip/zipcode/lat/lon/user) according to our Lawyer's requirements. But we still pass the geo.country, if we...
I use PBS-Go, and the country we are using is device.geo.country, we don't support `user.geo` now. If the `regs.coppa=1`, the auction request ``` "device": { "ua": "Mozilla/5.0 (Windows NT 10.0;...
I think the related code ``` if lmt || coppa { privacy.ScrubDeviceIDsIPsUserDemoExt(reqWrapper, ipConf, "eids", coppa) } if scrubFullGeo { scrubGeoFull(reqWrapper) } else { scrubGEO(reqWrapper) } func scrubGeoFull(reqWrapper *openrtb_ext.RequestWrapper) { if...
@bretg do you mean the PBS-go will support keeping board device.geo.country and device.geo.region if coppa=1 in the future?