Show / Hide Table of Contents

Class RemarketingAudience.AudienceDefinitionData

The simple audience definition that will cause a user to be added to an audience.

Inheritance
System.Object
RemarketingAudience.AudienceDefinitionData
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 AudienceDefinitionData

Properties

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