Advertisement
Guest User

Untitled

a guest
Dec 10th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Поставить в HEAD
  2.  
  3. <script async src='https://yastatic.net/pcode/adfox/header-bidding.js'></script>
  4. <script>
  5. const adfoxBiddersMap = {
  6. 'betweenDigital': '871789' ,
  7. 'buzzoola': '880620' ,
  8. };
  9. var adUnits = [
  10. {
  11. code: 'adfox_157553235294826444',
  12. codeType: 'inpage',
  13. bids: [
  14. {
  15. bidder: 'betweenDigital',
  16. params: {
  17. placementId: 3617570,
  18. }
  19. }, {
  20. bidder: 'buzzoola',
  21. params: {
  22. placementId: 774803,
  23. }
  24. },
  25. ]
  26. },
  27.  
  28. ];
  29. var userTimeout = 500;
  30. window.YaHeaderBiddingSettings = {
  31. biddersMap: adfoxBiddersMap,
  32. adUnits: adUnits,
  33. timeout: userTimeout
  34. };
  35. </script>
  36.  
  37. -----------------------------------------------------------------------------------------------------
  38. Поставить в BODY
  39.  
  40. InPage
  41.  
  42. <!-- CLICKIO AdFox unit 646797 -->
  43. <div id='adfox_157553235294826444'></div>
  44. <script>
  45. (function(w, n) {
  46. w[n] = w[n] || [];
  47. w[n].push({
  48. ownerId: 257193,
  49. containerId: 'adfox_157553235294826444',
  50. params: {
  51. pp: 'rua',
  52. ps: 'dmrc',
  53. p2: 'ggfb',
  54. slide: true,
  55. visibleAfterInit: true,
  56. insertAfter: 'undefined',
  57. insertPosition: '0',
  58. stick: true,
  59. stickTo: 'auto',
  60. stickyColorScheme: 'light'
  61. }});})(window, 'adfoxAsyncParams');
  62. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement