Show / Hide Table of Contents

Class TrackingFloodlightActivityConfig

Settings that control the behavior of a single Floodlight activity config.

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

Properties

ETag

The ETag of the item.

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

FloodlightActivityId

Required. The ID of the Floodlight activity.

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

PostClickLookbackWindowDays

Required. The number of days after an ad has been clicked in which a conversion may be counted. Must be between 0 and 90 inclusive.

Declaration
[JsonProperty("postClickLookbackWindowDays")]
public virtual int? PostClickLookbackWindowDays { get; set; }
Property Value
Type Description
int?

PostViewLookbackWindowDays

Required. The number of days after an ad has been viewed in which a conversion may be counted. Must be between 0 and 90 inclusive.

Declaration
[JsonProperty("postViewLookbackWindowDays")]
public virtual int? PostViewLookbackWindowDays { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX