Skip to content

Commit 30a45d7

Browse files
authored
Add note to track method for CleverTap
1 parent 2eabaff commit 30a45d7

File tree

1 file changed

+3
-0
lines changed
  • src/connections/destinations/catalog/clevertap

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ All other traits will be sent to CleverTap as custom attributes. Please also not
3030

3131
When you `track` an event, we will send that event to CleverTap as a custom event. Note that CleverTap does not support arrays or nested objects for custom track event properties.
3232

33+
> note ""
34+
> **NOTE:** For your `track` events to appear on CleverTap, an accompanying trait such as `userId` or `email` from `identify` is required in order for CleverTap to record and associate the `track` event.
35+
3336
Please also note that the default logic for our cloud mode connection to CleverTap will lower case and snake_case any event properties passed from Segment's servers to CleverTap. Our device mode connection will not lower case or snake_case any event properties passed directly to CleverTap from the client.
3437

3538
### Order Completed

0 commit comments

Comments
 (0)