Skip to content

Commit

Permalink
Pull request #125: update video dimensions
Browse files Browse the repository at this point in the history
Merge in AGENCYMOBILE/testmyads from hotfix/TI-15726-mrc-mobile-video-ad-update-dimensions to master

* commit 'f8939fbc00c79f63a463774d3085528efc60b952':
  update video dimensions
  • Loading branch information
Tonia Halstead-Okeyemi committed Dec 22, 2024
2 parents 01fb4aa + f8939fb commit c9b2607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/adv_mrc/mobile/mobilevideo.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</style>
<script src="/js/jwplayer-8.9.3/jwplayer.js"></script>
<script>
var bidRequest = { "id": "", "app": { "id": "", "name": "Test Acct MRC", "bundle": "com.conversant.test", "publisher": { "id": "21347" }, "mobile": 1 }, "imp": [{ "id": "8aed19bd8125ae", "video": { "playbackmethod": [2], "mimes": ["application/javascript"], "api": [], "w": 600, "h": 480 }, "displaymanager": "35001", "displaymanagerver": "3.0.6", "bidfloor": 0.0000, "bidfloorcur": "USD", "secure": 1, "pmp": { "deals": [{ "id": "", "bidfloor": 0.0000, "bidfloorcur": "USD", "at": 3 }], "private_auction": 1 } }], "device": { "ua": "", "ip": "", "ifa": "", "lmt": 0 }, "user": {} }
var bidRequest = { "id": "", "app": { "id": "", "name": "Test Acct MRC", "bundle": "com.conversant.test", "publisher": { "id": "21347" }, "mobile": 1 }, "imp": [{ "id": "8aed19bd8125ae", "video": { "playbackmethod": [2], "mimes": ["application/javascript"], "api": [], "w": 640, "h": 360 }, "displaymanager": "35001", "displaymanagerver": "3.0.6", "bidfloor": 0.0000, "bidfloorcur": "USD", "secure": 1, "pmp": { "deals": [{ "id": "", "bidfloor": 0.0000, "bidfloorcur": "USD", "at": 3 }], "private_auction": 1 } }], "device": { "ua": "", "ip": "", "ifa": "", "lmt": 0 }, "user": {} }
var vastXML = '<?xml version="1.0" encoding="UTF-8"?><VAST version="2.0"></VAST>';
function getJsonFromUrl() {
url = window.location.search;
Expand Down
2 changes: 1 addition & 1 deletion docs/adv_mrc/mobile/mobilevideo_ctp.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</style>
<script src="/js/jwplayer-8.9.3/jwplayer.js"></script>
<script>
var bidRequest = { "id": "", "app": { "id": "", "name": "Test Acct MRC", "bundle": "com.conversant.test", "publisher": { "id": "21347" }, "mobile": 1 }, "imp": [{ "id": "1", "video": { "playbackmethod": [3], "mimes": ["application/javascript"], "api": [], "w": 600, "h": 480 }, "displaymanager": "35001", "displaymanagerver": "3.0.6", "bidfloor": 0.0000, "bidfloorcur": "USD", "secure": 1, "pmp": { "deals": [{ "id": "", "bidfloor": 0.0000, "bidfloorcur": "USD", "at": 3 }], "private_auction": 1 } }], "device": { "ua": "", "ip": "", "ifa": "", "lmt": 0 }, "user": {} }
var bidRequest = { "id": "", "app": { "id": "", "name": "Test Acct MRC", "bundle": "com.conversant.test", "publisher": { "id": "21347" }, "mobile": 1 }, "imp": [{ "id": "1", "video": { "playbackmethod": [3], "mimes": ["application/javascript"], "api": [], "w": 640, "h": 360 }, "displaymanager": "35001", "displaymanagerver": "3.0.6", "bidfloor": 0.0000, "bidfloorcur": "USD", "secure": 1, "pmp": { "deals": [{ "id": "", "bidfloor": 0.0000, "bidfloorcur": "USD", "at": 3 }], "private_auction": 1 } }], "device": { "ua": "", "ip": "", "ifa": "", "lmt": 0 }, "user": {} }
var vastXML = '<?xml version="1.0" encoding="UTF-8"?><VAST version="2.0"></VAST>';
function getJsonFromUrl() {
url = window.location.search;
Expand Down

0 comments on commit c9b2607

Please sign in to comment.