Skip to content

Commit 0625b85

Browse files
committed
Fixing closing javascript tags
1 parent a492bb7 commit 0625b85

File tree

1 file changed

+4
-1
lines changed
  • src/connections/destinations/catalog/actions-accoil-analytics

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)