github.com/prebid/prebid-server/v2@v2.18.0/adapters/adnuntius/adnuntiustest/supplemental/send-header-information.json (about)

     1  {
     2  	"mockBidRequest": {
     3  		"id": "test-request-id",
     4  		"user": {
     5  			"id": "1kjh3429kjh295jkl",
     6  			"ext": {
     7  			}
     8  		},
     9  		"device": {
    10  			"ip": "158.174.81.143",
    11  			"ua": "Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36"
    12  		},
    13  		"imp": [
    14  			{
    15  				"id": "test-imp-id",
    16  				"banner": {
    17  					"format": [
    18  						{
    19  							"w": 300,
    20  							"h": 250
    21  						},
    22  						{
    23  							"w": 300,
    24  							"h": 600
    25  						}
    26  					]
    27  				},
    28  				"ext": {
    29  					"bidder": {
    30  						"auId": "123"
    31  					}
    32  				}
    33  			}
    34  		]
    35  	},
    36  	"httpCalls": [
    37  		{
    38  			"expectedRequest": {
    39  				"headers": {
    40  					"Content-Type": [
    41  						"application/json;charset=utf-8"
    42  					],
    43  					"Accept": [
    44  						"application/json"
    45  					],
    46  					"X-Forwarded-For": [
    47  						"158.174.81.143"
    48  					],
    49  					"User-Agent": [
    50  						"Mozilla/5.0 (Linux; Android 8.0; Pixel 2 Build/OPD3.170816.012) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.93 Mobile Safari/537.36"
    51  					]
    52  				},
    53  				"uri": "http://whatever.url?format=json&tzo=0",
    54  				"body": {
    55  					"adUnits": [
    56  						{
    57  							"auId": "123",
    58  							"targetId": "123-test-imp-id",
    59  							"dimensions": [[300,250],[300,600]]
    60  						}
    61  					],
    62  					"metaData": {
    63  						"usi": "1kjh3429kjh295jkl"
    64  					},
    65  					"context": "unknown"
    66  				},
    67  				"impIDs":["test-imp-id"]
    68  			},
    69  			"mockResponse": {
    70  				"status": 200,
    71  				"body": {
    72  					"adUnits": [
    73  						{
    74  							"auId": "0000000000000123",
    75  							"targetId": "123-test-imp-id",
    76  							"html": "<ADCODE>",
    77  							"responseId": "adn-rsp-900646517",
    78  							"ads": [
    79  								{
    80  									"destinationUrls": {
    81  										"url": "http://www.google.com"
    82  									},
    83  									"bid": {
    84  										"amount": 20.0,
    85  										"currency": "NOK"
    86  									},
    87  									"adId": "adn-id-1559784094",
    88  									"creativeWidth": "980",
    89  									"creativeHeight": "240",
    90  									"creativeId": "jn9hpzvlsf8cpdmm",
    91  									"lineItemId": "q7y9qm5b0xt9htrv"
    92  								}
    93  							]
    94  						}
    95  					]
    96  				}
    97  			}
    98  		}
    99  	],
   100  	"expectedBidResponses": [
   101  		{
   102  			"bids": [
   103  				{
   104  					"bid": {
   105  						"id": "adn-id-1559784094",
   106  						"impid": "test-imp-id",
   107  						"price": 20000,
   108  						"adm": "<ADCODE>",
   109  						"adid": "adn-id-1559784094",
   110  						"adomain": [
   111  							"google.com"
   112  						],
   113  						"cid": "q7y9qm5b0xt9htrv",
   114  						"crid": "jn9hpzvlsf8cpdmm",
   115  						"w": 980,
   116  						"h": 240
   117  					},
   118  					"type": "banner"
   119  				}
   120  			],
   121  			"currency": "NOK"
   122  		}
   123  	]
   124  }