Class LookbackConfiguration
Lookback configuration settings.
Implements
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class LookbackConfiguration : IDirectResponseSchema
Properties
ClickDuration
Lookback window, in days, from the last time a given user clicked on one of your ads. If you enter 0, clicks will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
Declaration
[JsonProperty("clickDuration")]
public virtual int? ClickDuration { 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 |
PostImpressionActivitiesDuration
Lookback window, in days, from the last time a given user viewed one of your ads. If you enter 0, impressions will not be considered as triggering events for floodlight tracking. If you leave this field blank, the default value for your account will be used. Acceptable values are 0 to 90, inclusive.
Declaration
[JsonProperty("postImpressionActivitiesDuration")]
public virtual int? PostImpressionActivitiesDuration { get; set; }
Property Value
Type | Description |
---|---|
int? |