feat: 4 new analytics modules

This commit is contained in:
Nick
2019-06-29 16:45:27 -04:00
parent 2890d9ccf0
commit 9cd8657ce6
10 changed files with 138 additions and 0 deletions

View File

@@ -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 -->

View File

@@ -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