Skip to content

Commit 93aee71

Browse files
feat: added topsort destination docs (#3)
1 parent 9adb4f6 commit 93aee71

File tree

1 file changed

+4
-1
lines changed
  • src/connections/destinations/catalog/topsort

1 file changed

+4
-1
lines changed

src/connections/destinations/catalog/topsort/index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ analytics.track("Product Clicked", {
4444
4. Return to the Topsort destination in the Segment app and enter the value for your **Marketplace API Key**.
4545
5. Enable only the Track events relevant to your site and so that the events do not get duplicated with a single user action. For example, if you always trigger a `Product Clicked` event together with the `Product Added` event when a user makes a click in the "Add to cart" button, then you should enable only the `Product Clicked` event for the Topsort Destination.
4646
{% include components/actions-fields.html %}
47+
4748
### Identify
4849

49-
Topsort recommends that you identify your logged-in users using Segment's [Identify method](/docs/connections/spec/identify/) and that you hash the user ID before sending it to Topsort.
50+
For Segment's browser and mobile libraries Topsort recommends that you identify your logged-in users using Segment's [Identify method](/docs/connections/spec/identify/).
5051

5152
Please find an example Identify call below:
5253

@@ -58,3 +59,5 @@ analytics.identify('361b1fdfbeaa9d64a13c033eb9f970dc6740f6bc', {
5859

5960
Once a user is identified, each call to Segment's [Track method](/docs/connections/spec/track/) automatically records the user ID.
6061
Users that are not logged in can be tracked using an [anonymousID](/docs/connections/spec/identify/#anonymous-id).
62+
63+
If you use a server side source please provide one of both options, anonymousId or userId.

0 commit comments

Comments
 (0)