Skip to content

Commit 33a7b92

Browse files
authored
Merge pull request #564 from plausible/macobo-patch-2
Channels: Update stats-api.md
2 parents ef6fab0 + 461c197 commit 33a7b92

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/stats-api.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Values of these dimensions are determined by the first pageview in a session.
124124
| `visit:exit_page` | /home | Page on which the visit session ended (last page viewed). |
125125
| `visit:source` | Twitter | Visit source, populated from an url query parameter tag (`utm_source``source` or `ref`) or the Referer HTTP header. |
126126
| `visit:referrer` | t.co/fzWTE9OTPt | Raw `Referer` header without `http://``http://` or `www.`. |
127+
| `visit:channel` | Organic Search | Acquisition channel for visit. |
127128
| `visit:utm_medium` | social | Raw value of the `utm_medium` query param on the entry page. |
128129
| `visit:utm_source` | twitter | Raw value of the `utm_source` query param on the entry page. |
129130
| `visit:utm_campaign` | profile | Raw value of the `utm_campaign` query param on the entry page. |
@@ -136,7 +137,7 @@ Values of these dimensions are determined by the first pageview in a session.
136137
| `visit:os_version` | 10.6 | Version number of the operating system used by the visitor. |
137138
| `visit:country` | US | ISO 3166-1 alpha-2 code of the visitor country. |
138139
| `visit:region` | US-MD | ISO 3166-2 code of the visitor region. |
139-
| `visit:city` | 4347778 | [GeoName ID](https://www.geonames.org/) of the visitor |
140+
| `visit:city` | 4347778 | [GeoName ID](https://www.geonames.org/) of the visitor. |
140141
| `visit:country_name` | United States | Name of the visitor country. |
141142
| `visit:region_name` | California | Name of the visitor region. |
142143
| `visit:city_name` | San Francisco | Name of the visitor city. |

0 commit comments

Comments
 (0)