github.com/prebid/prebid-server@v0.275.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            },
    64            "mockResponse": {
    65                "status": 200,
    66                "body": {
    67                    "seatbid": [
    68                        {
    69                            "bid": [
    70                                {
    71                                    "crid": "24080",
    72                                    "adid": "2068416",
    73                                    "price": 0.01,
    74                                    "id": "testid",
    75                                    "impid": "testimpid",
    76                                    "cid": "8048"
    77                                }
    78                            ]
    79                        }
    80                    ]
    81                }
    82            }
    83        }
    84    ],
    85    "expectedBidResponses": [
    86        {
    87            "currency": "USD",
    88            "bids": [
    89                {
    90                    "bid": {
    91                        "crid": "24080",
    92                        "adid": "2068416",
    93                        "price": 0.01,
    94                        "id": "testid",
    95                        "impid": "testimpid",
    96                        "cid": "8048"
    97                    },
    98                    "type": "banner"
    99                }
   100            ]
   101        }
   102    ]
   103  }