Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4aaa361

Browse files
authored
Merge pull requestsegmentio#5023 from segmentio/spencerattick-patch-2
Improve Filter Example to Block Anonymous Traffic
2 parents5868a0a +7376520 commit4aaa361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/connections/destinations/destination-filters.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Use the [Public API](https://docs.segmentapis.com/tag/Destination-Filters/){:tar
124124
"destinationId":"<DESTIANTION_ID>",
125125
"title":"Don't send event if userId is null",
126126
"description":"Drop event if there is no userId on the request",
127-
"if":"length( userId ) < 1 or typeof( userId ) != 'string'",
127+
"if":"length( userId ) < 1",
128128
"actions": [
129129
{
130130
"type":"DROP"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp