Struct google_dfareporting2d5::FloodlightConfiguration [] [src]

pub struct FloodlightConfiguration {
    pub user_defined_variable_configurations: Option<Vec<UserDefinedVariableConfiguration>>,
    pub third_party_authentication_tokens: Option<Vec<ThirdPartyAuthenticationToken>>,
    pub kind: Option<String>,
    pub advertiser_id: Option<String>,
    pub tag_settings: Option<TagSettings>,
    pub in_app_attribution_tracking_enabled: Option<bool>,
    pub advertiser_id_dimension_value: Option<DimensionValue>,
    pub subaccount_id: Option<String>,
    pub id: Option<String>,
    pub account_id: Option<String>,
    pub natural_search_conversion_attribution_option: Option<String>,
    pub omniture_settings: Option<OmnitureSettings>,
    pub exposure_to_conversion_enabled: Option<bool>,
    pub lookback_configuration: Option<LookbackConfiguration>,
    pub first_day_of_week: Option<String>,
    pub standard_variable_types: Option<Vec<String>>,
    pub analytics_data_sharing_enabled: Option<bool>,
    pub id_dimension_value: Option<DimensionValue>,
}

Contains properties of a Floodlight configuration.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

List of user defined variables enabled for this configuration.

List of third-party authentication tokens enabled for this configuration.

Identifies what kind of resource this is. Value: the fixed string "dfareporting#floodlightConfiguration".

Advertiser ID of the parent advertiser of this floodlight configuration.

Configuration settings for dynamic and image floodlight tags.

Whether in-app attribution tracking is enabled.

Dimension value for the ID of the advertiser. This is a read-only, auto-generated field.

Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank.

ID of this floodlight configuration. This is a read-only, auto-generated field.

Account ID of this floodlight configuration. This is a read-only field that can be left blank.

Types of attribution options for natural search conversions.

Settings for DCM Omniture integration.

Whether the exposure-to-conversion report is enabled. This report shows detailed pathway information on up to 10 of the most recent ad exposures seen by a user before converting.

Lookback window settings for this floodlight configuration.

Day that will be counted as the first day of the week in reports. This is a required field.

List of standard variables enabled for this configuration.

Acceptable values are: - "ORD" - "NUM"

Whether advertiser data is shared with Google Analytics.

Dimension value for the ID of this floodlight configuration. This is a read-only, auto-generated field.

Trait Implementations

impl Default for FloodlightConfiguration
[src]

[src]

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

impl Clone for FloodlightConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FloodlightConfiguration
[src]

[src]

Formats the value using the given formatter.

impl RequestValue for FloodlightConfiguration
[src]

impl Resource for FloodlightConfiguration
[src]

impl ResponseResult for FloodlightConfiguration
[src]