Skip to content

Commit b9ab5c8

Browse files
authored
Merge pull request #5035 from segmentio/spencerattick-patch-2
add context about spaces in trait/property names
2 parents 15929ac + c0886d3 commit b9ab5c8

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 (for example, `properties.test event field`)?
222+
223+
Destination Filters can't target properties or traits with spaces in the field name. As an alternative, use [Insert Functions](/docs/connections/functions/insert-functions/), which let you write code to 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)