Skip to content

Commit 8b7e9c3

Browse files
author
APIs and Common Services team
committed
Automated SDK update
This updates the SDK from internal repo commit segmentio/public-api@b48cd468.
1 parent 6af716e commit 8b7e9c3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/segment/publicapi/models/AudienceOptions.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ public AudienceOptions addFilterByExternalIdsItem(String filterByExternalIdsItem
8989
/**
9090
* The set of profile external identifiers being used to determine audience membership. Profiles
9191
* will only be considered for audience membership if the profile has at least one external id
92-
* whose key matches a value in this set.
92+
* whose key matches a value in this set. If unspecified, a default set of external identifiers
93+
* will be used: ['user_id', 'email', 'android.idfa',
94+
* 'ios.idfa'].
9395
*
9496
* @return filterByExternalIds
9597
*/

0 commit comments

Comments
 (0)