Skip to content

Commit

Permalink
tests update: update hb_pb_cat_dur for json exchange tests that retur…
Browse files Browse the repository at this point in the history
…n BidVideo
  • Loading branch information
laurb9 committed Aug 1, 2024
1 parent b2121ac commit 223e70d
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 15 deletions.
8 changes: 6 additions & 2 deletions exchange/exchangetest/append-bidder-names.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,14 @@
"hb_cache_path_appnex": "/pbcache/endpoint",
"hb_pb": "0.20",
"hb_pb_appnexus": "0.20",
"hb_pb_cat_dur": "0.20_VideoGames_0s_appnexus",
"hb_pb_cat_dur_appnex": "0.20_VideoGames_0s_appnexus",
"hb_pb_cat_dur": "0.20_VideoGames_30s_appnexus",
"hb_pb_cat_dur_appnex": "0.20_VideoGames_30s_appnexus",
"hb_size": "200x250",
"hb_size_appnexus": "200x250"
},
"video": {
"duration": 30,
"primary_category": ""
}
}
}
Expand Down
8 changes: 6 additions & 2 deletions exchange/exchangetest/debuglog_disabled.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,14 @@
"hb_cache_path_appnex": "/pbcache/endpoint",
"hb_pb": "0.20",
"hb_pb_appnexus": "0.20",
"hb_pb_cat_dur": "0.20_VideoGames_0s",
"hb_pb_cat_dur_appnex": "0.20_VideoGames_0s",
"hb_pb_cat_dur": "0.20_VideoGames_30s",
"hb_pb_cat_dur_appnex": "0.20_VideoGames_30s",
"hb_size": "200x250",
"hb_size_appnexus": "200x250"
},
"video": {
"duration": 30,
"primary_category": ""
}
}
}
Expand Down
8 changes: 6 additions & 2 deletions exchange/exchangetest/debuglog_enabled.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,10 +159,14 @@
"hb_cache_path_appnex": "/pbcache/endpoint",
"hb_pb": "0.20",
"hb_pb_appnexus": "0.20",
"hb_pb_cat_dur": "0.20_VideoGames_0s",
"hb_pb_cat_dur_appnex": "0.20_VideoGames_0s",
"hb_pb_cat_dur": "0.20_VideoGames_30s",
"hb_pb_cat_dur_appnex": "0.20_VideoGames_30s",
"hb_size": "200x250",
"hb_size_appnexus": "200x250"
},
"video": {
"duration": 30,
"primary_category": ""
}
}
}
Expand Down
8 changes: 6 additions & 2 deletions exchange/exchangetest/generate-bid-id-error.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,10 +121,14 @@
"hb_cache_path_appnex": "/pbcache/endpoint",
"hb_pb": "0.20",
"hb_pb_appnexus": "0.20",
"hb_pb_cat_dur": "0.20_VideoGames_0s_appnexus",
"hb_pb_cat_dur_appnex": "0.20_VideoGames_0s_appnexus",
"hb_pb_cat_dur": "0.20_VideoGames_30s_appnexus",
"hb_pb_cat_dur_appnex": "0.20_VideoGames_30s_appnexus",
"hb_size": "200x250",
"hb_size_appnexus": "200x250"
},
"video": {
"duration": 30,
"primary_category": ""
}
}
}
Expand Down
15 changes: 12 additions & 3 deletions exchange/exchangetest/generate-bid-id-many.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
},
"bidType": "video",
"bidVideo": {
"duration": 30
"duration": 30,
"PrimaryCategory": ""
}
}
],
Expand Down Expand Up @@ -100,7 +101,11 @@
"meta": {
},
"bidid": "bid-appnexus-1",
"type": "video"
"type": "video",
"video": {
"duration": 30,
"primary_category": ""
}
}
}
},
Expand All @@ -120,7 +125,11 @@
"meta": {
},
"bidid": "bid-appnexus-2",
"type": "video"
"type": "video",
"video": {
"duration": 30,
"primary_category": ""
}
}
}
}
Expand Down
9 changes: 7 additions & 2 deletions exchange/exchangetest/generate-bid-id-one.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@
},
"bidType": "video",
"bidVideo": {
"duration": 30
"duration": 30,
"primary_category": ""
}
}
],
Expand Down Expand Up @@ -83,7 +84,11 @@
"meta": {
},
"bidid": "bid-appnexus-1",
"type": "video"
"type": "video",
"video": {
"duration": 30,
"primary_category": ""
}
}
}
}
Expand Down
8 changes: 6 additions & 2 deletions exchange/exchangetest/include-brand-category.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,10 +146,14 @@
"hb_cache_path_appnex": "/pbcache/endpoint",
"hb_pb": "0.20",
"hb_pb_appnexus": "0.20",
"hb_pb_cat_dur": "0.20_VideoGames_0s",
"hb_pb_cat_dur_appnex": "0.20_VideoGames_0s",
"hb_pb_cat_dur": "0.20_VideoGames_30s",
"hb_pb_cat_dur_appnex": "0.20_VideoGames_30s",
"hb_size": "200x250",
"hb_size_appnexus": "200x250"
},
"video": {
"duration": 30,
"primary_category": ""
}
}
}
Expand Down

0 comments on commit 223e70d

Please sign in to comment.