Skip to content

Commit

Permalink
Add Zoho SaleIQ Fix #1232
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauriC committed May 21, 2024
1 parent a0152b5 commit 2c07243
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions tarteaucitron.services.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,27 @@ tarteaucitron.services.iframe = {
}
};

// zoho
tarteaucitron.services.zoho = {
"key": "zoho",
"type": "support",
"name": "Zoho SalesIQ",
"uri": "https://www.zoho.com/gdpr.html",
"needConsent": true,
"cookies": [],
"js": function () {
"use strict";

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

var $zoho=$zoho || {};
$zoho.salesiq = $zoho.salesiq || {widgetcode:tarteaucitron.user.zohoWidgetCode, values:{},ready:function(){}};
tarteaucitron.addScript('https://salesiq.zoho.eu/widget');
}
};

// teads
tarteaucitron.services.teads = {
"key": "teads",
Expand Down
2 changes: 1 addition & 1 deletion tarteaucitron.services.min.js

Large diffs are not rendered by default.

0 comments on commit 2c07243

Please sign in to comment.