Skip to content

Commit 6f4ea63

Browse files
Merge pull request #7122 from sherlockscore/AAD-428-fix-javascript-blocks
Accoil updates
2 parents 3c25c99 + e22365d commit 6f4ea63

File tree

1 file changed

+5
-2
lines changed
  • src/connections/destinations/catalog/actions-accoil-analytics

1 file changed

+5
-2
lines changed

src/connections/destinations/catalog/actions-accoil-analytics/index.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Accoil is most effective when used with Segment. Here’s how it functions:
3333

3434
To start using the Accoil destination:
3535

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".
3737
2. Select Accoil Analytics from the results and click **Add Destination**.
3838
3. Choose the Segment source you want to connect to Accoil.
3939
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:
6565
Group calls link users to accounts and records account-level attributes.
6666

6767
Example Call:
68-
````javascript
68+
```javascript
6969
analytics.group('accountId123', {
7070
name: 'Example Company',
7171
createdAt: '2021-03-15T09:00:00Z', // ISO 8601 or Unix timestamp format
7272
mrr: 3000,
7373
status: 'active'
7474
});
75+
```
7576

7677
### Track
7778

@@ -85,6 +86,7 @@ Example Call:
8586
item: 'Book',
8687
price: 25.00
8788
});
89+
```
8890

8991
### Page and Screen
9092

@@ -94,6 +96,7 @@ Example Calls:
9496
```javascript
9597
analytics.page('Home Page');
9698
analytics.screen('Dashboard');
99+
```
97100

98101
## Key Notes
99102

0 commit comments

Comments
 (0)