Show / Hide Table of Contents

Class RemarketingAudience.StateBasedAudienceDefinitionData

A state based audience definition that will cause a user to be added or removed from an audience.

Inheritance
System.Object
RemarketingAudience.StateBasedAudienceDefinitionData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Analytics.v3.Data
Assembly: Google.Apis.Analytics.v3.dll
Syntax
public class StateBasedAudienceDefinitionData

Properties

ExcludeConditions

Defines the conditions to exclude users from the audience.

Declaration
[JsonProperty("excludeConditions")]
public virtual RemarketingAudience.StateBasedAudienceDefinitionData.ExcludeConditionsData ExcludeConditions { get; set; }
Property Value
Type Description
RemarketingAudience.StateBasedAudienceDefinitionData.ExcludeConditionsData

IncludeConditions

Defines the conditions to include users to the audience.

Declaration
[JsonProperty("includeConditions")]
public virtual IncludeConditions IncludeConditions { get; set; }
Property Value
Type Description
IncludeConditions
In This Article
Back to top