|
| 1 | +<!-- Cookie Consent by TermsFeed https://www.TermsFeed.com --> |
| 2 | +<script type="text/javascript" src="https://www.termsfeed.com/public/cookie-consent/4.2.0/cookie-consent.js" charset="UTF-8"></script> |
| 3 | +<script type="text/javascript" charset="UTF-8"> |
| 4 | + document.addEventListener('DOMContentLoaded', function () { |
| 5 | + cookieconsent.run({ |
| 6 | + "notice_banner_type": "simple", |
| 7 | + "consent_type": "express", |
| 8 | + "palette": "light", |
| 9 | + "language": "en", |
| 10 | + "page_load_consent_levels": ["strictly-necessary", "functionality", "tracking"], |
| 11 | + "notice_banner_purposes_levels": ["strictly-necessary", "functionality", "tracking"], |
| 12 | + "notice_banner_reject_button_hide": false, |
| 13 | + "preferences_center_close_button_hide": false, |
| 14 | + "page_refresh_confirmation_buttons": false, |
| 15 | + "website_privacy_policy_url": "https://nasa-openscapes.github.io/earthdata-cloud-cookbook/privacy.html" |
| 16 | + }); |
| 17 | +}); |
| 18 | +</script> |
| 19 | + |
| 20 | +<!-- Google Analytics --> |
| 21 | +<script> |
| 22 | + window.dataLayer = window.dataLayer || []; |
| 23 | + function gtag(){ |
| 24 | + dataLayer.push(arguments); |
| 25 | + } |
| 26 | + gtag('consent', 'default', { |
| 27 | + 'ad_storage': 'denied', |
| 28 | + 'ad_user_data': 'denied', |
| 29 | + 'ad_personalization': 'denied', |
| 30 | + 'analytics_storage': 'granted' |
| 31 | + }); |
| 32 | +</script> |
| 33 | + |
| 34 | +<script type="text/plain" data-cookie-consent="tracking" async src="https://www.googletagmanager.com/gtag/js?id=G-T1FYH22RPC"></script> |
| 35 | + |
| 36 | +<script type="text/plain" data-cookie-consent="tracking"> |
| 37 | + window.dataLayer = window.dataLayer || []; |
| 38 | + function gtag(){dataLayer.push(arguments);} |
| 39 | + |
| 40 | + gtag('js', new Date()); |
| 41 | + gtag('config', 'G-T1FYH22RPC'); |
| 42 | +</script> |
| 43 | +<!-- end of Google Analytics--> |
0 commit comments