Add Pingdom
This commit is contained in:
parent
f65b959790
commit
7a6ce254db
|
|
@ -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
|
||||
tarteaucitron.services.simpleanalytics = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue