You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -118,6 +118,18 @@ var identify = new amplitude.Identify()
118
118
amplitude.identify(identify);
119
119
```
120
120
121
+
### Arrays in User Properties ###
122
+
123
+
The SDK supports arrays in user properties. Anyof the user property operations above (with the exception of`add`) can accept a Javascript array. You can directly `set` arrays, or use `append` to generate an array.
You may use `setUserProperties` shorthand to set multiple user properties at once. This method is simply a wrapper around `Identify.set` and `identify`.
0 commit comments