Skip to content

Commit 6ac435d

Browse files
author
markzegarelli
committed
warning bubble
1 parent 6704985 commit 6ac435d

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Kana looks for the following traits in Identify events which map to [user fields
4545
| `traits.email` | *Optional* | Maps to the `email` of a user in Kana. |
4646
| `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. |
4747

48-
> warn ""
48+
> warning ""
4949
> All other traits will be dropped as they do not map to a field in Kana.
5050
5151
#### Creating, updating or merging
@@ -75,7 +75,7 @@ Kana looks at all properties in Track events for [mapping rules](#mapping-rules)
7575
| `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. |
7676
| `properties.delta` | *Optional* | Used to record how much of a feature someone has used. Defaults to `1`. |
7777

78-
> warn ""
78+
> warning ""
7979
> Events sent in without a `userId` (aka. anonymous events) will be dropped and responded to with a `400 Bad Request` error.
8080
8181
### Mapping Rules

0 commit comments

Comments
 (0)