// obtain cookieconsent plugin var cc = initCookieConsent(); // run plugin with config object cc.run({ current_lang : 'en', autoclear_cookies : true, // default: false cookie_name: 'Rita_Engeln_Bestattungen', // 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: 'Rita Engeln Bestattungen 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: 'Rita Engeln Bestattungen',col3: 'Session',col4: 'Caches variables on the web server.'},{col1: 'Rita_Engeln_Bestattungen',col2: 'Rita Engeln Bestattungen',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: '_pk_ses.#.#*##',col2: 'Matomo Cookie',col3: 'Sitzung',col4: 'Used by the Matomo Analytics platform to track the visitor\'s page views during the session.',is_regex: true},{col1: '_pk_ses.#.#*##',col2: 'Matomo Cookie',col3: '1 Year',col4: 'Collects anonymous statistics about the user\'s visits to the website, such as B. the number of visits, average length of stay on the website and which pages were read.'},{col1: 'GTM-*',col2: 'Google Ireland Limited',col3: '1 year',col4: 'This is a tag management system. Tags can be integrated centrally via a user interface using the Google Tag Manager. Tags are small pieces of code that can track activity. Script codes from other tools are integrated via the Google Tag Manager. The Tag Manager allows you to control when a specific tag is triggered.'},{col1: '_ga',col2: 'Google Ireland Limited',col3: '2 years',col4: 'Contains a randomly generated user ID. Using this ID, Google Analytics can recognize returning users on this website and combine data from previous visits.'},{col1: '_ga_*',col2: 'Google Ireland Limited',col3: '2 years',col4: 'Contains a randomly generated user ID. Using this ID, Google Analytics can recognize returning users on this website and combine data from previous visits.'},{col1: 'IDE',col2: 'doubleclick.net',col3: '1 year',col4: 'Contains a randomly generated user ID. Using this ID, Google can recognize the user across different websites across domains and display personalized advertising.'},{col1: 'test_cookie',col2: 'doubleclick.net',col3: '15 mins',col4: 'Is set as a test to check whether the browser allows cookies to be set. Does not contain any identifying features.'},{col1: '_gcl_au',col2: 'Google Tag Manager',col3: '1 year',col4: 'Contains a randomly generated user ID.'},{col1: '_gcl_aw',col2: 'Google Ireland Limited',col3: '1 year',col4: 'This cookie is set when a user accesses the website by clicking on a Google ad. It contains information about which ad was clicked, so that successes such as orders or contact requests can be assigned to the ad.'},{col1: '_gcl_dc',col2: 'Google Tag Manager',col3: '1 year',col4: 'This cookie is set when a user accesses the website by clicking on a Google ad. It contains information about which ad was clicked, so that successes such as orders or contact requests can be assigned to the ad.'},{col1: '_gaexp',col2: 'Google Ireland Limited',col3: '90 days',col4: 'Is set as a test to check whether the browser allows cookies to be set. Does not contain any identifying features.'},{col1: '_opt_utmc',col2: 'Google Ireland Limited',col3: '24 hours',col4: 'This cookie stores information about which marketing campaign a user last came to the website from.'},{col1: '_opt_awcid',col2: 'Google Ireland Limited',col3: '24 hours',col4: 'Contains a randomly generated user ID. Using this ID, Google can recognize the user across different websites across domains and display personalized advertising.'},{col1: '_opt_awmid',col2: 'Google Ireland Limited',col3: '24 hours',col4: 'This cookie is set when a user accesses the website by clicking on a Google ad. It contains information about whose customer account the clicked advertisement was shown from.'},{col1: '_opt_awgid',col2: 'Google Ireland Limited',col3: '24 hours',col4: 'This cookie is set when a user accesses the website by clicking on a Google ad. It contains information about which advertising campaign the clicked ad belongs to.'},{col1: '_opt_awkid',col2: 'Google Ireland Limited',col3: '24 hours',col4: 'This cookie is set when a user accesses the website by clicking on a Google ad. It contains information about the selection criteria based on which the ad was shown, for example which keyword was posted on Google.'}]}, {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: 'Meine Webseite verwendet Cookies!',description: 'Um meine Webseite für Sie optimal zu gestalten und fortlaufend verbessern zu können, verwende ich 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 meine 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 ich mit anderen sensiblen Daten umgehen, finden Sie in der vollständigen Datenschutzerklärung.

Sie können die eingesetzten Cookie-Gruppen auch einzelnd Zulassen bwz. sperren:

