Добавил yandex-метрику для режима omnireader
This commit is contained in:
@@ -208,6 +208,22 @@ class App extends Vue {
|
|||||||
this.$router.replace('/reader');
|
this.$router.replace('/reader');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//yandex-метрика для omnireader
|
||||||
|
if (this.mode == 'omnireader' && !this.yaMetricsDone) {
|
||||||
|
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
|
||||||
|
m[i].l=1*new Date();k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
|
||||||
|
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");// eslint-disable-line no-unexpected-multiline
|
||||||
|
|
||||||
|
ym(52347334, "init", {// eslint-disable-line no-undef
|
||||||
|
id:52347334,
|
||||||
|
clickmap:true,
|
||||||
|
trackLinks:true,
|
||||||
|
accurateTrackBounce:true
|
||||||
|
});
|
||||||
|
|
||||||
|
this.yaMetricsDone = true;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
//-----------------------------------------------------------------------------
|
//-----------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user