@segment/public-api-sdk-typescript 59.1.0-b13569 → 59.1.0-b13609
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/model/audienceOptions.ts +1 -1
- package/package.json +1 -1
package/model/audienceOptions.ts
CHANGED
|
@@ -18,7 +18,7 @@ export class AudienceOptions {
|
|
|
18
18
|
*/
|
|
19
19
|
'includeHistoricalData'?: boolean;
|
|
20
20
|
/**
|
|
21
|
-
* The set of profile external identifiers being used to determine audience membership. Profiles will only be considered for audience membership if the profile has at least one external id whose key matches a value in this set.
|
|
21
|
+
* The set of profile external identifiers being used to determine audience membership. Profiles will only be considered for audience membership if the profile has at least one external id whose key matches a value in this set. If unspecified, a default set of external identifiers will be used: [\'user_id\', \'email\', \'android.idfa\', \'ios.idfa\'].
|
|
22
22
|
*/
|
|
23
23
|
'filterByExternalIds'?: Array<string>;
|
|
24
24
|
/**
|