',primary_btn: {text: 'Alle akzeptieren', role: 'accept_all' },secondary_btn: {text: 'Nur Notwendige', role: 'accept_necessary' }},settings_modal: {title: 'Rita Engeln Bestattungen 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: 'Rita Engeln Bestattungen',col3: 'Sitzung',col4: 'Speichert Variablen auf dem Webserver zwischen.'},{col1: 'Rita_Engeln_Bestattungen',col2: 'Rita Engeln Bestattungen',col3: '365 Tage',col4: 'Speichert die hier getroffenen Entscheidungen.'}]},{title: 'Statistik Cookies',description: 'Statistik-Cookies nutze ich 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: '_pk_ses.#.#*##',col2: 'Matomo Cookie',col3: 'Sitzung',col4: 'Wird von Matomo Analytics Plattform genutzt, um Seitenabrufe des Besuchers während der Sitzung nachzuverfolgen.',is_regex: true},{col1: '_pk_ses.#.#*##',col2: 'Matomo Cookie',col3: '1 Jahr',col4: 'Erfasst anonyme Statistiken über Besuche des Benutzers auf der Website, wie z. B. die Anzahl der Besuche, durchschnittliche Verweildauer auf der Website und welche Seiten gelesen wurden.'},{col1: 'GTM-*',col2: 'Google Ireland Limited',col3: '1 Jahr',col4: 'Dies ist ein Tag-Management-System. Über den Google Tag Manager können Tags zentral über eine Benutzeroberfläche eingebunden werden. Tags sind kleine Codeabschnitte, die Aktivitäten verfolgen können. Über den Google Tag Manager werden Script-Codes anderer Tools eingebunden. Der Tag Manager ermöglicht es zu steuern, wann ein bestimmtes Tag ausgelöst wird.'},{col1: '_ga',col2: 'Google Ireland Limited',col3: '2 Jahre',col4: 'Enthält eine zufallsgenerierte User-ID. Anhand dieser ID kann Google Analytics wiederkehrende User auf dieser Website wiedererkennen und die Daten von früheren Besuchen zusammenführen.'},{col1: '_ga_*',col2: 'Google Ireland Limited',col3: '2 Jahre',col4: 'Enthält eine zufallsgenerierte User-ID. Anhand dieser ID kann Google Analytics wiederkehrende User auf dieser Website wiedererkennen und die Daten von früheren Besuchen zusammenführen.'},{col1: 'IDE',col2: 'doubleclick.net',col3: '1 Jahr',col4: 'Enthält eine zufallsgenerierte User-ID. Anhand dieser ID kann Google den User über verschiedene Websites domainübergreifend wiedererkennen und personalisierte Werbung ausspielen.'},{col1: 'test_cookie',col2: 'doubleclick.net',col3: '15 Min.',col4: 'Wird testweise gesetzt, um zu prüfen, ob der Browser das Setzen von Cookies erlaubt. Enthält keine Identifikationsmerkmale.'},{col1: '_gcl_au',col2: 'Google Tag Manager',col3: '1 Jahr',col4: 'Enthält eine zufallsgenerierte User-ID.'},{col1: '_gcl_aw',col2: 'Google Ireland Limited',col3: '1 Jahr',col4: 'Dieses Cookie wird gesetzt, wenn ein User über einen Klick auf eine Google Werbeanzeige auf die Website gelangt. Es enthält Informationen darüber, welche Werbeanzeige geklickt wurde, sodass erzielte Erfolge wie z.B. Bestellungen oder Kontaktanfragen der Anzeige zugewiesen werden können.'},{col1: '_gcl_dc',col2: 'Google Tag Manager',col3: '1 Jahr',col4: 'Dieses Cookie wird gesetzt, wenn ein User über einen Klick auf eine Google Werbeanzeige auf die Website gelangt. Es enthält Informationen darüber, welche Werbeanzeige geklickt wurde, sodass erzielte Erfolge wie z.B. Bestellungen oder Kontaktanfragen der Anzeige zugewiesen werden können.'},{col1: '_gaexp',col2: 'Google Ireland Limited',col3: '90 Tage',col4: 'Wird testweise gesetzt, um zu prüfen, ob der Browser das Setzen von Cookies erlaubt. Enthält keine Identifikationsmerkmale.'},{col1: '_opt_utmc',col2: 'Google Ireland Limited',col3: '24 Stunden',col4: 'Dieses Cookie speichert Informationen darüber, über welche Marketing-Kampagne ein User zuletzt auf die Website gekommen ist.'},{col1: '_opt_awcid',col2: 'Google Ireland Limited',col3: '24 Stunden',col4: 'Enthält eine zufallsgenerierte User-ID. Anhand dieser ID kann Google den User über verschiedene Websites domainübergreifend wiedererkennen und personalisierte Werbung ausspielen.'},{col1: '_opt_awmid',col2: 'Google Ireland Limited',col3: '24 Stunden',col4: 'Dieses Cookie wird gesetzt, wenn ein User über einen Klick auf eine Google Werbeanzeige auf die Website gelangt. Es enthält Informationen darüber, aus wessen Kundenkonto die angeklickte Werbeanzeige geschalten wurde.'},{col1: '_opt_awgid',col2: 'Google Ireland Limited',col3: '24 Stunden',col4: 'Dieses Cookie wird gesetzt, wenn ein User über einen Klick auf eine Google Werbeanzeige auf die Website gelangt. Es enthält Informationen darüber, zu welcher Werbekampagne die angeklickte Werbeanzeige gehört.'},{col1: '_opt_awkid',col2: 'Google Ireland Limited',col3: '24 Stunden',col4: 'Dieses Cookie wird gesetzt, wenn ein User über einen Klick auf eine Google Werbeanzeige auf die Website gelangt. Es enthält Informationen darüber, aufgrund welcher Auswahlkriterien die Anzeige geschalten wurde, beispielsweise welches Keyword bei Google eingebucht wurde.'}]}, {title: 'Weiterführende Informationen',description: 'Wenn Sie genauer wissen möchten, wie ich mit Personenbezogenen Date umgehen, dann schauen Sie in meine Datenschutzerklärung. Hier geht es zu meinem Impressum.',}]}} //hier } });