mirror of
				https://github.com/gohugoio/hugo.git
				synced 2025-11-04 04:27:46 -05:00 
			
		
		
		
	
							parent
							
								
									a0eec02bd6
								
							
						
					
					
						commit
						06e90b1237
					
				@ -8,7 +8,7 @@ date: 2013-07-09
 | 
			
		||||
menu:
 | 
			
		||||
  main:
 | 
			
		||||
    parent: extras
 | 
			
		||||
next: /extras/builders
 | 
			
		||||
next: /extras/analytics
 | 
			
		||||
prev: /taxonomies/ordering
 | 
			
		||||
title: Aliases
 | 
			
		||||
weight: 10
 | 
			
		||||
 | 
			
		||||
							
								
								
									
										29
									
								
								docs/content/extras/analytics.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										29
									
								
								docs/content/extras/analytics.md
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,29 @@
 | 
			
		||||
---
 | 
			
		||||
date: 2016-02-06
 | 
			
		||||
linktitle: Analytics
 | 
			
		||||
menu:
 | 
			
		||||
  main:
 | 
			
		||||
    parent: extras
 | 
			
		||||
next: /extras/builders
 | 
			
		||||
prev: /extras/aliases
 | 
			
		||||
title: Analytics in Hugo
 | 
			
		||||
weight: 15
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
Hugo ships with prebuilt internal templates for Google Analytics tracking, including both synchronous and asynchronous tracking codes.
 | 
			
		||||
 | 
			
		||||
## Configuring Google Analytics
 | 
			
		||||
 | 
			
		||||
Provide your tracking id in your configuration file, e.g. config.yaml.
 | 
			
		||||
 | 
			
		||||
    googleAnalytics = "UA-123-45"
 | 
			
		||||
 | 
			
		||||
## Example
 | 
			
		||||
 | 
			
		||||
Include the internal template in your templates like so:
 | 
			
		||||
 | 
			
		||||
    {{ template "_internal/google_analytics.html" . }}
 | 
			
		||||
 | 
			
		||||
For async include the async template:
 | 
			
		||||
 | 
			
		||||
    {{ template "_internal/google_analytics_async.html" . }}
 | 
			
		||||
@ -6,7 +6,7 @@ menu:
 | 
			
		||||
  main:
 | 
			
		||||
    parent: extras
 | 
			
		||||
next: /extras/comments
 | 
			
		||||
prev: /extras/aliases
 | 
			
		||||
prev: /extras/analytics
 | 
			
		||||
title: Hugo Builders
 | 
			
		||||
weight: 20
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
@ -101,6 +101,8 @@ Following is a list of Hugo-defined variables that you can configure and their c
 | 
			
		||||
    editor:                     ""
 | 
			
		||||
    footnoteAnchorPrefix:       ""
 | 
			
		||||
    footnoteReturnLinkContents: ""
 | 
			
		||||
    # google analytics tracking id
 | 
			
		||||
    googleAnalytics:            ""
 | 
			
		||||
    languageCode:               ""
 | 
			
		||||
    layoutdir:                  "layouts"
 | 
			
		||||
    # Enable Logging
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user