Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e712daa

Browse files
bobbyatsegmentmarkzegarelli
andauthored
Add to FAQ on SQL traits returning arrays (#4531)
* Add to FAQ on SQL traits returning arrays * Fix check for language, change via to with Fix check for language, changed via to with * Update src/engage/audiences/sql-traits.md --------- Co-authored-by: markzegarelli <[email protected]>
1 parent cbe3261 commit e712daa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/engage/audiences/sql-traits.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,10 @@ If you're importing a large list of users and traits, you'll need to consider yo
203203

204204
Yes, Segment limits request sizes to a maximum of 16KB. Records larger than this are discarded.
205205

206+
### Do SQL Traits support arrays?
207+
208+
No, SQL Traits supports string and numeric data types. You can cast arrays as a comma-separated string. In this case, if you used this trait to build an audience, you could check if the array contains a certain value with the "contains" operator, but the value is sent to any connected destinations as a string.
209+
206210
## Troubleshooting
207211

208212
### I'm getting a permissions error.

0 commit comments

Comments
 (0)