github.com/prebid/prebid-server/v2@v2.18.0/adapters/adnuntius/adnuntiustest/supplemental/max-deals-test.json (about)

     1  {
     2  	"mockBidRequest": {
     3  		"id": "test-request-id",
     4  		"site": {
     5  			"page": "prebid.org"
     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  						"maxDeals": 2
    26  					}
    27  				}
    28  			}
    29  		]
    30  	},
    31  	
    32  	"httpCalls": [
    33  		{
    34  			"expectedRequest": {
    35  				"uri": "http://whatever.url?format=json&tzo=0",
    36  				"body": {
    37  					"adUnits": [
    38  						{
    39  							"auId": "123",
    40  							"targetId": "123-test-imp-id",
    41  							"dimensions": [[300,250],[300,600]],
    42  							"maxDeals": 2
    43  						}
    44  					],
    45  					"context": "prebid.org",
    46  					"metaData": {}
    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  							"matchedAdCount": 1,
    59  							"responseId": "adn-rsp-815135818",
    60  							"deals": [
    61  								{
    62  									"destinationUrlEsc": "",
    63  									"clickUrl": "https://click.url",
    64  									"urls": {
    65  										"url": "https://delivery.adnuntius.com/c/eKOchNsBJzE.net"
    66  									},
    67  									"destinationUrls": {
    68  										"url": "http://www.google.com"
    69  									},
    70  									"cpm": {
    71  										"amount": 1.0,
    72  										"currency": "NOK"
    73  									},
    74  									"bid": {
    75  										"amount": 0.001,
    76  										"currency": "NOK"
    77  									},
    78  									"grossBid": {
    79  										"amount": 0.001,
    80  										"currency": "NOK"
    81  									},
    82  									"netBid": {
    83  										"amount": 0.001,
    84  										"currency": "NOK"
    85  									},
    86  									"cost": {
    87  										"amount": 0.001,
    88  										"currency": "NOK"
    89  									},
    90  									"dealId": "deal_123",
    91  									"adId": "adn-id-116330612",
    92  									"creativeWidth": "300",
    93  									"creativeHeight": "250",
    94  									"creativeId": "dl0knc1lnks9jgvx",
    95  									"lineItemId": "6l5w2d29kz3vkprq",
    96  									"layoutId": "adnuntius_image_layout_1",
    97  									"layoutName": "Image",
    98  									"layoutExternalReference": "",
    99  									"html": "<ADCODE>"
   100  								}
   101  							],
   102  							"ads": [
   103  								{
   104  									"destinationUrls": {
   105  										"url": "http://www.google.com"
   106  									},
   107  									"bid": {
   108  										"amount": 0.001,
   109  										"currency": "NOK"
   110  									},
   111  									"adId": "adn-id-1559784095",
   112  									"creativeWidth": "300",
   113  									"creativeHeight": "250",
   114  									"creativeId": "jn9hpzvlsf8cpdmm",
   115  									"lineItemId": "q7y9qm5b0xt9htrv"
   116  								}
   117  							]
   118  						}
   119  					],
   120  					"metaData": {
   121  						"usi": "5dlpmw0d00btldjdvk1lp8rl",
   122  						"sessionId": "e4ada7251c93291a871f8e4319cc8fe5"
   123  					},
   124  					"duplicateFilter": "AAAAAwAAAAAAJ33PAAAAAAAhrK4AAAAAACYNPAAAAAA=",
   125  					"segments": [],
   126  					"keywords": []
   127  				}
   128  			}
   129  		}
   130  	],
   131  	"expectedBidResponses": [
   132  		{
   133  			"bids": [
   134  				{
   135  					"bid": {
   136  						"id": "adn-id-1559784095",
   137  						"impid": "test-imp-id",
   138  						"price": 1,
   139  						"adm": "<ADCODE>",
   140  						"adid": "adn-id-1559784095",
   141  						"adomain": ["google.com"],
   142  						"cid": "q7y9qm5b0xt9htrv",
   143  						"crid": "jn9hpzvlsf8cpdmm",
   144  						"w": 300,
   145  						"h": 250
   146  					},
   147  					"type": "banner"
   148  				},
   149          {
   150  					"bid": {
   151  						"id": "adn-id-116330612",
   152  						"impid": "test-imp-id",
   153  						"price": 1,
   154  						"adm": "<ADCODE>",
   155  						"adid": "adn-id-116330612",
   156  						"adomain": ["google.com"],
   157  						"cid": "6l5w2d29kz3vkprq",
   158  						"crid": "dl0knc1lnks9jgvx",
   159  						"dealid": "deal_123",
   160  						"w": 300,
   161  						"h": 250
   162  					},
   163  					"type": "banner"
   164  				}
   165  			],
   166  			"currency": "NOK"
   167  		}
   168  	]
   169  }