Class AlgorithmRulesFloodlightActivityConversionSignal
The rule to score impressions based on Floodlight conversion events.
Implements
Inherited Members
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? |