Skip to content

Commit 1a55e6a

Browse files
Update index.md
Clarifying integration behavior per CleverTap request
1 parent a1f1ef2 commit 1a55e6a

File tree

1 file changed

+2
-2
lines changed
  • src/connections/destinations/catalog/clevertap

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ When you identify a user, we'll pass that user's information to CleverTap with u
2424
- `phone` maps to `Phone`
2525
- `email` maps to `Email`
2626

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.
2828

2929
## Track
3030

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.
3232

3333
### Order Completed
3434

0 commit comments

Comments
 (0)