File tree Expand file tree Collapse file tree 2 files changed +1
-20
lines changed
Expand file tree Collapse file tree 2 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 22
33{% block footer %}
44{{ super() }}
5- < script async src ="https://www.googletagmanager.com/gtag/js?id=UA-117752657-2 "> </ script >
6-
7- < script >
8-
9- window . dataLayer = window . dataLayer || [ ] ;
10-
11- function gtag ( ) { dataLayer . push ( arguments ) ; }
12-
13- gtag ( 'js' , new Date ( ) ) ;
14- gtag ( 'config' , 'UA-117752657-2' ) ;
15-
16- </ script >
17-
185< script >
196 ! function ( f , b , e , v , n , t , s )
207 { if ( f . fbq ) return ; n = f . fbq = function ( ) { n . callMethod ?
3421 tutorialLink : window . location . href ,
3522 downloadTitle : $ ( this ) . attr ( "data-response" )
3623 } ) ;
37- ga ( 'send' , {
38- hitType : 'event' ,
39- eventCategory : $ ( this ) . attr ( "data-response" ) ,
40- eventAction : 'click' ,
41- eventLabel : window . location . href
42- } ) ;
43-
4424 gtag ( 'event' , 'click' , {
4525 'event_category' : $ ( this ) . attr ( "data-response" ) ,
4626 'event_label' : $ ( "h1" ) . first ( ) . text ( ) ,
Original file line number Diff line number Diff line change 184184 'collapse_navigation' : False ,
185185 'display_version' : True ,
186186 'logo_only' : False ,
187+ 'analytics_id' : 'UA-117752657-2' ,
187188}
188189
189190
You can’t perform that action at this time.
0 commit comments