Class: Google::Apis::DfareportingV2_3::FloodlightConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_3::FloodlightConfiguration
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dfareporting_v2_3/classes.rb,
generated/google/apis/dfareporting_v2_3/representations.rb,
generated/google/apis/dfareporting_v2_3/representations.rb
Overview
Contains properties of a Floodlight configuration.
Instance Attribute Summary collapse
-
#account_id ⇒ String
Account ID of this floodlight configuration.
-
#advertiser_id ⇒ String
Advertiser ID of the parent advertiser of this floodlight configuration.
-
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV2_3::DimensionValue
Represents a DimensionValue resource.
-
#analytics_data_sharing_enabled ⇒ Boolean
(also: #analytics_data_sharing_enabled?)
Whether advertiser data is shared with Google Analytics.
-
#exposure_to_conversion_enabled ⇒ Boolean
(also: #exposure_to_conversion_enabled?)
Whether the exposure-to-conversion report is enabled.
-
#first_day_of_week ⇒ String
Day that will be counted as the first day of the week in reports.
-
#id ⇒ String
ID of this floodlight configuration.
-
#id_dimension_value ⇒ Google::Apis::DfareportingV2_3::DimensionValue
Represents a DimensionValue resource.
-
#in_app_attribution_tracking_enabled ⇒ Boolean
(also: #in_app_attribution_tracking_enabled?)
Whether in-app attribution tracking is enabled.
-
#kind ⇒ String
Identifies what kind of resource this is.
-
#lookback_configuration ⇒ Google::Apis::DfareportingV2_3::LookbackConfiguration
Lookback configuration settings.
-
#natural_search_conversion_attribution_option ⇒ String
Types of attribution options for natural search conversions.
-
#omniture_settings ⇒ Google::Apis::DfareportingV2_3::OmnitureSettings
Omniture Integration Settings.
-
#standard_variable_types ⇒ Array<String>
List of standard variables enabled for this configuration.
-
#subaccount_id ⇒ String
Subaccount ID of this floodlight configuration.
-
#tag_settings ⇒ Google::Apis::DfareportingV2_3::TagSettings
Dynamic and Image Tag Settings.
-
#third_party_authentication_tokens ⇒ Array<Google::Apis::DfareportingV2_3::ThirdPartyAuthenticationToken>
List of third-party authentication tokens enabled for this configuration.
-
#user_defined_variable_configurations ⇒ Array<Google::Apis::DfareportingV2_3::UserDefinedVariableConfiguration>
List of user defined variables enabled for this configuration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ FloodlightConfiguration
constructor
A new instance of FloodlightConfiguration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ FloodlightConfiguration
Returns a new instance of FloodlightConfiguration
5704 5705 5706 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5704 def initialize(**args) update!(**args) end |
Instance Attribute Details
#account_id ⇒ String
Account ID of this floodlight configuration. This is a read-only field that
can be left blank.
Corresponds to the JSON property accountId
5606 5607 5608 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5606 def account_id @account_id end |
#advertiser_id ⇒ String
Advertiser ID of the parent advertiser of this floodlight configuration.
Corresponds to the JSON property advertiserId
5611 5612 5613 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5611 def advertiser_id @advertiser_id end |
#advertiser_id_dimension_value ⇒ Google::Apis::DfareportingV2_3::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property advertiserIdDimensionValue
5616 5617 5618 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5616 def advertiser_id_dimension_value @advertiser_id_dimension_value end |
#analytics_data_sharing_enabled ⇒ Boolean Also known as: analytics_data_sharing_enabled?
Whether advertiser data is shared with Google Analytics.
Corresponds to the JSON property analyticsDataSharingEnabled
5621 5622 5623 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5621 def analytics_data_sharing_enabled @analytics_data_sharing_enabled end |
#exposure_to_conversion_enabled ⇒ Boolean Also known as: exposure_to_conversion_enabled?
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.
Corresponds to the JSON property exposureToConversionEnabled
5629 5630 5631 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5629 def exposure_to_conversion_enabled @exposure_to_conversion_enabled end |
#first_day_of_week ⇒ String
Day that will be counted as the first day of the week in reports. This is a
required field.
Corresponds to the JSON property firstDayOfWeek
5636 5637 5638 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5636 def first_day_of_week @first_day_of_week end |
#id ⇒ String
ID of this floodlight configuration. This is a read-only, auto-generated field.
Corresponds to the JSON property id
5641 5642 5643 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5641 def id @id end |
#id_dimension_value ⇒ Google::Apis::DfareportingV2_3::DimensionValue
Represents a DimensionValue resource.
Corresponds to the JSON property idDimensionValue
5646 5647 5648 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5646 def id_dimension_value @id_dimension_value end |
#in_app_attribution_tracking_enabled ⇒ Boolean Also known as: in_app_attribution_tracking_enabled?
Whether in-app attribution tracking is enabled.
Corresponds to the JSON property inAppAttributionTrackingEnabled
5651 5652 5653 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5651 def in_app_attribution_tracking_enabled @in_app_attribution_tracking_enabled end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#floodlightConfiguration".
Corresponds to the JSON property kind
5658 5659 5660 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5658 def kind @kind end |
#lookback_configuration ⇒ Google::Apis::DfareportingV2_3::LookbackConfiguration
Lookback configuration settings.
Corresponds to the JSON property lookbackConfiguration
5663 5664 5665 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5663 def lookback_configuration @lookback_configuration end |
#natural_search_conversion_attribution_option ⇒ String
Types of attribution options for natural search conversions.
Corresponds to the JSON property naturalSearchConversionAttributionOption
5668 5669 5670 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5668 def natural_search_conversion_attribution_option @natural_search_conversion_attribution_option end |
#omniture_settings ⇒ Google::Apis::DfareportingV2_3::OmnitureSettings
Omniture Integration Settings.
Corresponds to the JSON property omnitureSettings
5673 5674 5675 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5673 def omniture_settings @omniture_settings end |
#standard_variable_types ⇒ Array<String>
List of standard variables enabled for this configuration. Acceptable values are:
- "ORD"
- "NUM"
Corresponds to the JSON property
standardVariableTypes
5681 5682 5683 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5681 def standard_variable_types @standard_variable_types end |
#subaccount_id ⇒ String
Subaccount ID of this floodlight configuration. This is a read-only field that
can be left blank.
Corresponds to the JSON property subaccountId
5687 5688 5689 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5687 def subaccount_id @subaccount_id end |
#tag_settings ⇒ Google::Apis::DfareportingV2_3::TagSettings
Dynamic and Image Tag Settings.
Corresponds to the JSON property tagSettings
5692 5693 5694 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5692 def tag_settings @tag_settings end |
#third_party_authentication_tokens ⇒ Array<Google::Apis::DfareportingV2_3::ThirdPartyAuthenticationToken>
List of third-party authentication tokens enabled for this configuration.
Corresponds to the JSON property thirdPartyAuthenticationTokens
5697 5698 5699 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5697 def third_party_authentication_tokens @third_party_authentication_tokens end |
#user_defined_variable_configurations ⇒ Array<Google::Apis::DfareportingV2_3::UserDefinedVariableConfiguration>
List of user defined variables enabled for this configuration.
Corresponds to the JSON property userDefinedVariableConfigurations
5702 5703 5704 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5702 def user_defined_variable_configurations @user_defined_variable_configurations end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5709 5710 5711 5712 5713 5714 5715 5716 5717 5718 5719 5720 5721 5722 5723 5724 5725 5726 5727 5728 |
# File 'generated/google/apis/dfareporting_v2_3/classes.rb', line 5709 def update!(**args) @account_id = args[:account_id] if args.key?(:account_id) @advertiser_id = args[:advertiser_id] if args.key?(:advertiser_id) @advertiser_id_dimension_value = args[:advertiser_id_dimension_value] if args.key?(:advertiser_id_dimension_value) @analytics_data_sharing_enabled = args[:analytics_data_sharing_enabled] if args.key?(:analytics_data_sharing_enabled) @exposure_to_conversion_enabled = args[:exposure_to_conversion_enabled] if args.key?(:exposure_to_conversion_enabled) @first_day_of_week = args[:first_day_of_week] if args.key?(:first_day_of_week) @id = args[:id] if args.key?(:id) @id_dimension_value = args[:id_dimension_value] if args.key?(:id_dimension_value) @in_app_attribution_tracking_enabled = args[:in_app_attribution_tracking_enabled] if args.key?(:in_app_attribution_tracking_enabled) @kind = args[:kind] if args.key?(:kind) @lookback_configuration = args[:lookback_configuration] if args.key?(:lookback_configuration) @natural_search_conversion_attribution_option = args[:natural_search_conversion_attribution_option] if args.key?(:natural_search_conversion_attribution_option) @omniture_settings = args[:omniture_settings] if args.key?(:omniture_settings) @standard_variable_types = args[:standard_variable_types] if args.key?(:standard_variable_types) @subaccount_id = args[:subaccount_id] if args.key?(:subaccount_id) @tag_settings = args[:tag_settings] if args.key?(:tag_settings) @third_party_authentication_tokens = args[:third_party_authentication_tokens] if args.key?(:third_party_authentication_tokens) @user_defined_variable_configurations = args[:user_defined_variable_configurations] if args.key?(:user_defined_variable_configurations) end |