Skip to content

Commit b83c76f

Browse files
author
Thomas Gilbert
committed
fix method sections
1 parent ecd2686 commit b83c76f

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
@@ -23,7 +23,7 @@ Convertly supports the following methods, as specified in the [Segment Spec](/do
2323

2424
### Page
2525

26-
Send Page calls to ADD WHAT PAGE CALLS ARE USED FOR HERE. For example:
26+
Send Page calls to Convertly, for example:
2727

2828
```js
2929
analytics.page();
@@ -33,7 +33,7 @@ Page calls are used in Convertly to analyze drop off and build user funnels.
3333

3434
### Identify
3535

36-
Send Identify calls to ADD WHAT IDENTIFY CALLS ARE USED FOR HERE. For example:
36+
Send Identify calls to Convertly, for example:
3737

3838
```js
3939
analytics.identify("userId123", {
@@ -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-
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.
54+
Track calls, along with event names, are used in Convertly to track user events. Once a track event is sent, Convertly can query the data using natural language.

0 commit comments

Comments
 (0)