Luxup

авторефреш на Floor Ad

Jul 2nd, 2025
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <script>
  2. window.yaContextCb = window.yaContextCb || [];
  3. window.yaContextCb.push(() => {
  4. const renderAd = () => {
  5. Ya.Context.AdvManager.render({
  6. "blockId": "R-A-2175506-95", //подставить нужный blockId
  7. "type": "floorAd",
  8. "platform": "touch",
  9. "statId": 1
  10. });
  11. };
  12. renderAd();
  13. setInterval(renderAd, 30000); //нужный интервал, в данном случае 30 секунд
  14. });
  15. </script>
Advertisement
Add Comment
Please, Sign In to add comment