Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/stats-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ Values of these dimensions are determined by the first pageview in a session.
| `visit:exit_page` | /home | Page on which the visit session ended (last page viewed). |
| `visit:source` | Twitter | Visit source, populated from an url query parameter tag (`utm_source`, `source` or `ref`) or the Referer HTTP header. |
| `visit:referrer` | t.co/fzWTE9OTPt | Raw `Referer` header without `http://`, `http://` or `www.`. |
| `visit:channel` | Organic Search | Acquisition channel for visit. |
| `visit:utm_medium` | social | Raw value of the `utm_medium` query param on the entry page. |
| `visit:utm_source` | twitter | Raw value of the `utm_source` query param on the entry page. |
| `visit:utm_campaign` | profile | Raw value of the `utm_campaign` query param on the entry page. |
Expand All @@ -136,7 +137,7 @@ Values of these dimensions are determined by the first pageview in a session.
| `visit:os_version` | 10.6 | Version number of the operating system used by the visitor. |
| `visit:country` | US | ISO 3166-1 alpha-2 code of the visitor country. |
| `visit:region` | US-MD | ISO 3166-2 code of the visitor region. |
| `visit:city` | 4347778 | [GeoName ID](https://www.geonames.org/) of the visitor |
| `visit:city` | 4347778 | [GeoName ID](https://www.geonames.org/) of the visitor. |
| `visit:country_name` | United States | Name of the visitor country. |
| `visit:region_name` | California | Name of the visitor region. |
| `visit:city_name` | San Francisco | Name of the visitor city. |
Expand Down
Loading