Skip to content

Commit 3f61d33

Browse files
authored
Merge pull request #4840 from Navattic/navattic/source
Update Navattic docs to exclude `anonymousId`
2 parents 4b8d748 + 82cec4a commit 3f61d33

File tree

1 file changed

+6
-4
lines changed
  • src/connections/sources/catalog/cloud-apps/navattic

1 file changed

+6
-4
lines changed

src/connections/sources/catalog/cloud-apps/navattic/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,20 @@ To get started with the Navattic source:
1515
3. Give the Source a nickname and configure any other settings.
1616
- The nickname is used as a label in the Segment app, and Segment creates a related schema name in your warehouse. The nickname can be anything, but Segment recommends using something that reflects the source itself and distinguishes amongst your environments (for example: SourceName_Prod, SourceName_Staging, SourceName_Dev).
1717
4. Click **Add Source** to save your settings.
18-
5. Copy the Write key from the Segment UI and log in to your Navattic account. Navigate to **Integrations > Segment** and paste the key. Click **Save** to connect.
19-
6. Choose which Navattic events to send to Segment, as well as which demos (projects) to activate for this integration.
18+
5. Copy the Write key from the Segment UI and log in to your Navattic account. Navigate to **Integrations > Segment** and paste the key.
19+
6. Optionally, select either the US (default) or EU region for your events.
20+
7. Click **Save** to connect.
21+
8. Choose which Navattic events to send to Segment, as well as which demos (projects) to activate for this integration.
2022

2123
## Stream
2224

2325
Navattic uses the stream Source component to send Segment event data. It uses server-side Track and Identify methods to send data to Segment. These events are then available both in destinations that accepts server-side events and in a schema in your data warehouse, so you can query using SQL.
2426

25-
Navattic generates its own ID for each visitor to your product demo. This ID passes as both the `userId` and `anonymousId` when pushing Navattic events to Segment.
27+
Navattic generates its own ID for each visitor to your product demo. This ID passes as the `userId` when pushing Navattic events to Segment.
2628

2729
## Events
2830

29-
The table below lists possible events that Navattic sends to Segment. With the exception of IDENTIFY_USER, all events are sent to the [Tracks table in Segment](/docs/connections/storage/warehouses/schema/#tracks-table). Additionally, every Navattic event includes the `userId` and `anonymousId` (which are the same), which are Navattic-generated for each user.
31+
The table below lists possible events that Navattic sends to Segment. With the exception of IDENTIFY_USER, all events are sent to the [Tracks table in Segment](/docs/connections/storage/warehouses/schema/#tracks-table). Additionally, every Navattic event includes the `userId`, which is Navattic-generated for each user.
3032

3133
Event Name | Description |
3234
------------ | ------------|

0 commit comments

Comments
 (0)