Fix config comment to list all analytics providers. (#2607)
The main config was properly updated with the google-gtag feature commit (79d0b75683), but was removed, possibly by bad merge, with an unrelated commit (bac26e96b2) two days later. The docs and test configs appear to have never received the initial google-gtag update.
This commit is contained in:
parent
af7805a985
commit
a0309bba05
@ -85,7 +85,7 @@ social:
|
|||||||
|
|
||||||
# Analytics
|
# Analytics
|
||||||
analytics:
|
analytics:
|
||||||
provider : false # false (default), "google", "google-universal", "custom"
|
provider : false # false (default), "google", "google-universal", "google-gtag", "custom"
|
||||||
google:
|
google:
|
||||||
tracking_id :
|
tracking_id :
|
||||||
anonymize_ip : # true, false (default)
|
anonymize_ip : # true, false (default)
|
||||||
|
|||||||
@ -81,7 +81,7 @@ social:
|
|||||||
|
|
||||||
# Analytics
|
# Analytics
|
||||||
analytics:
|
analytics:
|
||||||
provider : "google-universal" # false (default), "google", "google-universal", "custom"
|
provider : "google-universal" # false (default), "google", "google-universal", "google-gtag", "custom"
|
||||||
google:
|
google:
|
||||||
tracking_id : "UA-2011187-3" # Replace this with your ID, or delete
|
tracking_id : "UA-2011187-3" # Replace this with your ID, or delete
|
||||||
anonymize_ip : true
|
anonymize_ip : true
|
||||||
|
|||||||
@ -75,7 +75,7 @@ social:
|
|||||||
|
|
||||||
# Analytics
|
# Analytics
|
||||||
analytics:
|
analytics:
|
||||||
provider : false # false (default), "google", "google-universal", "custom"
|
provider : false # false (default), "google", "google-universal", "google-gtag", "custom"
|
||||||
google:
|
google:
|
||||||
tracking_id :
|
tracking_id :
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user