Skip to content

Commit

Permalink
test json
Browse files Browse the repository at this point in the history
  • Loading branch information
dengxinjing committed Feb 18, 2024
1 parent 18f3919 commit bf5e74b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 16 deletions.
12 changes: 8 additions & 4 deletions adapters/roulax/roulaxtest/exemplary/simple-banner.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
]
},
"ext": {
"roulax": {
"PublisherPath":"vidmate","Pid":"vidmate_android_banner"
"bidder": {
"PublisherPath": "72721",
"Pid": "mvo",
"zone": "1r"
}
}
}
Expand Down Expand Up @@ -46,8 +48,10 @@
]
},
"ext": {
"roulax": {
"PublisherPath":"vidmate","Pid":"vidmate_android_banner"
"bidder": {
"PublisherPath": "72721",
"Pid": "mvo",
"zone": "1r"
}
}
}
Expand Down
18 changes: 11 additions & 7 deletions adapters/roulax/roulaxtest/exemplary/simple-native.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
]
},
"ext": {
"roulax": {
"PublisherPath":"vidmate","Pid":"vidmate_android_banner"
"bidder": {
"PublisherPath": "72721",
"Pid": "mvo",
"zone": "1r"
}
}
}
Expand All @@ -33,7 +35,7 @@
"imp": [
{
"id": "test-imp-id",
"video": {
"native": {
"format": [
{
"w": 300,
Expand All @@ -46,8 +48,10 @@
]
},
"ext": {
"roulax": {
"PublisherPath":"vidmate","Pid":"vidmate_android_banner"
"bidder": {
"PublisherPath": "72721",
"Pid": "mvo",
"zone": "1r"
}
}
}
Expand All @@ -69,7 +73,7 @@
"adid": "29681110",
"adm": "some-test-ad",
"adomain": [
"roulax.io"
"yahoo.com"
],
"cid": "958",
"crid": "29681110",
Expand Down Expand Up @@ -104,7 +108,7 @@
"h": 250,
"mtype": 2
},
"type": "video"
"type": "native"
}]
}
]
Expand Down
14 changes: 9 additions & 5 deletions adapters/roulax/roulaxtest/exemplary/simple-video.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@
]
},
"ext": {
"roulax": {
"PublisherPath":"vidmate","Pid":"vidmate_android_banner"
"bidder": {
"PublisherPath": "72721",
"Pid": "mvo",
"zone": "1r"
}
}
}
Expand Down Expand Up @@ -46,8 +48,10 @@
]
},
"ext": {
"roulax": {
"PublisherPath":"vidmate","Pid":"vidmate_android_banner"
"bidder": {
"PublisherPath": "72721",
"Pid": "mvo",
"zone": "1r"
}
}
}
Expand All @@ -69,7 +73,7 @@
"adid": "29681110",
"adm": "some-test-ad",
"adomain": [
"roulax.io"
"yahoo.com"
],
"cid": "958",
"crid": "29681110",
Expand Down

0 comments on commit bf5e74b

Please sign in to comment.