github.com/prebid/prebid-server@v0.275.0/adapters/applogy/applogytest/exemplary/simple-native.json (about)

     1  {
     2  	"mockBidRequest": {
     3  		"id": "test-request-id",
     4  		"imp": [{
     5  			"id": "test-impression-id-1",
     6  			"native": {
     7  				"request": "{\"ver\":\"1.1\",\"context\":1,\"contextsubtype\":11,\"plcmttype\":4,\"plcmtcnt\":1,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":500}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":1,\"hmin\":1}},{\"id\":3,\"required\":0,\"data\":{\"type\":1,\"len\":200}},{\"id\":4,\"required\":0,\"data\":{\"type\":2,\"len\":15000}},{\"id\":5,\"required\":0,\"data\":{\"type\":6,\"len\":40}},{\"id\":6,\"required\":0,\"data\":{\"type\":500}}]}",
     8  				"ver": "1.1"
     9  			},
    10  			"ext": {
    11  				"bidder": {
    12  					"token": "test-token-1"
    13  				}
    14  			}
    15  		}, {
    16  			"id": "test-impression-id-2",
    17  			"native": {
    18  				"request": "{\"ver\":\"1.1\",\"context\":1,\"contextsubtype\":11,\"plcmttype\":4,\"plcmtcnt\":1,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":500}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":1,\"hmin\":1}},{\"id\":3,\"required\":0,\"data\":{\"type\":1,\"len\":200}},{\"id\":4,\"required\":0,\"data\":{\"type\":2,\"len\":15000}},{\"id\":5,\"required\":0,\"data\":{\"type\":6,\"len\":40}},{\"id\":6,\"required\":0,\"data\":{\"type\":500}}]}",
    19  				"ver": "1.1"
    20  			},
    21  			"ext": {
    22  				"bidder": {
    23  					"token": "test-token-1"
    24  				}
    25  			}
    26  		}, {
    27  			"id": "test-impression-id-3",
    28  			"native": {
    29  				"request": "{\"ver\":\"1.1\",\"context\":1,\"contextsubtype\":11,\"plcmttype\":4,\"plcmtcnt\":1,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":500}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":1,\"hmin\":1}},{\"id\":3,\"required\":0,\"data\":{\"type\":1,\"len\":200}},{\"id\":4,\"required\":0,\"data\":{\"type\":2,\"len\":15000}},{\"id\":5,\"required\":0,\"data\":{\"type\":6,\"len\":40}},{\"id\":6,\"required\":0,\"data\":{\"type\":500}}]}",
    30  				"ver": "1.1"
    31  			},
    32  			"ext": {
    33  				"bidder": {
    34  					"token": "test-token-2"
    35  				}
    36  			}
    37  		}]
    38  	},
    39  	"httpCalls": [{
    40  		"expectedRequest": {
    41  			"uri": "http://example.com/prebid/test-token-1",
    42  			"body": {
    43  				"id": "test-request-id",
    44  				"imp": [{
    45  					"id": "test-impression-id-1",
    46  					"native": {
    47  						"request": "{\"ver\":\"1.1\",\"context\":1,\"contextsubtype\":11,\"plcmttype\":4,\"plcmtcnt\":1,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":500}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":1,\"hmin\":1}},{\"id\":3,\"required\":0,\"data\":{\"type\":1,\"len\":200}},{\"id\":4,\"required\":0,\"data\":{\"type\":2,\"len\":15000}},{\"id\":5,\"required\":0,\"data\":{\"type\":6,\"len\":40}},{\"id\":6,\"required\":0,\"data\":{\"type\":500}}]}",
    48  						"ver": "1.1"
    49  					},
    50  					"ext": {
    51  						"bidder": {
    52  							"token": "test-token-1"
    53  						}
    54  					}
    55  				}]
    56  			}
    57  		},
    58  		"mockResponse": {
    59  			"status": 200,
    60  			"body": {
    61  				"id": "test-response-id",
    62  				"seatbid": [{
    63  					"bid": [{
    64  						"id": "test-bid-id-1",
    65  						"impid": "test-impression-id-1",
    66  						"price": 1
    67  					}]
    68  				}]
    69  			}
    70  		}
    71  	}, {
    72  		"expectedRequest": {
    73  			"uri": "http://example.com/prebid/test-token-1",
    74  			"body": {
    75  				"id": "test-request-id",
    76  				"imp": [{
    77  					"id": "test-impression-id-2",
    78  					"native": {
    79  						"request": "{\"ver\":\"1.1\",\"context\":1,\"contextsubtype\":11,\"plcmttype\":4,\"plcmtcnt\":1,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":500}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":1,\"hmin\":1}},{\"id\":3,\"required\":0,\"data\":{\"type\":1,\"len\":200}},{\"id\":4,\"required\":0,\"data\":{\"type\":2,\"len\":15000}},{\"id\":5,\"required\":0,\"data\":{\"type\":6,\"len\":40}},{\"id\":6,\"required\":0,\"data\":{\"type\":500}}]}",
    80  						"ver": "1.1"
    81  					},
    82  					"ext": {
    83  						"bidder": {
    84  							"token": "test-token-1"
    85  						}
    86  					}
    87  				}]
    88  			}
    89  		},
    90  		"mockResponse": {
    91  			"status": 200,
    92  			"body": {
    93  				"id": "test-response-id-2",
    94  				"seatbid": [{
    95  					"bid": [{
    96  						"id": "test-bid-id-2",
    97  						"impid": "test-impression-id-2",
    98  						"price": 2
    99  					}]
   100  				}]
   101  			}
   102  		}
   103  	}, {
   104  		"expectedRequest": {
   105  			"uri": "http://example.com/prebid/test-token-2",
   106  			"body": {
   107  				"id": "test-request-id",
   108  				"imp": [{
   109  					"id": "test-impression-id-3",
   110  					"native": {
   111  						"request": "{\"ver\":\"1.1\",\"context\":1,\"contextsubtype\":11,\"plcmttype\":4,\"plcmtcnt\":1,\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":500}},{\"id\":2,\"required\":1,\"img\":{\"type\":3,\"wmin\":1,\"hmin\":1}},{\"id\":3,\"required\":0,\"data\":{\"type\":1,\"len\":200}},{\"id\":4,\"required\":0,\"data\":{\"type\":2,\"len\":15000}},{\"id\":5,\"required\":0,\"data\":{\"type\":6,\"len\":40}},{\"id\":6,\"required\":0,\"data\":{\"type\":500}}]}",
   112  						"ver": "1.1"
   113  					},
   114  					"ext": {
   115  						"bidder": {
   116  							"token": "test-token-2"
   117  						}
   118  					}
   119  				}]
   120  			}
   121  		},
   122  		"mockResponse": {
   123  			"status": 200,
   124  			"body": {
   125  				"id": "test-response-id-3",
   126  				"seatbid": [{
   127  					"bid": [{
   128  						"id": "test-bid-id-3",
   129  						"impid": "test-impression-id-3",
   130  						"price": 3
   131  					}]
   132  				}]
   133  			}
   134  		}
   135  	}],
   136  	"expectedBidResponses": [{
   137  		"bids": [{
   138  			"bid": {
   139  				"id": "test-bid-id-1",
   140  				"impid": "test-impression-id-1",
   141  				"price": 1
   142  			},
   143  			"type": "native"
   144  		}]
   145  	}, {
   146  		"bids": [{
   147  			"bid": {
   148  				"id": "test-bid-id-2",
   149  				"impid": "test-impression-id-2",
   150  				"price": 2
   151  			},
   152  			"type": "native"
   153  		}]
   154  	}, {
   155  		"bids": [{
   156  			"bid": {
   157  				"id": "test-bid-id-3",
   158  				"impid": "test-impression-id-3",
   159  				"price": 3
   160  			},
   161  			"type": "native"
   162  		}]
   163  	}]
   164  }