Skip to content

Commit 1a9574d

Browse files
committed
edits
1 parent 42e48a0 commit 1a9574d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/connections/sources/catalog/libraries/website/javascript/troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ This works for any [context field](/docs/connections/spec/common/#context) that
134134
### What is the impact of exposing the source's write keys?
135135

136136
For the Segment script to work in the browser, you need to expose the write key in order for client-side tracking to work. Segment's library architecture requires the write key to be exposed, similar to that of other major tools like Google Analytics, Mixpanel, Kissmetrics, Hubspot, and Marketo.
137-
137+
138138
If you see any unusual behavior associated with your write key, you can generate a new key. Navigate to **Connections > Sources** and select your source. On the **Settings** tab, go to the **API Keys** section, and click **Generate New Key**.
139139

140140
If you want to hide the write key, you can use Segment's [HTTP Tracking API source](/docs/connections/sources/catalog/libraries/server/http-api/) or one of the other [server-side libraries](/docs/connections/sources/catalog/#server).
@@ -159,8 +159,8 @@ Some destinations accept properties only. As a result, custom context fields you
159159

160160
### Why am I seeing additional cookies on my website?
161161

162-
The AJS cookies being set under segment.com are first-party cookies, and they are part of our own implementation of Segment as well as the destination we are using. These cookies are not related to your implementation of Segment. You are only seeing them because you have visited Segment's domain using the same browser. They are being sent to the writekey connected to Segment's own workspace. They are associated with the events Segment tracks when you visit our domain, segment.com
163-
162+
The AJS cookies being set under segment.com are first-party cookies. They are part of Segment's own implementation as well as the destination Segment uses. These cookies are not related to your implementation of Segment, and you only see them because you've visited Segment's domain using the same browser. They are sent to the writekey connected to Segment's own workspace, and are associated with the events Segment tracks when you visit segment.com.
163+
164164

165165
## Known issues:
166166

0 commit comments

Comments
 (0)