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
/// Initializes a new instance of the <see cref="AudienceDefinition" /> class.
69
42
/// </summary>
70
-
/// <param name="type">The underlying data type being segmented for this audience. Possible values: users, accounts..</param>
71
43
/// <param name="query">The query language string defining the audience segmentation criteria. For guidance on using the query language, see the [Segment documentation site](https://segment.com/docs/api/public-api/query-language). (required).</param>
Copy file name to clipboardExpand all lines: src/Segment.PublicApi/Model/AudienceOptions.cs
+1-16Lines changed: 1 addition & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,11 @@ public partial class AudienceOptions : IEquatable<AudienceOptions>, IValidatable
36
36
/// Initializes a new instance of the <see cref="AudienceOptions" /> class.
37
37
/// </summary>
38
38
/// <param name="includeHistoricalData">Determines whether data prior to the audience being created is included when determining audience membership. Note that including historical data may be needed in order to properly handle the definition specified. In these cases, Segment will automatically handle including historical data and the response will return the includeHistoricalData parameter as true..</param>
39
-
/// <param name="includeAnonymousUsers">Determines whether anonymous users should be included when determining audience membership..</param>
40
39
/// <param name="filterByExternalIds">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..</param>
41
40
/// <param name="backfillEventDataDays">If specified, the value of this field indicates the number of days, specified from the date the audience was created, that event data will be included from when determining audience membership. If unspecified, defer to the value of `includeHistoricalData` to determine whether historical data is either entirely included or entirely excluded when determining audience membership..</param>
/// 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.
66
57
/// </summary>
@@ -84,7 +75,6 @@ public override string ToString()
0 commit comments