github.com/prebid/prebid-server/v2@v2.18.0/adapters/lunamedia/lunamediatest/supplemental/site.json (about)

     1  {
     2    "mockBidRequest": {
     3        "id": "testid",
     4        "site": {
     5            "id": "test"
     6        },
     7        "imp": [
     8            {
     9                "id": "testimpid",
    10                "banner": {
    11                    "format": [
    12                        {
    13                            "w": 320,
    14                            "h": 250
    15                        },
    16                        {
    17                            "w": 320,
    18                            "h": 300
    19                        }
    20                    ],
    21                    "w": 320,
    22                    "h": 250
    23                },
    24                "ext": {
    25                    "bidder": {
    26                        "pubid": "19f1b372c7548ec1fe734d2c9f8dc688",
    27                        "placement": "dummyplacement"
    28                    }
    29                }
    30            }
    31        ]
    32    },
    33    "httpCalls": [
    34        {
    35            "expectedRequest": {
    36                "uri": "http://rtb.lunamedia.live/?pid=19f1b372c7548ec1fe734d2c9f8dc688",
    37                "body": {
    38                    "id": "testid",
    39                    "imp": [
    40                        {
    41                            "banner": {
    42                                "format": [
    43                                    {
    44                                        "h": 250,
    45                                        "w": 320
    46                                    },
    47                                    {
    48                                        "h": 300,
    49                                        "w": 320
    50                                    }
    51                                ],
    52                                "h": 250,
    53                                "w": 320
    54                            },
    55                            "id": "testimpid",
    56                            "tagid": "dummyplacement"
    57                        }
    58                    ],
    59                    "site": {
    60                        "id": "test"
    61                    }
    62                },
    63                "impIDs":["testimpid"]
    64            },
    65            "mockResponse": {
    66                "status": 200,
    67                "body": {
    68                    "seatbid": [
    69                        {
    70                            "bid": [
    71                                {
    72                                    "crid": "24080",
    73                                    "adid": "2068416",
    74                                    "price": 0.01,
    75                                    "id": "testid",
    76                                    "impid": "testimpid",
    77                                    "cid": "8048"
    78                                }
    79                            ]
    80                        }
    81                    ]
    82                }
    83            }
    84        }
    85    ],
    86    "expectedBidResponses": [
    87        {
    88            "currency": "USD",
    89            "bids": [
    90                {
    91                    "bid": {
    92                        "crid": "24080",
    93                        "adid": "2068416",
    94                        "price": 0.01,
    95                        "id": "testid",
    96                        "impid": "testimpid",
    97                        "cid": "8048"
    98                    },
    99                    "type": "banner"
   100                }
   101            ]
   102        }
   103    ]
   104  }