Update adtest.html
This commit is contained in:
parent
7abcb9e4d8
commit
1be29a75ac
|
|
@ -57,6 +57,8 @@
|
||||||
|
|
||||||
This is a test page.
|
This is a test page.
|
||||||
|
|
||||||
|
<div id="slot-1"></div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script src="https://hb.vntsm.com/v4/live/vms/sites/r74n.com/index.js" async></script>
|
<script src="https://hb.vntsm.com/v4/live/vms/sites/r74n.com/index.js" async></script>
|
||||||
|
|
@ -64,9 +66,7 @@ This is a test page.
|
||||||
// Example Only
|
// Example Only
|
||||||
self.__VM = self.__VM || [];
|
self.__VM = self.__VM || [];
|
||||||
self.__VM.push(function (admanager, scope) {
|
self.__VM.push(function (admanager, scope) {
|
||||||
scope.Config.get('mobile_banner').display('slot-1');
|
scope.Config.get('billboard').display('slot-1');
|
||||||
scope.Config.get('billboard').display('slot-6');
|
|
||||||
scope.Config.get('video').display('vm-av');
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue