Show / Hide Table of Contents

Class AlgorithmRulesSignal

Signal used to evaluate rules.

Inheritance
object
AlgorithmRulesSignal
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v4.Data
Assembly: Google.Apis.DisplayVideo.v4.dll
Syntax
public class AlgorithmRulesSignal : IDirectResponseSchema

Properties

ActiveViewSignal

Signal based on active views. This field is only supported for allowlisted partners.

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

ClickSignal

Signal based on clicks. This field is only supported for allowlisted partners.

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

ETag

The ETag of the item.

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

ImpressionSignal

Signal based on impressions.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX