Skip to content

Commit e1fe221

Browse files
Update src/connections/spec/common.md
Co-authored-by: stayseesong <[email protected]>
1 parent b0b5325 commit e1fe221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/connections/spec/common.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Other libraries only collect `context.library`, any other context variables must
208208
209209
- The Android library collects `screen.density` with [this method](/docs/connections/spec/common/#context-fields-automatically-collected).
210210

211-
- userAgentData is only collected if the [Client Hints API](https://developer.mozilla.org/en-US/docs/Web/API/User-Agent_Client_Hints_API) is available on the browser.
211+
- userAgentData is only collected if the [Client Hints API](https://developer.mozilla.org/en-US/docs/Web/API/User-Agent_Client_Hints_API){:target="_blank"} is available on the browser.
212212

213213
To pass the context variables which are not automatically collected by Segment's libraries, you must manually include them in the event payload. The following code shows how to pass `groupId` as the context field of Analytics.js's `.track()` event:
214214

0 commit comments

Comments
 (0)