Skip to content

Commit 82e3d16

Browse files
Merge pull request #2335 from jmuething/patch-1
Add group call description to Appcues destination document
2 parents a2362a9 + eb56e5f commit 82e3d16

File tree

1 file changed

+16
-0
lines changed
  • src/connections/destinations/catalog/appcues

1 file changed

+16
-0
lines changed

src/connections/destinations/catalog/appcues/index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,22 @@ To get the most out of Appcues, you should send as much user data as possible in
4949
* Properties to personalize Appcues content, such as `name`, `firstName`, or `company`
5050
* Properties to target based on user lifecycle, such as `createdAt` (date), or usage metrics, such as `numTasksComplete`
5151

52+
## Group
53+
54+
Refer to the Segment Spec for information about the [Group method](/docs/connections/spec/group/). The following represents an example `group` call:
55+
56+
```javascript
57+
analytics.group("0e8c78ea9d97a7b8185e8632", {
58+
name: "Initech",
59+
industry: "Technology",
60+
employees: 329,
61+
plan: "enterprise",
62+
"total billed": 830
63+
});
64+
```
65+
66+
When you call `group` with Analytics.js, Segment calls `Appcues.group`. This is the preferred method of using and targeting on account-level properties.
67+
5268
## Track
5369

5470
Refer to the Segment Spec for information about the [Track method](/docs/connections/spec/track/). The following represents an example `track` call:

0 commit comments

Comments
 (0)