Skip to content

Commit 7b0d7bd

Browse files
add context about spaces in trait/property names
1 parent b6048c3 commit 7b0d7bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/connections/destinations/destination-filters.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,11 @@ You must have write access to save and edit filters. Read permission access only
218218

219219
Use the destination filter tester during setup to verify that you're filtering out the right events. Filtered events show up on the schema page but aren't counted in event deliverability graphs.
220220

221+
#### Can I filter on properties/traits that have spaces in the name (ex. `properties.test event field`)?
222+
223+
Unfortunately, properties or traits with spaces in the field name cannot be targeted by Destination Filters at this time. Another option would be to use an [Insert Function]([url](https://segment.com/docs/connections/functions/insert-functions/)) where you can write code that could take care of such filtering.
224+
225+
221226
#### Can I use destination filters to drop events unsupported by a destination?
222227

223228
The check for unsupported events types happens before any destination filter checks. As a result, Destination Filters can't prevent unsupported event type errors. To filter these events, use the [Integrations Object](/docs/guides/filtering-data/#filtering-with-the-integrations-object).

0 commit comments

Comments
 (0)