github.com/prebid/prebid-server@v0.275.0/adapters/compass/compasstest/exemplary/simple-native.json (about)

     1  {
     2      "mockBidRequest": {
     3          "id": "test-request-id",
     4          "device": {
     5              "ip": "123.123.123.123",
     6              "ua": "iPad"
     7          },
     8          "app": {
     9              "id": "1",
    10              "bundle": "com.wls.testwlsapplication"
    11          },
    12          "imp": [
    13              {
    14                  "id": "test-imp-id",
    15                  "tagid": "test",
    16                  "native": {
    17                      "request": "{\"ver\":\"1.1\",\"layout\":1,\"adunit\":2,\"plcmtcnt\":6,\"plcmttype\":4,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":75}},{\"id\":2,\"required\":1,\"img\":{\"wmin\":492,\"hmin\":328,\"type\":3,\"mimes\":[\"image/jpeg\",\"image/jpg\",\"image/png\"]}},{\"id\":4,\"required\":0,\"data\":{\"type\":6}},{\"id\":5,\"required\":0,\"data\":{\"type\":7}},{\"id\":6,\"required\":0,\"data\":{\"type\":1,\"len\":20}}]}",
    18                      "ver": "1.1"
    19                  },
    20                  "ext": {
    21                      "bidder": {
    22                          "placementId": "test"
    23                      }
    24                  }
    25              }
    26          ]
    27      },
    28      "httpCalls": [
    29          {
    30              "expectedRequest": {
    31                  "uri": "http://sa-lb.deliverimp.com/pserver",
    32                  "body": {
    33                      "id": "test-request-id",
    34                      "imp": [
    35                          {
    36                              "id": "test-imp-id",
    37                              "tagid": "test",
    38                              "native": {
    39                                  "request": "{\"ver\":\"1.1\",\"layout\":1,\"adunit\":2,\"plcmtcnt\":6,\"plcmttype\":4,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":75}},{\"id\":2,\"required\":1,\"img\":{\"wmin\":492,\"hmin\":328,\"type\":3,\"mimes\":[\"image/jpeg\",\"image/jpg\",\"image/png\"]}},{\"id\":4,\"required\":0,\"data\":{\"type\":6}},{\"id\":5,\"required\":0,\"data\":{\"type\":7}},{\"id\":6,\"required\":0,\"data\":{\"type\":1,\"len\":20}}]}",
    40                                  "ver": "1.1"
    41                              },
    42                              "ext": {
    43                                  "bidder": {
    44                                      "placementId": "test",
    45                                      "type": "publisher"
    46                                  }
    47                              }
    48                          }
    49                      ],
    50                      "app": {
    51                          "id": "1",
    52                          "bundle": "com.wls.testwlsapplication"
    53                      },
    54                      "device": {
    55                          "ip": "123.123.123.123",
    56                          "ua": "iPad"
    57                      }
    58                  }
    59              },
    60              "mockResponse": {
    61                  "status": 200,
    62                  "body": {
    63                      "id": "test-request-id",
    64                      "seatbid": [
    65                          {
    66                              "bid": [
    67                                  {
    68                                      "id": "test_bid_id",
    69                                      "impid": "test-imp-id",
    70                                      "price": 0.27543,
    71                                      "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"http://sa-lb.deliverimp.com/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>",
    72                                      "cid": "test_cid",
    73                                      "crid": "test_crid",
    74                                      "dealid": "test_dealid",
    75                                      "w": 300,
    76                                      "h": 250,
    77                                      "ext": {
    78                                          "prebid": {
    79                                              "type": "native"
    80                                          }
    81                                      }
    82                                  }
    83                              ],
    84                              "seat": "compass"
    85                          }
    86                      ],
    87                      "cur": "USD"
    88                  }
    89              }
    90          }
    91      ],
    92      "expectedBidResponses": [
    93          {
    94              "bids": [
    95                  {
    96                      "bid": {
    97                          "id": "test_bid_id",
    98                          "impid": "test-imp-id",
    99                          "price": 0.27543,
   100                          "adm": "<iframe id=\"adm-banner-16\" width=\"300\" height=\"250\" frameborder=\"0\" marginheight=\"0\" marginwidth=\"0\" style=\"{overflow:hidden}\" src=\"http://sa-lb.deliverimp.com/pserver&k=882b2510ed6d6c94fa69c99aa522a708\"></iframe>",
   101                          "cid": "test_cid",
   102                          "crid": "test_crid",
   103                          "dealid": "test_dealid",
   104                          "w": 300,
   105                          "h": 250,
   106                          "ext": {
   107                              "prebid": {
   108                                  "type": "native"
   109                              }
   110                          }
   111                      },
   112                      "type": "native"
   113                  }
   114              ]
   115          }
   116      ]
   117  }