Class LookbackWindow
Specifies how many days into the past to look when determining whether to record a conversion.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.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? |