Advertisement
Guest User

Untitled

a guest
Aug 24th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <script type="application/javascript" src="mraid.js"></script>
  2. <video id="video" preload="auto" webkit-playsinline playsinline>
  3. <source src="" type="video/mp4">
  4. </video>
  5. <script type="application/javascript">
  6. var adInfo = {
  7. gameName: 'MontblancTimewalkerExperience',
  8. gameCode: 'MBTE',
  9. gameAuthor: 'MotionLead',
  10. version: '1.0.0',
  11. ifa: '{deviceId}',
  12. appid: '{publisherAppId}',
  13. app: '{publisherAppId}',
  14. appadvertised:'NA',
  15. device: '{deviceName}',
  16. os: '{os}',
  17. osv: '{osVersion}',
  18. type: '{deviceName}',
  19. size: '320x480',
  20. ssp: '{supplierName}',
  21. impid: '{clickId}',
  22. campaignid: '{campaignId}',
  23. impUrls: [],
  24. urls: [],
  25. mixpanelKey: null
  26. };
  27.  
  28. var url = 'http://www.montblanc.com/fr-fr/home.html';
  29. adInfo.url = url;
  30. </script>
  31. <script type="application/javascript" src="https://cdn.motionlead.com/inapp/montblanc_timewalker/creative_de/game.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement