github.com/prebid/prebid-server@v0.275.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  			},
    53  			"mockResponse": {
    54  				"status": 200,
    55  				"body": {
    56  					"adUnits": [
    57  						{
    58  							"auId": "0000000000000123",
    59  							"targetId": "123-test-imp-id",
    60  							"html": "<ADCODE>",
    61  							"responseId": "adn-rsp-900646517",
    62  							"ads": [
    63  								{
    64  									"destinationUrls": {
    65  										"url": "http://www.google.com"
    66  									},
    67  									"bid": {
    68  										"amount": 20.0,
    69  										"currency": "NOK"
    70  									},
    71  									"adId": "adn-id-1559784094",
    72  									"creativeWidth": "980",
    73  									"creativeHeight": "240",
    74  									"creativeId": "jn9hpzvlsf8cpdmm",
    75  									"lineItemId": "q7y9qm5b0xt9htrv"
    76  								}
    77  							]
    78  						}
    79  					]
    80  				}
    81  			}
    82  		}
    83  	],
    84  	"expectedBidResponses": [
    85  		{
    86  			"bids": [
    87  				{
    88  					"bid": {
    89  						"id": "adn-id-1559784094",
    90  						"impid": "test-imp-id",
    91  						"price": 20000,
    92  						"adm": "<ADCODE>",
    93  						"adid": "adn-id-1559784094",
    94  						"adomain": [
    95  							"google.com"
    96  						],
    97  						"cid": "q7y9qm5b0xt9htrv",
    98  						"crid": "jn9hpzvlsf8cpdmm",
    99  						"w": 980,
   100  						"h": 240
   101  					},
   102  					"type": "banner"
   103  				}
   104  			],
   105  			"currency": "NOK"
   106  		}
   107  	]
   108  }