You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/actions-accoil-analytics/index.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ Accoil is most effective when used with Segment. Here’s how it functions:
33
33
34
34
To start using the Accoil destination:
35
35
36
-
1. In your Segment workspace, navigate to the Catalog page and search for "Accoil Analytics".
36
+
1. In your Segment workspace, navigate to the [Catalog page](https://app.segment.com/goto-my-workspace/destinations/catalog/){:target="_blank"} and search for "Accoil Analytics".
37
37
2. Select Accoil Analytics from the results and click **Add Destination**.
38
38
3. Choose the Segment source you want to connect to Accoil.
39
39
4. Navigate to your Accoil dashboard and find your API Key under **General Account Settings**. Copy this API Key.
@@ -65,13 +65,14 @@ Example Call:
65
65
Group calls link users to accounts and records account-level attributes.
66
66
67
67
Example Call:
68
-
````javascript
68
+
```javascript
69
69
analytics.group('accountId123', {
70
70
name:'Example Company',
71
71
createdAt:'2021-03-15T09:00:00Z', // ISO 8601 or Unix timestamp format
0 commit comments