Struct google_dfareporting3::api::FloodlightConfiguration[][src]

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

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

account_id: Option<String>

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

advertiser_id: Option<String>

Advertiser ID of the parent advertiser of this floodlight configuration.

advertiser_id_dimension_value: Option<DimensionValue>

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

analytics_data_sharing_enabled: Option<bool>

Whether advertiser data is shared with Google Analytics.

exposure_to_conversion_enabled: Option<bool>

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.

first_day_of_week: Option<String>

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

id: Option<String>

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

id_dimension_value: Option<DimensionValue>

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

in_app_attribution_tracking_enabled: Option<bool>

Whether in-app attribution tracking is enabled.

kind: Option<String>

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

lookback_configuration: Option<LookbackConfiguration>

Lookback window settings for this floodlight configuration.

natural_search_conversion_attribution_option: Option<String>

Types of attribution options for natural search conversions.

omniture_settings: Option<OmnitureSettings>

Settings for Campaign Manager Omniture integration.

subaccount_id: Option<String>

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

tag_settings: Option<TagSettings>

Configuration settings for dynamic and image floodlight tags.

third_party_authentication_tokens: Option<Vec<ThirdPartyAuthenticationToken>>

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

user_defined_variable_configurations: Option<Vec<UserDefinedVariableConfiguration>>

List of user defined variables enabled for this configuration.

Trait Implementations

impl Clone for FloodlightConfiguration[src]

impl Debug for FloodlightConfiguration[src]

impl Default for FloodlightConfiguration[src]

impl<'de> Deserialize<'de> for FloodlightConfiguration[src]

impl RequestValue for FloodlightConfiguration[src]

impl Resource for FloodlightConfiguration[src]

impl ResponseResult for FloodlightConfiguration[src]

impl Serialize for FloodlightConfiguration[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.