File tree 2 files changed +7
-8
lines changed
2 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 240
240
"footer_start" : ["pandas_footer" , "sphinx-version" ],
241
241
"github_url" : "https://github.com/pandas-dev/pandas" ,
242
242
"twitter_url" : "https://twitter.com/pandas_dev" ,
243
- "analytics" : {"google_analytics_id" : "UA-27880019-2 " },
243
+ "analytics" : {"google_analytics_id" : "G-5RE31C1RNW " },
244
244
"logo" : {"image_dark" : "https://pandas.pydata.org/static/img/pandas_white.svg" },
245
245
"navbar_end" : ["version-switcher" , "theme-switcher" , "navbar-icon-links" ],
246
246
"switcher" : {
Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
< html >
3
3
< head >
4
- < script type ="text/javascript ">
5
- var _gaq = _gaq || [ ] ; _gaq . push ( [ '_setAccount' , 'UA-27880019-2' ] ) ; _gaq . push ( [ '_trackPageview' ] ) ;
6
- ( function ( ) {
7
- var ga = document . createElement ( 'script' ) ; ga . type = 'text/javascript' ; ga . async = true ;
8
- ga . src = ( 'https:' == document . location . protocol ? 'https://ssl' : 'http://www' ) + '.google-analytics.com/ga.js' ;
9
- var s = document . getElementsByTagName ( 'script' ) [ 0 ] ; s . parentNode . insertBefore ( ga , s ) ;
10
- } ) ( ) ;
4
+ < script async ="async " src ="https://www.googletagmanager.com/gtag/js?id=G-5RE31C1RNW "> </ script >
5
+ < script >
6
+ window . dataLayer = window . dataLayer || [ ] ;
7
+ function gtag ( ) { dataLayer . push ( arguments ) ; }
8
+ gtag ( 'js' , new Date ( ) ) ;
9
+ gtag ( 'config' , 'G-5RE31C1RNW' ) ;
11
10
</ script >
12
11
< title > pandas - Python Data Analysis Library</ title >
13
12
< meta charset ="utf-8 ">
You can’t perform that action at this time.
0 commit comments