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/kana/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
@@ -45,7 +45,7 @@ Kana looks for the following traits in Identify events which map to [user fields
45
45
|`traits.email`|*Optional*| Maps to the `email` of a user in Kana. |
46
46
|`traits.billingUserId`|*Optional*| Maps to the `billingId` of a user in Kana. Must be the customer `id` for either Stripe or Chargebee as valid billing providers. |
47
47
48
-
> warn ""
48
+
> warning ""
49
49
> All other traits will be dropped as they do not map to a field in Kana.
50
50
51
51
#### Creating, updating or merging
@@ -75,7 +75,7 @@ Kana looks at all properties in Track events for [mapping rules](#mapping-rules)
75
75
|`properties.featureId`|*Optional*| Used to map events to features directly. Should correspond to the `id` of a feature in Kana. Defaults to the any [mapping rules](#kana-rules) if not present. |
76
76
|`properties.delta`|*Optional*| Used to record how much of a feature someone has used. Defaults to `1`. |
77
77
78
-
> warn ""
78
+
> warning ""
79
79
> Events sent in without a `userId` (aka. anonymous events) will be dropped and responded to with a `400 Bad Request` error.
0 commit comments