Advertisement
clickio

Untitled

Oct 29th, 2024
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <script>
  2. //adunit div added
  3. var divToRender = document.createElement('div');divToRender.id = "clickio_splash_desktop";
  4. top.document.body.appendChild(divToRender);
  5. var divToRenderM = document.createElement('div');divToRenderM.id = "clickio_splash_mobile";
  6. top.document.body.appendChild(divToRenderM);
  7.  
  8. // init or read global queue variable
  9. (window.__lxGc__=window.__lxGc__||{'s':{},'b':0}).cmd=window.__lxGc__.cmd||[];
  10. // push command to the global queue
  11. __lxGc__.cmd.push(function(){
  12. // render ad unit into the DOM element
  13. __lxGc__.display('clickio_splash_desktop', '_237362', '_727270');
  14. __lxGc__.display('clickio_splash_mobile', '_237362','_727269');
  15. });
  16. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement