Struct google_analytics3::IncludeConditions [] [src]

pub struct IncludeConditions {
    pub days_to_look_back: Option<i32>,
    pub is_smart_list: Option<bool>,
    pub kind: Option<String>,
    pub segment: Option<String>,
    pub membership_duration_days: Option<i32>,
}

JSON template for an Analytics Remarketing Include Conditions.

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

Fields

The look-back window lets you specify a time frame for evaluating the behavior that qualifies users for your audience. For example, if your filters include users from Central Asia, and Transactions Greater than 2, and you set the look-back window to 14 days, then any user from Central Asia whose cumulative transactions exceed 2 during the last 14 days is added to the audience.

Boolean indicating whether this segment is a smart list. https://support.google.com/analytics/answer/4628577

Resource type for include conditions.

The segment condition that will cause a user to be added to an audience.

Number of days a user remains in the audience. Use any integer from 1-540. In remarketing audiences for search ads, membership duration is truncated to 180 days.

Trait Implementations

impl Debug for IncludeConditions
[src]

Formats the value using the given formatter.

impl Clone for IncludeConditions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for IncludeConditions
[src]

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

impl Part for IncludeConditions
[src]