mirror of https://github.com/requarks/wiki
parent
2890d9ccf0
commit
9cd8657ce6
@ -0,0 +1,17 @@
|
|||||||
|
head: |
|
||||||
|
<!-- Matomo -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var _paq = window._paq || [];
|
||||||
|
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
|
||||||
|
_paq.push(['trackPageView']);
|
||||||
|
_paq.push(['enableLinkTracking']);
|
||||||
|
(function() {
|
||||||
|
var u="{{serverHost}}/";
|
||||||
|
_paq.push(['setTrackerUrl', u+'matomo.php']);
|
||||||
|
_paq.push(['setSiteId', '{{siteId}}']);
|
||||||
|
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
|
||||||
|
g.type='text/javascript'; g.async=true; g.defer=true; g.src='{{scriptUrl}}'; s.parentNode.insertBefore(g,s);
|
||||||
|
})();
|
||||||
|
</script>
|
||||||
|
<noscript><p><img src="{{serverHost}}/matomo.php?idsite=2&rec=1" style="border:0;" alt="" /></p></noscript>
|
||||||
|
<!-- End Matomo Code -->
|
File diff suppressed because one or more lines are too long
@ -0,0 +1,18 @@
|
|||||||
|
key: newrelic
|
||||||
|
title: New Relic Browser
|
||||||
|
description: New Relic Browser provides deep visibility and insight into how your users are interacting with your application or website.
|
||||||
|
author: requarks.io
|
||||||
|
logo: https://static.requarks.io/logo/newrelic.svg
|
||||||
|
website: https://newrelic.com/products/browser-monitoring
|
||||||
|
isAvailable: true
|
||||||
|
props:
|
||||||
|
licenseKey:
|
||||||
|
type: String
|
||||||
|
title: License Key
|
||||||
|
hint: Found at the very end of the code snippet provided by New Relic Browser
|
||||||
|
order: 1
|
||||||
|
appId:
|
||||||
|
type: String
|
||||||
|
title: Application ID
|
||||||
|
hint: Found at the very end of the code snippet provided by New Relic Browser
|
||||||
|
order: 2
|
@ -0,0 +1,12 @@
|
|||||||
|
head: |
|
||||||
|
<!-- Statcounter Code -->
|
||||||
|
<script type="text/javascript">
|
||||||
|
var sc_project={{projectId}};
|
||||||
|
var sc_invisible=1;
|
||||||
|
var sc_security="{{securityToken}}";
|
||||||
|
var sc_https=1;
|
||||||
|
var sc_remove_link=1;
|
||||||
|
</script>
|
||||||
|
<script type="text/javascript" src="https://www.statcounter.com/counter/counter.js" async></script>
|
||||||
|
<noscript><div class="statcounter"><img class="statcounter" src="https://c.statcounter.com/{{projectId}}/0/{{securityToken}}/1/" alt="Web Analytics Made Easy - StatCounter"></div></noscript>
|
||||||
|
<!-- End of Statcounter Code -->
|
@ -0,0 +1,18 @@
|
|||||||
|
key: statcounter
|
||||||
|
title: StatCounter
|
||||||
|
description: See how Statcounter's easy-to-use features give you everything you need to understand your visitors and increase your website traffic.
|
||||||
|
author: requarks.io
|
||||||
|
logo: https://static.requarks.io/logo/statcountr.svg
|
||||||
|
website: https://statcounter.com/
|
||||||
|
isAvailable: true
|
||||||
|
props:
|
||||||
|
projectId:
|
||||||
|
type: String
|
||||||
|
title: Project ID
|
||||||
|
hint: Unique Project ID, found in the code snippet provided by StatCounter
|
||||||
|
order: 1
|
||||||
|
securityToken:
|
||||||
|
type: String
|
||||||
|
title: Security Token
|
||||||
|
hint: Security token, found in the code snippet provided by StatCounter
|
||||||
|
order: 2
|
@ -0,0 +1,16 @@
|
|||||||
|
head: |
|
||||||
|
<!-- Yandex.Metrika counter -->
|
||||||
|
<script type="text/javascript" >
|
||||||
|
(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");
|
||||||
|
|
||||||
|
ym({{tagNumber}}, "init", {
|
||||||
|
clickmap:true,
|
||||||
|
trackLinks:true,
|
||||||
|
accurateTrackBounce:true,
|
||||||
|
webvisor:true
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<noscript><div><img src="https://mc.yandex.ru/watch/{{tagNumber}}" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
|
||||||
|
<!-- /Yandex.Metrika counter -->
|
Loading…
Reference in new issue