github.com/prebid/prebid-server/v2@v2.18.0/adapters/adnuntius/adnuntiustest/supplemental/check-noCookies-parameter.json (about)

     1  {
     2  	"mockBidRequest": {
     3  		"id": "test-request-id",
     4  		"user": {
     5  			"id": "1kjh3429kjh295jkl"
     6  		},
     7  		"imp": [
     8  			{
     9  				"id": "test-imp-id",
    10  				"banner": {
    11  					"format": [
    12  						{
    13  							"w": 300,
    14  							"h": 250
    15  						},
    16  						{
    17  							"w": 300,
    18  							"h": 600
    19  						}
    20  					]
    21  				},
    22  				"ext": {
    23  					"bidder": {
    24  						"auId": "123",
    25  						"noCookies": true
    26  					}
    27  				}
    28  			}
    29  		]
    30  	},
    31  	"httpCalls": [
    32  		{
    33  			"expectedRequest": {
    34  				"uri": "http://whatever.url?format=json&noCookies=true&tzo=0",
    35  				"body": {
    36  					"adUnits": [
    37  						{
    38  							"auId": "123",
    39  							"targetId": "123-test-imp-id",
    40  							"dimensions": [[300,250],[300,600]]
    41  						}
    42  					],
    43  					"metaData": {
    44  						"usi": "1kjh3429kjh295jkl"
    45  					},
    46  					"context": "unknown"
    47  				},
    48  				"impIDs":["test-imp-id"]
    49  			},
    50  			"mockResponse": {
    51  				"status": 200,
    52  				"body": {
    53  					"adUnits": [
    54  						{
    55  							"auId": "0000000000000123",
    56  							"targetId": "123-test-imp-id",
    57  							"html": "<ADCODE>",
    58  							"responseId": "adn-rsp-900646517",
    59  							"ads": [
    60  								{
    61  									"destinationUrls": {
    62  										"url": "http://www.google.com"
    63  									},
    64  									"bid": {
    65  										"amount": 20.0,
    66  										"currency": "NOK"
    67  									},
    68  									"adId": "adn-id-1559784094",
    69  									"creativeWidth": "980",
    70  									"creativeHeight": "240",
    71  									"creativeId": "jn9hpzvlsf8cpdmm",
    72  									"lineItemId": "q7y9qm5b0xt9htrv"
    73  								}
    74  							]
    75  						}
    76  					]
    77  				}
    78  			}
    79  		}
    80  	],
    81  	"expectedBidResponses": [
    82  		{
    83  			"bids": [
    84  				{
    85  					"bid": {
    86  						"id": "adn-id-1559784094",
    87  						"impid": "test-imp-id",
    88  						"price": 20000,
    89  						"adm": "<ADCODE>",
    90  						"adid": "adn-id-1559784094",
    91  						"adomain": [
    92  							"google.com"
    93  						],
    94  						"cid": "q7y9qm5b0xt9htrv",
    95  						"crid": "jn9hpzvlsf8cpdmm",
    96  						"w": 980,
    97  						"h": 240
    98  					},
    99  					"type": "banner"
   100  				}
   101  			],
   102  			"currency": "NOK"
   103  		}
   104  	]
   105  }