Class IncludeConditions
JSON template for an Analytics Remarketing Include Conditions.
Implements
Inherited Members
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class IncludeConditions : IDirectResponseSchemaProperties
DaysToLookBack
The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.
Declaration
[JsonProperty("daysToLookBack")]
public virtual int? DaysToLookBack { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
IsSmartList
Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577
Declaration
[JsonProperty("isSmartList")]
public virtual bool? IsSmartList { get; set; }Property Value
| Type | Description | 
|---|---|
| bool? | 
Kind
Resource type for include conditions.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
MembershipDurationDays
Number of days (in the range 1 to 540) a user remains in the audience.
Declaration
[JsonProperty("membershipDurationDays")]
public virtual int? MembershipDurationDays { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
Segment
The segment condition that will cause a user to be added to an audience.
Declaration
[JsonProperty("segment")]
public virtual string Segment { get; set; }Property Value
| Type | Description | 
|---|---|
| string |