We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a492bb7 commit 0625b85Copy full SHA for 0625b85
src/connections/destinations/catalog/actions-accoil-analytics/index.md
@@ -65,13 +65,14 @@ Example Call:
65
Group calls link users to accounts and records account-level attributes.
66
67
Example Call:
68
- ````javascript
+ ```javascript
69
analytics.group('accountId123', {
70
name: 'Example Company',
71
createdAt: '2021-03-15T09:00:00Z', // ISO 8601 or Unix timestamp format
72
mrr: 3000,
73
status: 'active'
74
});
75
+ ```
76
77
### Track
78
@@ -85,6 +86,7 @@ Example Call:
85
86
item: 'Book',
87
price: 25.00
88
89
90
91
### Page and Screen
92
@@ -94,6 +96,7 @@ Example Calls:
94
96
```javascript
95
97
analytics.page('Home Page');
98
analytics.screen('Dashboard');
99
100
101
## Key Notes
102
0 commit comments