Show / Hide Table of Contents

Class IncludeConditions

JSON template for an Analytics Remarketing Include Conditions.

Inheritance
object
IncludeConditions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class IncludeConditions : IDirectResponseSchema

Properties

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX