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

pub struct FloodlightConfiguration {
Show 17 fields 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>>,
}
Expand description

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.