Show / Hide Table of Contents

Class ListPopulationRule

Remarketing List Population Rule.

Inheritance
System.Object
ListPopulationRule
Implements
IDirectResponseSchema
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.Dfareporting.v3_3.Data
Assembly: Google.Apis.Dfareporting.v3_3.dll
Syntax
public class ListPopulationRule : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

FloodlightActivityId

Floodlight activity ID associated with this rule. This field can be left blank.

Declaration
[JsonProperty("floodlightActivityId")]
public virtual long? FloodlightActivityId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

FloodlightActivityName

Name of floodlight activity associated with this rule. This is a read-only, auto-generated field.

Declaration
[JsonProperty("floodlightActivityName")]
public virtual string FloodlightActivityName { get; set; }
Property Value
Type Description
System.String

ListPopulationClauses

Clauses that make up this list population rule. Clauses are joined by ANDs, and the clauses themselves are made up of list population terms which are joined by ORs.

Declaration
[JsonProperty("listPopulationClauses")]
public virtual IList<ListPopulationClause> ListPopulationClauses { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<ListPopulationClause>

Implements

IDirectResponseSchema
In This Article
Back to top