Digital Agent Sign-up
Please fill out the form below to sign up for Digital Agent!
tarteaucitron.services.mycustomservice = { "key": "mycustomservice", "type": "ads|analytic|api|comment|other|social|support|video", "name": "MyCustomService", "needConsent": true, "cookies": ['cookie', 'cookie2'], "readmoreLink": "/custom_read_more", // If you want to change readmore link "js": function () { "use strict"; // When user allow cookie }, "fallback": function () { "use strict"; // when use deny cookie } };