Advertisement
iGorNoiZe

Метрика

Jul 26th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. //вставлять перед закрывающимся тегом </body> пример ключа ?yk=45421101
  2. <script>
  3. function setUrlParamsToLink() {
  4. if (window.location.search.substring(1)) {
  5. let url = window.location.search.substring(1).split('&');
  6. let urlParams = {};
  7. var urlPid, urlLid;
  8. url.forEach(function (entry) {
  9. urlParams[entry.split('=')[0]] = entry.split('=')[1];
  10. });
  11. var GetUrlValue = urlParams['yk'];
  12. if(urlParams['yk']){
  13. document.write(' <script type="text/javascript" > (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter'+GetUrlValue+' = new Ya.Metrika({ id:'+GetUrlValue+', clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true, ut:"noindex" }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks");</scr'+'ipt> ');
  14. }
  15. else{
  16. console.log("Введите параметр yk");
  17. }
  18.  
  19. }
  20.  
  21. }
  22. setUrlParamsToLink();
  23. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement