[][src]Struct google_dfareporting3d3::FloodlightConfiguration

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 analytics_data_sharing_enabled: Option<bool>,
    pub id_dimension_value: Option<DimensionValue>,
    pub custom_viewability_metric: Option<CustomViewabilityMetric>,
}

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

user_defined_variable_configurations: Option<Vec<UserDefinedVariableConfiguration>>

List of user defined variables enabled for this configuration.

third_party_authentication_tokens: Option<Vec<ThirdPartyAuthenticationToken>>

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

kind: Option<String>

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

advertiser_id: Option<String>

Advertiser ID of the parent advertiser of this floodlight configuration.

tag_settings: Option<TagSettings>

Configuration settings for dynamic and image floodlight tags.

in_app_attribution_tracking_enabled: Option<bool>

Whether in-app attribution tracking is enabled.

advertiser_id_dimension_value: Option<DimensionValue>

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

subaccount_id: Option<String>

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

id: Option<String>

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

account_id: Option<String>

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

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.

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.

lookback_configuration: Option<LookbackConfiguration>

Lookback window settings for this floodlight configuration.

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.

analytics_data_sharing_enabled: Option<bool>

Whether advertiser data is shared with Google Analytics.

id_dimension_value: Option<DimensionValue>

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

custom_viewability_metric: Option<CustomViewabilityMetric>

Custom Viewability metric for the floodlight configuration.

Trait Implementations

impl Resource for FloodlightConfiguration[src]

impl ResponseResult for FloodlightConfiguration[src]

impl RequestValue for FloodlightConfiguration[src]

impl Default for FloodlightConfiguration[src]

impl Clone for FloodlightConfiguration[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Debug for FloodlightConfiguration[src]

impl Serialize for FloodlightConfiguration[src]

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

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

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