templates/tracking/vk_retargeting.html.twig line 1

Open in your IDE?
  1. {% set vkPixelId = vkId %}
  2. <!-- VK Retargeting Pixel -->
  3. <script type="text/javascript">!function () {
  4.         var t = document.createElement("script");
  5.         t.type = "text/javascript", t.async = !0, t.src = "{{ vkApiUrl }}", t.onload = function () {
  6.             VK.Retargeting.Init("{{ vkPixelId }}"), VK.Retargeting.Hit()
  7.         }, document.head.appendChild(t)
  8.     }();</script>
  9. <noscript><img src="https://vk.com/rtrg?p={{ vkPixelId }}" style="position:fixed; left:-999px;" alt=""/>
  10. </noscript>
  11. <!-- /VK Retargeting Pixel -->