Skip to content

Commit

Permalink
[AUC-470] Change tests JSON files
Browse files Browse the repository at this point in the history
  • Loading branch information
rneuplanche committed Dec 5, 2024
1 parent d03f94a commit 51e8f58
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@
"imp": [
{
"id": "test-imp-id-1",
"banner": {
"format": [{"w": 728, "h": 90}]
"native": {
"request": "{\"ver\":\"1.2\",\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":25}},{\"id\":2,\"required\":1,\"data\":{\"type\":2,\"len\":90}},{\"id\":3,\"data\":{\"type\":12,\"len\":15}},{\"id\":4,\"required\":1,\"img\":{\"type\":3,\"wmin\":1200,\"hmin\":627}},{\"id\":5,\"required\":1,\"img\":{\"type\":1,\"wmin\":100,\"hmin\":100}},{\"id\":6,\"data\":{\"type\":3,\"len\":5}},{\"id\":7,\"data\":{\"type\":6}}],\"eventtrackers\":[{\"event\":1,\"methods\":[1]}]}",
"ver": "1.2",
"api": [
3,
5,
6
]
},
"video": {
"mimes": ["video/mp4"],
"protocols": [1],
"w": 1024,
"h": 576
"audio": {
"mimes": ["audio/mp3"],
"protocols": [1]
},
"ext": {
"bidder": {
Expand All @@ -34,14 +38,18 @@
"imp": [
{
"id": "test-imp-id-1",
"banner": {
"format": [{"w": 728, "h": 90}]
"native": {
"request": "{\"ver\":\"1.2\",\"assets\":[{\"id\":1,\"required\":1,\"title\":{\"len\":25}},{\"id\":2,\"required\":1,\"data\":{\"type\":2,\"len\":90}},{\"id\":3,\"data\":{\"type\":12,\"len\":15}},{\"id\":4,\"required\":1,\"img\":{\"type\":3,\"wmin\":1200,\"hmin\":627}},{\"id\":5,\"required\":1,\"img\":{\"type\":1,\"wmin\":100,\"hmin\":100}},{\"id\":6,\"data\":{\"type\":3,\"len\":5}},{\"id\":7,\"data\":{\"type\":6}}],\"eventtrackers\":[{\"event\":1,\"methods\":[1]}]}",
"ver": "1.2",
"api": [
3,
5,
6
]
},
"video": {
"mimes": ["video/mp4"],
"protocols": [1],
"w": 1024,
"h": 576
"audio": {
"mimes": ["audio/mp3"],
"protocols": [1]
},
"ext": {
"bidder": {
Expand Down Expand Up @@ -70,13 +78,11 @@
"seat": "smartadserver",
"bid": [{
"id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
"impid": "test-imp-id-video",
"impid": "test-imp-id-audio",
"price": 0.500000,
"adm": "some-test-ad",
"crid": "crid_10",
"mtype": 2,
"w": 1024,
"h": 576
"mtype": 3
}]
}
],
Expand All @@ -93,15 +99,13 @@
{
"bid": {
"id": "8ee514f1-b2b8-4abb-89fd-084437d1e800",
"impid": "test-imp-id-video",
"impid": "test-imp-id-audio",
"price": 0.5,
"adm": "some-test-ad",
"crid": "crid_10",
"mtype": 2,
"w": 1024,
"h": 576
"mtype": 3
},
"type": "video"
"type": "audio"
}
]
}
Expand Down

0 comments on commit 51e8f58

Please sign in to comment.