Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script>
- window.yaContextCb = window.yaContextCb || [];
- window.yaContextCb.push(() => {
- const renderAd = () => {
- Ya.Context.AdvManager.render({
- "blockId": "R-A-2175506-95", //подставить нужный blockId
- "type": "floorAd",
- "platform": "touch",
- "statId": 1
- });
- };
- renderAd();
- setInterval(renderAd, 30000); //нужный интервал, в данном случае 30 секунд
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment