Struct google_dfareporting2d6::ReportReachCriteria [] [src]

pub struct ReportReachCriteria {
    pub activities: Option<Activities>,
    pub dimensions: Option<Vec<SortedDimension>>,
    pub metric_names: Option<Vec<String>>,
    pub date_range: Option<DateRange>,
    pub dimension_filters: Option<Vec<DimensionValue>>,
    pub reach_by_frequency_metric_names: Option<Vec<String>>,
    pub custom_rich_media_events: Option<CustomRichMediaEvents>,
    pub enable_all_dimension_combinations: Option<bool>,
}

The report criteria for a report of type "REACH".

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

Fields

Activity group.

The list of dimensions the report should include.

The list of names of metrics the report should include.

The date range this report should be run for.

The list of filters on which dimensions are filtered. Filters for different dimensions are ANDed, filters for the same dimension are grouped together and ORed.

The list of names of Reach By Frequency metrics the report should include.

Custom Rich Media Events group.

Whether to enable all reach dimension combinations in the report. Defaults to false. If enabled, the date range of the report should be within the last three months.

Trait Implementations

impl Default for ReportReachCriteria
[src]

[src]

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

impl Clone for ReportReachCriteria
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ReportReachCriteria
[src]

[src]

Formats the value using the given formatter.

impl NestedType for ReportReachCriteria
[src]

impl Part for ReportReachCriteria
[src]