Struct google_dfareporting2d3::ReportFloodlightCriteriaReportProperties [] [src]

pub struct ReportFloodlightCriteriaReportProperties {
    pub include_unattributed_ip_conversions: Option<bool>,
    pub include_unattributed_cookie_conversions: Option<bool>,
    pub include_attributed_ip_conversions: Option<bool>,
}

The properties of the report.

This type is not used in any activity, and only used as part of another schema.

Fields

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.

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.

Include conversions that have no cookie, but do have an exposure path.

Trait Implementations

impl Default for ReportFloodlightCriteriaReportProperties
[src]

[src]

Returns the "default value" for a type. Read more

impl Clone for ReportFloodlightCriteriaReportProperties
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReportFloodlightCriteriaReportProperties
[src]

[src]

Formats the value using the given formatter.

impl NestedType for ReportFloodlightCriteriaReportProperties
[src]

impl Part for ReportFloodlightCriteriaReportProperties
[src]