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/clevertap/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,11 +24,11 @@ When you identify a user, we'll pass that user's information to CleverTap with u
24
24
-`phone` maps to `Phone`
25
25
-`email` maps to `Email`
26
26
27
-
All other traits will be sent to CleverTap as custom attributes.
27
+
All other traits will be sent to CleverTap as custom attributes. Please also note that the default logic will lower case and snake_case any user traits - custom or special - passed to CleverTap.
28
28
29
29
## Track
30
30
31
-
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.
31
+
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. Please also note that the default logic will lower case and snake_case any event properties passed to CleverTap.
0 commit comments