Add Shinystat Fix #1057
This commit is contained in:
parent
61228b43da
commit
07bc442cad
|
|
@ -37,6 +37,25 @@ tarteaucitron.services.iframe = {
|
|||
}
|
||||
};
|
||||
|
||||
// shinystat
|
||||
tarteaucitron.services.shinystat = {
|
||||
"key": "shinystat",
|
||||
"type": "analytic",
|
||||
"name": "Shinystat",
|
||||
"uri": "https://www.shinystat.com/en/opt-out.html",
|
||||
"needConsent": true,
|
||||
"cookies": [],
|
||||
"js": function () {
|
||||
"use strict";
|
||||
|
||||
if (tarteaucitron.user.shinystatUser === undefined) {
|
||||
return;
|
||||
}
|
||||
|
||||
tarteaucitron.addScript('https://codice.shinystat.com/cgi-bin/getcod.cgi?USER=' + tarteaucitron.user.shinystatUser);
|
||||
}
|
||||
};
|
||||
|
||||
// activecampaignvgo
|
||||
tarteaucitron.services.activecampaignvgo = {
|
||||
"key": "activecampaignvgo",
|
||||
|
|
|
|||
Loading…
Reference in New Issue