File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
stylesheets-docs/partials/integrations/analytics Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change 4242 - icon : fontawesome/brands/youtube
4343 link : https://www.youtube.com/channel/UCgD4zSzAJwf3tBlOgJo7Qkw
4444 generator : false
45+ analytics :
46+ provider : custom
4547
4648extra_css :
4749 - extra.css
Original file line number Diff line number Diff line change 1+ < script >
2+ if ( window . location . hostname === "wallarm.github.io" ) {
3+ var script = document . createElement ( "script" ) ;
4+ script . src = "https://cdn.amplitude.com/script/78e35700de65a613b46a06dafca5d5e7.js" ;
5+ script . onload = function ( ) {
6+ window . amplitude . init ( "78e35700de65a613b46a06dafca5d5e7" , {
7+ fetchRemoteConfig : true ,
8+ autocapture : true ,
9+ minIdLength : 3
10+ } ) ;
11+ } ;
12+ document . head . appendChild ( script ) ;
13+ }
14+ </ script >
15+
You can’t perform that action at this time.
0 commit comments