Skip to content

Commit 5667b4d

Browse files
authoredFeb 6, 2025··
add whitespace
1 parent c367887 commit 5667b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/connections/spec/common.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Context is a dictionary of extra information that provides useful context about
148148
| `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). |
149149
| `referrer` | Object | Dictionary of information about the way the user was referred to the website or app, containing `type`, `name`, `url`, and `link`. |
150150
| `screen` | Object | Dictionary of information about the device's screen, containing `density`, `height`, and `width`. |
151-
| `timezone` | String | Timezones are sent as tzdata strings to add user timezone information which might be stripped from the timestamp, for example `America/New_York`,but in some cases, this may be unavailable due to browser limitations, privacy settings, or missing API support. |
151+
| `timezone` | String | Timezones are sent as tzdata strings to add user timezone information which might be stripped from the timestamp, for example `America/New_York`, but in some cases, this may be unavailable due to browser limitations, privacy settings, or missing API support. |
152152
| `groupId` | String | Group / Account ID. <br><br> This is useful in B2B use cases where you need to attribute your non-group calls to a company or account. It is relied on by several Customer Success and CRM tools. |
153153
| `traits` | Object | Dictionary of `traits` of the current user. <br><br> This is useful in cases where you need to `track` an event, but also associate information from a previous Identify call. You should fill this object the same way you would fill traits in an [identify call](/docs/connections/spec/identify/#traits). |
154154
| `userAgent` | String | User agent of the device making the request. |

0 commit comments

Comments
 (0)
Please sign in to comment.