Skip to content

Commit ecd2686

Browse files
author
Thomas Gilbert
committed
add method details
1 parent fdd0793 commit ecd2686

File tree

1 file changed

+3
-3
lines changed
  • src/connections/destinations/catalog/convertly

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Send Page calls to ADD WHAT PAGE CALLS ARE USED FOR HERE. For example:
2929
analytics.page();
3030
```
3131

32-
Segment sends Page calls to Convertly as a pageview.
32+
Page calls are used in Convertly to analyze drop off and build user funnels.
3333

3434
### Identify
3535

@@ -41,7 +41,7 @@ analytics.identify("userId123", {
4141
});
4242
```
4343

44-
Segment sends Identify calls to Convertly as an identify event.
44+
Identify calls are used in Convertly to recognize users with a unique ID. This allows Convertly to generate charts and tables, providing insights into how users interact with data—all in natural language.
4545

4646
### Track
4747

@@ -51,4 +51,4 @@ Send Track calls to ADD WHAT Track CALLS ARE USED FOR HERE. For example:
5151
analytics.track("Login Button Clicked");
5252
```
5353

54-
Segment sends Track calls to Convertly as a track event.
54+
Track calls, along with event names, are used in Convertly to associate event data to users. Once a track event is sent, Convertly can query the data using natural language.

0 commit comments

Comments
 (0)