Show / Hide Table of Contents

Class RemarketingAudience.StateBasedAudienceDefinitionData.ExcludeConditionsData

Defines the conditions to exclude users from the audience.

Inheritance
object
RemarketingAudience.StateBasedAudienceDefinitionData.ExcludeConditionsData
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 RemarketingAudience.StateBasedAudienceDefinitionData.ExcludeConditionsData

Properties

ExclusionDuration

Whether to make the exclusion TEMPORARY or PERMANENT.

Declaration
[JsonProperty("exclusionDuration")]
public virtual string ExclusionDuration { get; set; }
Property Value
Type Description
string

Segment

The segment condition that will cause a user to be removed from an audience.

Declaration
[JsonProperty("segment")]
public virtual string Segment { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX