Show / Hide Table of Contents

Class AlgorithmRules

Rule-based algorithm.

Inheritance
object
AlgorithmRules
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.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class AlgorithmRules : IDirectResponseSchema

Properties

AttributionModelId

Attribution model for the algorithm. This field is only supported for allowlisted partners.

Declaration
[JsonProperty("attributionModelId")]
public virtual long? AttributionModelId { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

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

ImpressionSignalRuleset

Rules for the impression signals.

Declaration
[JsonProperty("impressionSignalRuleset")]
public virtual AlgorithmRulesRuleset ImpressionSignalRuleset { get; set; }
Property Value
Type Description
AlgorithmRulesRuleset

PostImpressionSignalRuleset

Rules for the post-impression signals. This field is only supported for allowlisted partners.

Declaration
[JsonProperty("postImpressionSignalRuleset")]
public virtual AlgorithmRulesRuleset PostImpressionSignalRuleset { get; set; }
Property Value
Type Description
AlgorithmRulesRuleset

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX