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

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