|
@@ -993,6 +993,27 @@ tarteaucitron.services.ferank = {
|
|
}
|
|
}
|
|
};
|
|
};
|
|
|
|
|
|
|
|
+// pingdom
|
|
|
|
+tarteaucitron.services.pingdom = {
|
|
|
|
+ "key": "pingdom",
|
|
|
|
+ "type": "api",
|
|
|
|
+ "name": "Pingdom",
|
|
|
|
+ "uri": "https://www.solarwinds.com/general-data-protection-regulation-cloud",
|
|
|
|
+ "needConsent": true,
|
|
|
|
+ "cookies": [],
|
|
|
|
+ "js": function () {
|
|
|
|
+ "use strict";
|
|
|
|
+
|
|
|
|
+ if (tarteaucitron.user.pingdomId === undefined) {
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ window._prum = [['id', tarteaucitron.user.pingdomId], ['mark', 'firstbyte', (new Date()).getTime()]];
|
|
|
|
+
|
|
|
|
+ tarteaucitron.addScript('https://rum-static.pingdom.net/prum.min.js');
|
|
|
|
+ }
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
|
|
// simpleanalytics
|
|
// simpleanalytics
|
|
tarteaucitron.services.simpleanalytics = {
|
|
tarteaucitron.services.simpleanalytics = {
|