aboutsummaryrefslogtreecommitdiffstats
path: root/demo/src
diff options
context:
space:
mode:
authorArthur Hulsman <a.hulsman@orangegames.com>2018-01-15 14:47:34 +0100
committerArthur Hulsman <a.hulsman@orangegames.com>2018-01-15 14:47:34 +0100
commit4b0005c28eaab460be1b4f5f22fa5d1f3ffae522 (patch)
tree8914f2c6eb44f90332cf5af76ede08721a045f5a /demo/src
parent8064405dbc44e24a5547aa79dbd7968926ec62a1 (diff)
downloadplyr-4b0005c28eaab460be1b4f5f22fa5d1f3ffae522.tar.lz
plyr-4b0005c28eaab460be1b4f5f22fa5d1f3ffae522.tar.xz
plyr-4b0005c28eaab460be1b4f5f22fa5d1f3ffae522.zip
Added promises, missing events, new ad tag and additional logging.
Diffstat (limited to 'demo/src')
-rw-r--r--demo/src/js/demo.js8
1 files changed, 6 insertions, 2 deletions
diff --git a/demo/src/js/demo.js b/demo/src/js/demo.js
index d20cecdb..b8650896 100644
--- a/demo/src/js/demo.js
+++ b/demo/src/js/demo.js
@@ -52,8 +52,12 @@ document.addEventListener('DOMContentLoaded', () => {
google: 'AIzaSyDrNwtN3nLH_8rjCmu5Wq3ZCm4MNAVdc0c',
},
ads: {
- tagUrl:
- 'http://go.aniview.com/api/adserver6/vast/?AV_PUBLISHERID=58c25bb0073ef448b1087ad6&AV_CHANNELID=5a0458dc28a06145e4519d21&AV_URL=127.0.0.1:3000&cb=1&AV_WIDTH=640&AV_HEIGHT=480',
+ tagUrl: 'https://pubads.g.doubleclick.net/gampad/ads' +
+ '?sz=640x480&iu=/124319096/external/ad_rule_samples&' +
+ 'ciu_szs=300x250&ad_rule=1&impl=s&gdfp_req=1&env=vp&' +
+ 'output=vmap&unviewed_position_start=1&cust_params=d' +
+ 'eployment%3Ddevsite%26sample_ar%3Dpremidpostoptimiz' +
+ 'edpod&cmsid=496&vid=short_onecue&correlator=',
},
});