File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 3838 <link rel =" stylesheet" href =" {{ asset(' styles/app.css' ) }}" >
3939 {% endblock %}
4040
41+ <script >
42+ window .dataLayer = window .dataLayer || [];
43+ function gtag () {
44+ dataLayer .push (arguments );
45+ }
46+ gtag (" consent" , " default" , {
47+ ad_storage: " denied" ,
48+ ad_user_data: " denied" ,
49+ ad_personalization: " denied" ,
50+ analytics_storage: " denied" ,
51+ functionality_storage: " denied" ,
52+ personalization_storage: " denied" ,
53+ security_storage: " granted" ,
54+ wait_for_update: 2000 ,
55+ });
56+ gtag (" set" , " ads_data_redaction" , true );
57+ gtag (" set" , " url_passthrough" , true );
58+ </script >
59+
4160 <script id =" cookiepal" type =" text/javascript" src =" https://cdn.cookiepal.io/client_data/944894ea-9256-4fa5-817f-349b548cf43f/script.js" ></script >
4261 {% block javascripts %}
4362 <script >
You can’t perform that action at this time.
0 commit comments