github.com/prebid/prebid-server/v2@v2.18.0/endpoints/openrtb2/sample-requests/amp/valid-supplementary/buyeruids-camel-case.json (about) 1 { 2 "description": "Amp request where root.user.ext.prebid.buyeruids field has camel case bidder name", 3 "query": "tag_id=101", 4 "config": { 5 "mockBidders": [ 6 { 7 "bidderName": "yahooAds", 8 "currency": "USD", 9 "price": 2 10 } 11 ] 12 }, 13 "mockBidRequest": { 14 "id": "request-with-user-ext-obj", 15 "site": { 16 "page": "test.somepage.com" 17 }, 18 "imp": [ 19 { 20 "id": "my-imp-id", 21 "banner": { 22 "format": [ 23 { 24 "w": 300, 25 "h": 600 26 } 27 ] 28 }, 29 "ext": { 30 "prebid": { 31 "bidder": { 32 "YahooAds": { 33 "placementId": 12883451 34 } 35 } 36 } 37 } 38 } 39 ], 40 "user": { 41 "ext": { 42 "prebid": { 43 "buyeruids": { 44 "YahooAds": "123" 45 } 46 } 47 } 48 } 49 }, 50 "expectedAmpResponse": { 51 "targeting": { 52 "hb_bidder": "YahooAds", 53 "hb_bidder_YahooAds": "YahooAds", 54 "hb_cache_host": "www.pbcserver.com", 55 "hb_cache_host_YahooA": "www.pbcserver.com", 56 "hb_cache_id": "0", 57 "hb_cache_id_YahooAds": "0", 58 "hb_cache_path": "/pbcache/endpoint", 59 "hb_cache_path_YahooA": "/pbcache/endpoint", 60 "hb_pb": "2.00", 61 "hb_pb_YahooAds": "2.00" 62 }, 63 "ortb2": { 64 "ext": { 65 "warnings": { 66 "general": [ 67 { 68 "code": 10002, 69 "message": "debug turned off for account" 70 } 71 ] 72 } 73 } 74 } 75 }, 76 "expectedReturnCode": 200 77 }