/*
/script>
window.cookieSeal = new CookieSeal({
tenantId: '65f82db2317d8d0013a80611',
siteId: '6b5265bf-d38a-419f-82c6-f5c7b57e73a1',
lang: 'tr', // or 'en' for English
showLogo: false,
onChangePreference: function(category, allowed) {
if (category === 'MarketingCookies' && allowed) {
// Initialize marketing scripts / trackers under this comment line
}
if (category === 'PerformanceCookies' && allowed) {
/// Initialize performance analytics scripts under this comment line
}
if (category === 'FunctionalCookies' && allowed) {
// Initialize functional analytics scripts under this comment line
}
},
})
*/