Skip to content

Commit

Permalink
Add Equativ Fix #1166
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauriC committed Oct 28, 2023
1 parent 45e8757 commit 8833c2b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tarteaucitron.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,25 @@ tarteaucitron.services.iframe = {
}
};

// equativ
tarteaucitron.services.equativ = {
"key": "equativ",
"type": "ads",
"name": "Equativ",
"uri": "https://equativ.com/",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";

if (tarteaucitron.user.equativId === undefined) {
return;
}

tarteaucitron.addScript('https://ced.sascdn.com/tag/' + tarteaucitron.user.equativId + '/smart.js');
}
};

// twitch
tarteaucitron.services.twitch = {
"key": "twitch",
Expand Down

0 comments on commit 8833c2b

Please sign in to comment.