Show / Hide Table of Contents

Class LookbackWindow

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

Inheritance
object
LookbackWindow
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.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
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
int?

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX