Class ConversionCountingConfig
Settings that control how conversions are counted. All post-click conversions will be counted. A percentage value can be set for post-view conversions counting.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class ConversionCountingConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FloodlightActivityConfigs
The Floodlight activity configs used to track conversions. The number of conversions counted is the sum of all of the conversions counted by all of the Floodlight activity IDs specified in this field.
Declaration
[JsonProperty("floodlightActivityConfigs")]
public virtual IList<TrackingFloodlightActivityConfig> FloodlightActivityConfigs { get; set; }
Property Value
Type | Description |
---|---|
IList<TrackingFloodlightActivityConfig> |
PostViewCountPercentageMillis
The percentage of post-view conversions to count, in millis (1/1000 of a percent). Must be between 0 and 100000 inclusive. For example, to track 50% of the post-click conversions, set a value of 50000.
Declaration
[JsonProperty("postViewCountPercentageMillis")]
public virtual long? PostViewCountPercentageMillis { get; set; }
Property Value
Type | Description |
---|---|
long? |