github.com/prebid/prebid-server@v0.275.0/adapters/bidmyadz/bidmyadztest/exemplary/native.json (about)

     1  {
     2    "mockBidRequest": {
     3      "id": "111",
     4      "tmax": 150,
     5      "at": 1,
     6      "device": {
     7        "dnt": 0,
     8        "devicetype": 2,
     9        "ip": "71.106.52.124",
    10        "ua": "Mozilla/5.0 (X11; Linux x86_64; Ubuntu 14.04.2 LTS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.0 Maxthon/1.0.5.3 Safari/537.36"
    11      },
    12      "user": {
    13        "id": "user-id"
    14      },
    15      "site": {
    16        "id": "native",
    17        "domain": "test.com",
    18        "cat": ["IAB1"],
    19        "page": "https://test.com",
    20        "publisher": {
    21          "id": "1"
    22        }
    23      },
    24      "cur": [
    25        "USD"
    26      ],
    27      "imp": [{
    28        "id": "1",
    29        "bidfloor": 0.01,
    30        "bidfloorcur": "USD",
    31        "instl": 0,
    32        "secure": 1,
    33        "native": {
    34          "request": "{\"ver\":\"1.1\",\"layout\":1,\"adunit\":2,\"plcmtcnt\":6,\"plcmttype\":4,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":15}},{\"id\":2,\"required\":1,\"img\":{\"wmin\":300,\"hmin\":300,\"type\":3}}, {\"id\":6,\"required\":0,\"data\":{\"type\":1,\"len\":20}}]}",
    35          "ver": "1.1"
    36        },
    37        "ext": {
    38          "bidder": {
    39            "placementId": "tnative"
    40          }
    41        }
    42      }]
    43    },
    44  
    45    "httpCalls": [{
    46      "expectedRequest": {
    47        "uri": "http://endpoint.bidmyadz.com/c0f68227d14ed938c6c49f3967cbe9bc",
    48        "body": {
    49          "id": "111",
    50          "tmax": 150,
    51          "at": 1,
    52          "device": {
    53            "dnt": 0,
    54            "devicetype": 2,
    55            "ip": "71.106.52.124",
    56            "ua": "Mozilla/5.0 (X11; Linux x86_64; Ubuntu 14.04.2 LTS) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.0 Maxthon/1.0.5.3 Safari/537.36"
    57          },
    58          "user": {
    59            "id": "user-id"
    60          },
    61          "site": {
    62            "id": "native",
    63            "domain": "test.com",
    64            "cat": ["IAB1"],
    65            "page": "https://test.com",
    66            "publisher": {
    67              "id": "1"
    68            }
    69          },
    70          "cur": [
    71            "USD"
    72          ],
    73          "imp": [{
    74            "id": "1",
    75            "bidfloor": 0.01,
    76            "bidfloorcur": "USD",
    77            "secure": 1,
    78            "native": {
    79              "request": "{\"ver\":\"1.1\",\"layout\":1,\"adunit\":2,\"plcmtcnt\":6,\"plcmttype\":4,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":15}},{\"id\":2,\"required\":1,\"img\":{\"wmin\":300,\"hmin\":300,\"type\":3}}, {\"id\":6,\"required\":0,\"data\":{\"type\":1,\"len\":20}}]}",
    80              "ver": "1.1"
    81            },
    82            "ext": {
    83              "bidder": {
    84                "placementId": "tnative"
    85              }
    86            }
    87          }]
    88        }
    89      },
    90      "mockResponse": {
    91        "status": 200,
    92        "body": {
    93          "id": "a1580f2f-be6d-11eb-a150-d094662c1c35",
    94          "bidid": "359da97d0384d8a14767029c18fd840d",
    95          "seatbid": [{
    96            "bid": [{
    97              "id": "1",
    98              "impid": "1",
    99              "price": 0.1,
   100              "nurl": "http://test.com/nurl",
   101              "burl": "http://test.com/burl",
   102              "adm": "{native-ads}",
   103              "adomain": ["test.com"],
   104              "cat": ["IAB1"],
   105              "cid": "1",
   106              "crid": "2",
   107              "w": 0,
   108              "h": 0,
   109              "ext": {
   110                "mediaType": "native"
   111              }
   112            }],
   113            "seat": "1"
   114          }],
   115          "cur": "USD"
   116        }
   117      }
   118    }],
   119  
   120    "expectedBidResponses": [{
   121      "currency": "USD",
   122      "bids": [{
   123        "bid": {
   124          "id": "1",
   125          "impid": "1",
   126          "price": 0.1,
   127          "nurl": "http://test.com/nurl",
   128          "burl": "http://test.com/burl",
   129          "adm": "{native-ads}",
   130          "adomain": ["test.com"],
   131          "cat": ["IAB1"],
   132          "cid": "1",
   133          "crid": "2",
   134          "ext": {
   135            "mediaType": "native"
   136          }
   137        },
   138        "type": "native"
   139      }]
   140    }]
   141  }