diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-28 12:11:10 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-09-28 12:11:10 +0000 |
commit | 24e5ef9b1a56019d7ea6deb41e8c8cbe5f0a59a3 (patch) | |
tree | 9590894b19bd66573068c5dce417939f14aa7590 /doc/development/snowplow | |
parent | f4963c8c9bb2b6c38e9bd3016494a27c6c91e7e6 (diff) | |
download | gitlab-ce-24e5ef9b1a56019d7ea6deb41e8c8cbe5f0a59a3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/development/snowplow')
-rw-r--r-- | doc/development/snowplow/index.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/development/snowplow/index.md b/doc/development/snowplow/index.md index e8b7d871b77..11525f186c1 100644 --- a/doc/development/snowplow/index.md +++ b/doc/development/snowplow/index.md @@ -720,7 +720,7 @@ The [`StandardContext`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/g | `geo_longitude` | **{dotted-circle}** | string | An approximate longitude | | `geo_region` | **{dotted-circle}** | string | Region of IP origin | | `geo_region_name` | **{dotted-circle}** | string | Region of IP origin | -| `geo_timezone` | **{dotted-circle}** | string | Timezone of IP origin | +| `geo_timezone` | **{dotted-circle}** | string | Time zone of IP origin | | `geo_zipcode` | **{dotted-circle}** | string | Zip (postal) code of IP origin | | `ip_domain` | **{dotted-circle}** | string | Second level domain name associated with the visitor's IP address | | `ip_isp` | **{dotted-circle}** | string | Visitor's ISP | @@ -738,7 +738,7 @@ The [`StandardContext`](https://gitlab.com/gitlab-org/gitlab/-/blob/master/lib/g | `os_family` | **{dotted-circle}** | string | Operating system family | | `os_manufacturer` | **{dotted-circle}** | string | Manufacturers of operating system | | `os_name` | **{dotted-circle}** | string | Name of operating system | -| `os_timezone` | **{dotted-circle}** | string | Client operating system timezone | +| `os_timezone` | **{dotted-circle}** | string | Client operating system time zone | | `page_referrer` | **{dotted-circle}** | string | Referrer URL | | `page_title` | **{dotted-circle}** | string | Page title | | `page_url` | **{dotted-circle}** | string | Page URL | |