Add Simple Analytics
This commit is contained in:
parent
75ab30442a
commit
d2cb65318b
|
|
@ -924,6 +924,21 @@ tarteaucitron.services.ferank = {
|
|||
}
|
||||
};
|
||||
|
||||
|
||||
// simpleanalytics
|
||||
tarteaucitron.services.simpleanalytics = {
|
||||
"key": "simpleanalytics",
|
||||
"type": "analytic",
|
||||
"name": "Simple Analytics",
|
||||
"uri": "https://docs.simpleanalytics.com/what-we-collect",
|
||||
"needConsent": false,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
"use strict";
|
||||
tarteaucitron.addScript('https://scripts.simpleanalyticscdn.com/latest.js');
|
||||
}
|
||||
};
|
||||
|
||||
// ferank pub
|
||||
tarteaucitron.services.ferankpub = {
|
||||
"key": "ferankpub",
|
||||
|
|
|
|||
Loading…
Reference in New Issue