You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/spec/common.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,13 +47,6 @@ Here's an example of these common fields in raw JSON:
47
47
"version": "2.11.1"
48
48
},
49
49
"locale": "en-US",
50
-
"location": {
51
-
"city": "San Francisco",
52
-
"country": "United States",
53
-
"latitude": 40.2964197,
54
-
"longitude": -76.9411617,
55
-
"speed": 0
56
-
},
57
50
"network": {
58
51
"bluetooth": false,
59
52
"carrier": "T-Mobile US",
@@ -131,8 +124,7 @@ Context is a dictionary of extra information that provides useful context about
131
124
|`device`| Object | Dictionary of information about the device, containing `id`, `advertisingId`, `manufacturer`, `model`, `name`, `type`, and `version`. |
132
125
|`ip`| String | Current user's IP address. |
133
126
|`library`| Object | Dictionary of information about the library making the requests to the API, containing `name` and `version`. |
134
-
|`locale`| String | Locale string for the current user, for example `en-US`. |
135
-
|`location`| Object | Dictionary of information about the user's current location, containing `city`, `country`, `latitude`, `longitude`, `region`, and `speed`. |
127
+
|`locale`| String | Locale string for the current user, for example `en-US`. |
136
128
|`network`| Object | Dictionary of information about the current network connection, containing `bluetooth`, `carrier`, `cellular`, and `wifi`. |
137
129
|`os`| Object | Dictionary of information about the operating system, containing `name` and `version`. |
138
130
|`page`| Object | Dictionary of information about the current page in the browser, containing `path`, `referrer`, `search`, `title` and `url`. This is automatically collected by [Analytics.js](/docs/connections/sources/catalog/libraries/website/javascript/#context--traits). |
@@ -170,9 +162,6 @@ Other libraries only collect `context.library`, any other context variables must
0 commit comments