Class Report.FloodlightCriteriaData.ReportPropertiesData
The properties of the report.
Inherited Members
Namespace: Google.Apis.Dfareporting.v4.Data
Assembly: Google.Apis.Dfareporting.v4.dll
Syntax
public class Report.FloodlightCriteriaData.ReportPropertiesData
Properties
IncludeAttributedIPConversions
Include conversions that have no cookie, but do have an exposure path.
Declaration
[JsonProperty("includeAttributedIPConversions")]
public virtual bool? IncludeAttributedIPConversions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeUnattributedCookieConversions
Include conversions of users with a DoubleClick cookie but without an exposure. That means the user did not click or see an ad from the advertiser within the Floodlight group, or that the interaction happened outside the lookback window.
Declaration
[JsonProperty("includeUnattributedCookieConversions")]
public virtual bool? IncludeUnattributedCookieConversions { get; set; }
Property Value
Type | Description |
---|---|
bool? |
IncludeUnattributedIPConversions
Include conversions that have no associated cookies and no exposures. It’s therefore impossible to know how the user was exposed to your ads during the lookback window prior to a conversion.
Declaration
[JsonProperty("includeUnattributedIPConversions")]
public virtual bool? IncludeUnattributedIPConversions { get; set; }
Property Value
Type | Description |
---|---|
bool? |