// obtain cookieconsent plugin var cc = initCookieConsent(); // run plugin with config object cc.run({ current_lang : 'en', autoclear_cookies : true, // default: false cookie_name: 'galerie-nudel_cookies', // default: 'cc_cookie' cookie_expiration : 365, // default: 182 page_scripts: true, // default: false auto_language: 'browser', // default: null; could also be 'browser' or 'document' autorun: true, // default: true delay: 0, // default: 0 force_consent: false, hide_from_bots: false, // default: false remove_cookie_tables: false, // default: false // cookie_domain: location.hostname, // default: current domain cookie_path: "/", // default: root cookie_same_site: "Lax", use_rfc_cookie: false, // default: false revision: 0, // default: 0 gui_options: { consent_modal: { layout: 'box', // box,cloud,bar position: 'bottom left', // bottom,middle,top + left,right,center transition: 'slide' // zoom,slide }, settings_modal: { layout: 'box', // box,bar position: 'left', // right,left (available only if bar layout selected) transition: 'zoom' // zoom,slide } }, onFirstAction: function(){ console.log('onFirstAction fired'); }, onAccept: function (cookie) { console.log('onAccept fired ...'); }, onChange: function (cookie, changed_preferences) { console.log('onChange fired ...'); }, languages: { //IS: en -> 0 'en': {consent_modal: {title: 'This website uses cookies!',description: 'In order to optimally design our website for you and to be able to continuously improve it, we use cookiesto personalize content and to analyze access to our website.. Information about your use of our website can be passed on to our partners for analysis. Our partners may combine this information with other data that you have provided to them, including via other websites, or that they have collected as part of your use of the services. In the settings you can specify which cookies you agree to.For more details on cookies and how we handle other sensitive data, please see the full privacy statement.',primary_btn: {text: 'Accept all', role: 'accept_all' },secondary_btn: {text: 'Settings', role: 'settings' }},settings_modal: {title: 'Kunst Galerie Nudel Cookie settings', save_settings_btn: 'Save settings', accept_all_btn: 'Accept all', reject_all_btn: 'Reject all', close_btn_label: 'Close', cookie_table_headers: [{col1: 'Name'},{col2: 'Offerer'},{col3: 'Expiration'},{col4: 'Description'}],blocks: [ { title: 'Cookie consent settings 📢',description: 'Here you can decide for each cookie category whether you allow the use of cookies in this category or not.'},{title: 'Strictly necessary cookies',description: 'These cookies are essential for the proper functioning of my website. Without these cookies, the website would not work properly',toggle: { value: 'nec', enabled: true, readonly: true},cookie_table: [{col1: 'PHPSESSID',col2: 'Kunst Galerie Nudel',col3: 'Session',col4: 'Under certain circumstances, caches variables on the web server.'},{col1: 'galerie-nudel_cookies',col2: 'Kunst Galerie Nudel',col3: '365 days',col4: 'Saves the choices made here.'}]},{title: 'Performance and Analytics cookies',description: 'We use statistical cookies to understand how you use the website, which pages you visited and which links you clicked on. All data is anonymized and cannot be used to identify you.',toggle: { value: 'stats', enabled: false, readonly: false},cookie_table: [{col1: '_ga',col2: 'Google Analytics Cookie',col3: '2 years',col4: 'Google cookie for website analysis. Generates statistical data about how the visitor uses the website.',is_regex: true},{col1: '_gat',col2: 'Google Analytics Cookie',col3: '2 years',col4: 'Google cookie for website analysis. Generates statistical data about how the visitor uses the website.',is_regex: true},{col1: '_gid',col2: 'Google Analytics Cookie',col3: '2 years',col4: 'Google cookie for website analysis. Generates statistical data about how the visitor uses the website.',is_regex: true}]}, {title: 'More information',description: 'If you would like to know more about how we handle personal data, then take a look at our privacy policy. You can see who we are in our imprint.',}]}} //hier , //IS: de -> 1 'de': {consent_modal: {title: 'Diese Webseite verwendet Cookies!',description: 'Um unsere Webseite für Sie optimal zu gestalten und fortlaufend verbessern zu können, verwenden wir Cookies um Inhalte zu personalisieren und die Zugriffe auf unsere Website zu analysieren. Hierbei können Informationen zu Ihrer Verwendung unserer Website an unsere Partner für Analysen weitergegeben werden. Möglicherweise führen unsere Partner diese Informationen mit weiteren Daten zusammen, die Sie ihnen, auch über andere Webseiten, bereitgestellt haben oder die sie im Rahmen Ihrer Nutzung der Dienste gesammelt haben. In den Einstellungen können sie festlegen welchen Cookies Sie Zustimmen.
Weitere Einzelheiten zu Cookies und wie wir mit anderen sensiblen Daten umgehen, finden Sie in der vollständigen Datenschutzerklärung.',primary_btn: {text: 'Alle akzeptieren', role: 'accept_all' },secondary_btn: {text: 'Einstellungen', role: 'settings' }},settings_modal: {title: 'Kunst Galerie Nudel Cookie Einstellungen', save_settings_btn: 'Einstellungen Speichern', accept_all_btn: 'Allen zustimmen', reject_all_btn: 'Alle ablehnen', close_btn_label: 'Schließen', cookie_table_headers: [{col1: 'Name'},{col2: 'Anbieter'},{col3: 'Ablaufzeit'},{col4: 'Beschreibung'}],blocks: [ { title: 'Cookie Zustimmungseinstellungen',description: 'Hier können Sie zu jeder Cookiekategorie entscheiden, ob Sie der Nutzung von Cookies dieser Kategorie zulassen oder nicht.'},{title: 'Notwendige Cookies',description: 'Diese Cookies sind für das reibungslose Funktionieren dieser Webseite unerlässlich. Ohne diese Cookies würde die Webseite nicht richtig funktionieren.',toggle: { value: 'nec', enabled: true, readonly: true},cookie_table: [{col1: 'PHPSESSID',col2: 'Kunst Galerie Nudel',col3: 'Sitzung',col4: 'Speichert u. U. Variablen auf dem Webserver zwischen.'},{col1: 'galerie-nudel_cookies',col2: 'Kunst Galerie Nudel',col3: '365 Tage',col4: 'Speichert die hier getroffenen Entscheidungen.'}]},{title: 'Statistik Cookies',description: 'Statistik-Cookies nutzen wir um zu verstehen wie Sie die Website nutzen, welche Seiten Sie besuchten und welche Links Sie angeklickt haben. Alle Daten sind anonymisiert und können nicht verwendet werden, um Sie zu identifizieren.',toggle: { value: 'stats', enabled: false, readonly: false},cookie_table: [{col1: '_ga',col2: 'Google Analytics Cookie',col3: '2 Jahre',col4: 'Cookie von Google für Website-Analysen. Erzeugt statistische Daten darüber, wie der Besucher die Website nutzt.',is_regex: true},{col1: '_gat',col2: 'Google Analytics Cookie',col3: '2 Jahre',col4: 'Cookie von Google für Website-Analysen. Erzeugt statistische Daten darüber, wie der Besucher die Website nutzt.',is_regex: true},{col1: '_gid',col2: 'Google Analytics Cookie',col3: '2 Jahre',col4: 'Cookie von Google für Website-Analysen. Erzeugt statistische Daten darüber, wie der Besucher die Website nutzt.',is_regex: true}]}, {title: 'Weiterführende Informationen',description: 'Wenn Sie genauer wissen möchten, wie wir mit Personenbezogenen Date umgehen, dann schauen Sie in unsere Datenschutzerklärung. Wer wir sind, sehen Sie in unserem Impressum.',}]}} //hier } });