Show / Hide Table of Contents

Class LookbackWindow

Specifies how many days into the past to look when determining whether to record a conversion.

Inheritance
System.Object
LookbackWindow
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 LookbackWindow : IDirectResponseSchema

Properties

ClickDays

Lookback window, in days, from the last time a given user clicked on one of your ads.

Declaration
[JsonProperty("clickDays")]
public virtual int? ClickDays { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

ETag

The ETag of the item.

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

ImpressionDays

Lookback window, in days, from the last time a given user viewed one of your ads.

Declaration
[JsonProperty("impressionDays")]
public virtual int? ImpressionDays { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

Implements

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