Show / Hide Table of Contents

Class AlgorithmRulesFloodlightActivityConversionSignal

The rule to score impressions based on Floodlight conversion events.

Inheritance
object
AlgorithmRulesFloodlightActivityConversionSignal
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 AlgorithmRulesFloodlightActivityConversionSignal : IDirectResponseSchema

Properties

ConversionCounting

Required. The type of conversions to be used in impression value computation, for example, post-click conversions.

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

CountingMethod

Required. The way to acquire value from the floodlight activity, for example, count of the conversion.

Declaration
[JsonProperty("countingMethod")]
public virtual string CountingMethod { 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

FloodlightActivityId

Required. Id of the floodlight activity.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX