Credits – Informazioni del sito web
Titolare e proprietario del sito web
Alfons Runggaldier
Via Nevel 17
39046 Ortisei in Val Gardena
Tel.: +39 338 3036682
Partita IVA: 01382590212
info@alfons.it
Concetto, Design e Realizzazione
//inject iframemanager css document.head.insertAdjacentHTML( 'beforeend', ''); //inject cookieconsent css document.head.insertAdjacentHTML( 'beforeend', ''); //global iframemanager, needed later var im; //log the user's content to a local file on remote webserver //have to use php file which is called from here and saves local text, cant do with JS only function logConsent(){ // alert("consent being logged...."); } //Include Google Tag Manager if ID was provided @if($ga_id) //include google analytics window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} //import google tag manager import('https://www.googletagmanager.com/gtag/js?id={{ $ga_id }}').then(module => { //deny any consent gtag('consent', 'default', { 'ad_storage': 'denied', 'ad_user_data': 'denied', 'ad_personalization': 'denied', 'analytics_storage': 'denied', 'functionality_storage': 'denied', 'personalization_storage': 'denied', 'security_storage': 'denies', }); gtag('js', new Date()); gtag('config', '{{ $ga_id }}'); }); @endif //import iframemanager then initiate and assign iframemanager to global variable import('https://cdn.jsdelivr.net/gh/orestbida/iframemanager@1.3.0/dist/iframemanager.js').then(module => { //init iframemanager and assign to im global variable, needed later in cookie manager im = iframemanager(); //accept service in cookie manager if user accepts Youtube Video im.run({ onChange: ({ changedServices, eventSource }) => { if (eventSource.type === 'click') { const servicesToAccept = [ ...CookieConsent.getUserPreferences().acceptedServices['tracking'], ...changedServices, ]; CookieConsent.acceptService(servicesToAccept, 'tracking'); } }, currLang: 'en', services: { youtube: { embedUrl: 'https://www.youtube-nocookie.com/embed/{data-id}', thumbnailUrl: 'https://i3.ytimg.com/vi/{data-id}/hqdefault.jpg', iframe: { allow: 'accelerometer; encrypted-media; gyroscope; picture-in-picture; fullscreen;', }, languages: { en: { notice: 'This content is hosted by a third party. By showing the external content you accept the terms and conditions of youtube.com.', loadAllBtn: 'Accept and Load', }, }, }, vimeo: { embedUrl: 'https://player.vimeo.com/video/{data-id}', iframe: { allow: 'fullscreen; picture-in-picture;', }, thumbnailUrl: async (dataId, setThumbnail) => { const url = `https://vimeo.com/api/v2/video/${dataId}.json`; const response = await (await fetch(url)).json(); const thumbnailUrl = response[0]?.thumbnail_large; thumbnailUrl && setThumbnail(thumbnailUrl); }, languages: { en: { notice: 'This content is hosted by a third party. By showing the external content you accept the terms and conditions of vimeo.com.', loadBtn: 'Load once', loadAllBtn: "Don't ask again", }, }, }, }, }); }); //end import //import cookieconsent import('https://cdn.jsdelivr.net/gh/orestbida/cookieconsent@3.0.1/dist/cookieconsent.umd.js').then(module => { CookieConsent.run({ guiOptions: { consentModal: { layout: 'box inline', position: 'bottom right', equalWeightButtons: true, flipButtons: false, }, preferencesModal: { layout: 'box', equalWeightButtons: true, flipButtons: false, }, }, categories: { necessary: { readOnly: true, enabled: true, }, functional: { enabled: false, // Cookie tecnici }, tracking: { enabled: false, // Cookie analtici }, targeting: { enabled: false, // Cookie di tracciamento services: { youtube: { label: 'Youtube Embed', onAccept: () => im.acceptService('youtube'), onReject: () => im.rejectService('youtube'), }, vimeo: { label: 'Vimeo Embed', onAccept: () => im.acceptService('vimeo'), onReject: () => im.rejectService('vimeo'), }, }, }, }, language: { //default language default: 'en', //all translations translations: { 'en': { //start english translations "consentModal": { "title": "We use cookies", "description": "This website uses cookies and other tracking technologies to improve your browsing experience for the following purposes: to enable basic functionality of the website, to provide a better experience on the website, to measure your interest in our products and services and to personalize marketing interactions, to deliver ads that are more relevant to you.", "acceptAllBtn": "Accept all", "acceptNecessaryBtn": "Reject all", "showPreferencesBtn": "Manage preferences" }, "preferencesModal": { "title": "Cookie preferences", "acceptAllBtn": "Accept all", "acceptNecessaryBtn": "Reject all", "savePreferencesBtn": "Save preferences", "closeIconLabel": "Close", "sections": [ @foreach($cookies as $cookie) @if($cookie['category'] == 1) { "title": "Strictly necessary cookies Always enabled", "description": "These cookies are essential to provide you with services available through our website and to enable you to use certain features of our website. Without these cookies, we cannot provide you certain services on our website.", "linkedCategory": "necessary", "cookieTable": { "headers": { "name": "Name", "domain": "Service", "description": "Description", "expiration": "Expiration" }, "body": [ @foreach($cookies as $cookie) @if($cookie['category'] == 1) { "name": "{{ $cookie['title'] }}", "domain": "Google Analytics1", "description": "Cookie set by Google Analytics", "expiration": "Expires after 12 days" }, @endif @endforeach ] } }, @endif @if($cookie['category'] == 2) { "title": "Functionality cookies", "description": "These cookies are used to provide you with a more personalized experience on our website and to remember choices you make when you use our website.", "linkedCategory": "functional", "cookieTable": { "headers": { "name": "Name", "domain": "Service", "description": "Description", "expiration": "Expiration" }, "body": [ @foreach($cookies as $cookie) @if($cookie['category'] == 2) { "name": "{{ $cookie['title'] }}", "domain": "Google Analytics1", "description": "Cookie set by Google Analytics", "expiration": "Expires after 12 days" }, @endif @endforeach ] } }, @endif @if($cookie['category'] == 3) { "title": "Tracking cookies", "description": "These cookies are used to collect information to analyze the traffic to our website and how visitors are using our website. For example, these cookies may track things such as how long you spend on the website or the pages you visit which helps us to understand how we can improve our website for you.", "linkedCategory": "tracking", "cookieTable": { "headers": { "name": "", "domain": "Service", "description": "Description", "expiration": "Expiration" }, "body": [ @foreach($cookies as $cookie) @if($cookie['category'] == 3) { "name": "{{ $cookie['title'] }}", "domain": "Google Analytics1", "description": "Cookie set by Google Analytics", "expiration": "Expires after 12 days" }, @endif @endforeach ] } }, @endif @if($cookie['category'] == 4) { "title": "Targeting2 and advertising cookies", "description": "These cookies are used to show advertising that is likely to be of interest to you based on your browsing habits. These cookies, as served by our content and/or advertising providers, may combine information they collected from our website with other information they have independently collected relating to your web browser's activities across their network of websites.", "linkedCategory": "targeting", "cookieTable": { "headers": { "name": "Name", "domain": "Service", "description": "Description", "expiration": "Expiration" }, "body": [ @foreach($cookies as $cookie) @if($cookie['category'] == 4) { "name": "{{ $cookie['title'] }}", "domain": "Google Analytics12222", "description": "{!! $cookie['content'] !!}", "expiration": "Expires after 12 days" }, @endif @endforeach { "name": "im_youtube", "description": "Used to remember if the user accepted the youtube service.", "Service": "Youtube Embed" }, { "name": "im_video", "description": "Used to remember if the user accepted the vimeo service.", "Service": "Vimeo Embed" } ] } }, @endif @endforeach ] } } //end english translations } //end translation } //end language }); }); //end import cookieconsent
404
Not Found
Autori del contenuto
Warning: Trying to access array offset on null in /home/alfons/public_html/it/credits.php on line 85
Warning: Attempt to read property "gdpr_authors_texts" on null in /home/alfons/public_html/it/credits.php on line 85
Testi:
Warning: Trying to access array offset on null in /home/alfons/public_html/it/credits.php on line 86
Warning: Attempt to read property "gdpr_authors_images" on null in /home/alfons/public_html/it/credits.php on line 86
Immagini e foto:
Warning: Trying to access array offset on null in /home/alfons/public_html/it/credits.php on line 87
Warning: Attempt to read property "gdpr_graphic_and_layout" on null in /home/alfons/public_html/it/credits.php on line 87
Grafica e layout:
Warning: Trying to access array offset on null in /home/alfons/public_html/it/credits.php on line 88
Warning: Attempt to read property "gdpr_scripts" on null in /home/alfons/public_html/it/credits.php on line 88
Scripts:
Warning: foreach() argument must be of type array|object, null given in /home/alfons/public_html/it/credits.php on line 99
Privacy Policy
Warning: foreach() argument must be of type array|object, null given in /home/alfons/public_html/it/credits.php on line 114
Cookie Policy
Warning: foreach() argument must be of type array|object, null given in /home/alfons/public_html/it/credits.php on line 127