Advertisement
clickio

adfox hb-code

Dec 26th, 2018
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <script async src='https://yastatic.net/pcode/adfox/header-bidding.js'></script>
  2. <script>
  3. const adfoxBiddersMap = {
  4. <%hb_bidders%>
  5. };
  6. var adUnits = [
  7. {
  8. code: '<%adfox_container_id%>',
  9. sizes: [ <%sizes%> ],
  10. bids: [ <%hb_params%> ]
  11. },
  12.  
  13. ];
  14. var userTimeout = 500;
  15. window.YaHeaderBiddingSettings = {
  16. biddersMap: adfoxBiddersMap,
  17. adUnits: adUnits,
  18. timeout: userTimeout
  19. };
  20. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement