mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-14 16:55:50 +00:00
adds osana script
This commit is contained in:
@@ -32,6 +32,7 @@ theme:
|
||||
- src: ./static/js/xrpl-2.11.0.min.js
|
||||
- src: ./static/vendor/jquery-3.7.1.min.js
|
||||
- src: ./static/vendor/bootstrap.min.js
|
||||
- src: ./static/js/osano.js
|
||||
body:
|
||||
- src: ./static/js/xrplai-config.js
|
||||
id: xrplai-options
|
||||
|
||||
15
static/js/osano.js
Normal file
15
static/js/osano.js
Normal file
@@ -0,0 +1,15 @@
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag() {
|
||||
dataLayer.push(arguments);
|
||||
}
|
||||
gtag("consent", "default", {
|
||||
ad_storage: "denied",
|
||||
analytics_storage: "denied",
|
||||
ad_user_data: "denied",
|
||||
ad_personalization: "denied",
|
||||
personalization_storage: "denied",
|
||||
functionality_storage: "granted",
|
||||
security_storage: "granted",
|
||||
wait_for_update: 500,
|
||||
});
|
||||
gtag("set", "ads_data_redaction", true);
|
||||
Reference in New Issue
Block a user