Class RemarketingAudience.StateBasedAudienceDefinitionData.ExcludeConditionsData
Defines the conditions to exclude users from the audience.
Inheritance
System.Object
RemarketingAudience.StateBasedAudienceDefinitionData.ExcludeConditionsData
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 ExcludeConditionsData
Properties
ExclusionDuration
Whether to make the exclusion TEMPORARY or PERMANENT.
Declaration
[JsonProperty("exclusionDuration")]
public virtual string ExclusionDuration { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |
|---|---|
| System.String |