|
8 | 8 | <head> |
9 | 9 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
10 | 10 | {% if ads %} |
11 | | - <link rel="preload" as="script" href="https://securepubads.g.doubleclick.net/tag/js/gpt.js" /> |
12 | | - <link rel="preconnect" href="//htlbid.com" crossorigin> |
| 11 | + <link rel="preload" as="script" href="https://vertex-cdn.relevant-digital.com/static/tags/692817b31f4d475762e8cd3c.js" /> |
13 | 12 | {% endif %} |
14 | 13 | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> |
15 | 14 | <meta name="viewport" content="width=device-width, initial-scale=1" /> |
|
91 | 90 | {% endfor %} |
92 | 91 |
|
93 | 92 | {% if ads %} |
94 | | - {{ include('@App/adSlot.html.twig', { adSlotId: 'desktop-1fixedfooter-ros' }, with_context = false) }} |
| 93 | + {{ include('@App/adSlot.html.twig', { adSlotId: 'desktop_leaderboard_atf_ros' }, with_context = false) }} |
| 94 | + {{ include('@App/adSlot.html.twig', { adSlotId: 'mobile_leaderboard_atf_ros' }, with_context = false) }} |
95 | 95 | {% endif %} |
96 | 96 |
|
97 | 97 | {% block body %}{% endblock %} |
|
102 | 102 | <div class="clearfix"></div> |
103 | 103 | {% if ads %} |
104 | 104 | <div class="container"> |
105 | | - {{ include('@App/adSlot.html.twig', { adSlotId: 'desktop-2fixedfooter-ros' }, with_context = false) }} |
| 105 | + {{ include('@App/adSlot.html.twig', { adSlotId: 'desktop_fixedfooter_ros' }, with_context = false) }} |
| 106 | + {{ include('@App/adSlot.html.twig', { adSlotId: 'Mobile_fixedfooter_ros' }, with_context = false) }} |
106 | 107 | </div> |
107 | 108 | {% endif %} |
108 | 109 | <footer id="footer"> |
|
132 | 133 | {{ include('@App/socialShare.html.twig') }} |
133 | 134 | {% block javascripts %}{% endblock %} |
134 | 135 | {% if ads %} |
135 | | - <script async src="//htlbid.com/v3/mediaarea.net/htlbid.js"></script> |
| 136 | + <script async src="https://vertex-cdn.relevant-digital.com/static/tags/692817b31f4d475762e8cd3c.js"></script> |
| 137 | + <script> |
| 138 | + function loadAds(ids) { |
| 139 | + window.relevantDigital = window.relevantDigital || {}; relevantDigital.cmd = relevantDigital.cmd || []; relevantDigital.cmd.push(function () { |
| 140 | + relevantDigital.loadPrebid({ configId: '6928818d359be190f5e8cd9f', manageAdserver: true, collapseEmptyDivs: true, collapseBeforeAdFetch: false, |
| 141 | + allowedDivIds: null, |
| 142 | + noSlotReload: true, |
| 143 | + noGpt: true |
| 144 | + }); |
| 145 | + }); |
| 146 | + }; |
| 147 | + </script> |
| 148 | + <script> |
| 149 | + loadAds(); |
| 150 | + </script> |
136 | 151 | {% endif %} |
137 | 152 | </body> |
138 | 153 | </html> |
0 commit comments