github.com/prebid/prebid-server/v2@v2.18.0/adapters/bluesea/blueseatest/exemplary/native.json (about)

     1  {
     2      "mockBidRequest":{
     3          "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65",
     4          "app":{
     5              "name":"test-app",
     6              "bundle":"com.test.app",
     7              "ver":"10400"
     8          },
     9          "imp":[
    10              {
    11                  "id":"1",
    12                  "native":{
    13                      "request":"{\"ver\":\"1.2\",\"context\":1,\"plcmttype\":4,\"plcmtcnt\":1,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":150}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":100,\"hmin\":100}},{\"id\":3,\"required\":1,\"data\":{\"type\":2,\"len\":120}}]}",
    14                      "ver":"1.2"
    15                  },
    16                  "secure":1,
    17                  "ext":{
    18                      "bidder":{
    19                          "pubid":"test-pubid",
    20                          "token":"test-pub-token"
    21                      }
    22                  }
    23              }
    24          ],
    25          "device":{
    26              "os":"android",
    27              "ua":"Mozilla/5.0 (Linux; Android 8.0.0; SC-04J Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/113.0.5672.162 Mobile Safari/537.36",
    28              "ip":"101.101.101.101",
    29              "h":1280,
    30              "w":720,
    31              "ifa":"test-ifa"
    32          },
    33          "at":1,
    34          "tmax":1200,
    35          "test":1
    36      },
    37      "httpCalls":[
    38          {
    39              "expectedRequest":{
    40                  "uri":"https://test.prebid.bluesea?pubid=test-pubid&token=test-pub-token",
    41                  "body":{
    42                      "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65",
    43                      "app":{
    44                          "name":"test-app",
    45                          "bundle":"com.test.app",
    46                          "ver":"10400"
    47                      },
    48                      "imp":[
    49                          {
    50                              "id":"1",
    51                              "native":{
    52                                  "request":"{\"ver\":\"1.2\",\"context\":1,\"plcmttype\":4,\"plcmtcnt\":1,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":150}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":100,\"hmin\":100}},{\"id\":3,\"required\":1,\"data\":{\"type\":2,\"len\":120}}]}",
    53                                  "ver":"1.2"
    54                              },
    55                              "secure":1,
    56                              "ext":{
    57                                  "bidder":{
    58                                      "pubid":"test-pubid",
    59                                      "token":"test-pub-token"
    60                                  }
    61                              }
    62                          }
    63                      ],
    64                      "device":{
    65                          "os":"android",
    66                          "ua":"Mozilla/5.0 (Linux; Android 8.0.0; SC-04J Build/R16NW; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/113.0.5672.162 Mobile Safari/537.36",
    67                          "ip":"101.101.101.101",
    68                          "h":1280,
    69                          "w":720,
    70                          "ifa":"test-ifa"
    71                      },
    72                      "at":1,
    73                      "tmax":1200,
    74                      "test":1
    75                  },
    76                  "impIDs":["1"]
    77              },
    78              "mockResponse":{
    79                  "status":200,
    80                  "body":{
    81                      "id":"b655d86c-fdf6-4e68-a1e9-abc223f84a65",
    82                      "seatbid":[
    83                          {
    84                              "bid":[
    85                                  {
    86                                      "price":0.01,
    87                                      "adm":"test-native-adm",
    88                                      "impid":"1",
    89                                      "id":"test-bid-id",
    90                                      "h":250,
    91                                      "adomain":[
    92                                          "adv.com"
    93                                      ],
    94                                      "crid":"test-native-crid",
    95                                      "w":300,
    96                                      "ext":{
    97                                          "mediatype":"native"
    98                                      }
    99                                  }
   100                              ],
   101                              "seat":"test-seat"
   102                          }
   103                      ],
   104                      "cur":"USD"
   105                  }
   106              }
   107          }
   108      ],
   109      "expectedBidResponses":[
   110          {
   111              "bids":[
   112                  {
   113                      "bid":{
   114                          "price":0.01,
   115                          "adm":"test-native-adm",
   116                          "impid":"1",
   117                          "id":"test-bid-id",
   118                          "h":250,
   119                          "adomain":[
   120                              "adv.com"
   121                          ],
   122                          "crid":"test-native-crid",
   123                          "w":300,
   124                          "ext":{
   125                              "mediatype":"native"
   126                          }
   127                      },
   128                      "type":"native"
   129                  }
   130              ]
   131          }
   132      ]
   133  }