Advertisement
r_martins

Mautic Pixel Magenteiro

Jun 9th, 2021
2,017
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. <!--mkt-->
  2. <script type="text/javascript">
  3. var mauticUrl = 'https://mkt.magenteiro.com';
  4. var src = mauticUrl + '/mtracking.gif?page_url=' + encodeURIComponent(window.location.href) + '&page_title=' + encodeURIComponent(document.title);
  5. var img = document.createElement('img');
  6. img.style.width  = '1px';
  7. img.style.height  = '1px';
  8. img.style.display = 'none';
  9. img.src = src;
  10. var body = document.getElementsByTagName('body')[0];
  11. body.appendChild(img);
  12. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement