Struct google_dfareporting2d3::LookbackConfiguration [] [src]

pub struct LookbackConfiguration {
    pub click_duration: Option<i32>,
    pub post_impression_activities_duration: Option<i32>,
}

Lookback configuration settings.

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

Fields

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.

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.

Trait Implementations

impl Default for LookbackConfiguration
[src]

[src]

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

impl Clone for LookbackConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LookbackConfiguration
[src]

[src]

Formats the value using the given formatter.

impl Part for LookbackConfiguration
[src]