Skip to content

Commit

Permalink
Preparing to introduce GA4 alongside UA-...
Browse files Browse the repository at this point in the history
  • Loading branch information
blast-hardcheese committed Oct 25, 2023
1 parent 176a789 commit 5b84f9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion microsite/docs/docs/settings.md
Expand Up @@ -124,7 +124,7 @@ micrositeGitHostingService := GitLab
micrositeGitHostingUrl := "https://gitlab.com/gitlab-org/gitlab-ce"
```

- `micrositeAnalyticsToken`: Property id of Google Analytics. This is empty by default.
- `micrositeAnalyticsToken`: Property id of Google's Universal Analytics token ("UA-...-1"). This is empty by default.

```scala
micrositeAnalyticsToken := 'UA-XXXXX-Y'
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/microsites/MicrositeKeys.scala
Expand Up @@ -185,7 +185,7 @@ trait MicrositeKeys {

val micrositeAnalyticsToken: SettingKey[String] =
settingKey[String](
"Optional. Add your property id of Google Analytics to add a Google Analytics tracker"
"Optional. Add your legacy Universal Access (UA-...) property id of Google Analytics to add a Google Analytics tracker"
)
val micrositeGitterChannel: SettingKey[Boolean] = settingKey[Boolean](
"Optional. Includes Gitter sidecar Chat functionality. Enabled by default."
Expand Down

0 comments on commit 5b84f9d

Please sign in to comment.