Show / Hide Table of Contents

Class TrackingFloodlightActivityConfig

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

Inheritance
System.Object
TrackingFloodlightActivityConfig
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.DisplayVideo.v1.Data
Assembly: Google.Apis.DisplayVideo.v1.dll
Syntax
public class TrackingFloodlightActivityConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FloodlightActivityId

Required. The ID of the Floodlight activity.

Declaration
[JsonProperty("floodlightActivityId")]
public virtual long? FloodlightActivityId { get; set; }
Property Value
Type Description
System.Nullable<System.Int64>

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
System.Nullable<System.Int32>

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
System.Nullable<System.Int32>

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top