You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/ab-smartly/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,4 +69,4 @@ If you aren't familiar with the Segment Spec, take a look at the [Track method d
69
69
analytics.track('Login Button Clicked')
70
70
```
71
71
72
-
Segment sends Track calls to A/B Smartly as a `track` event. A/B Smartly's track calls are the way to track goals. `analytics.track('booking')`will be equivalent to an A/B Smartly SDK track call `context.track('booking')`.
72
+
Segment sends Track calls to A/B Smartly as a `track` event. A/B Smartly's track calls are the way to track goals. `analytics.track('booking')`is equivalent to an A/B Smartly SDK track call `context.track('booking')`.
0 commit comments