Class: Google::Apis::DfareportingV2_6::FloodlightConfiguration

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v2_6/classes.rb,
generated/google/apis/dfareporting_v2_6/representations.rb,
generated/google/apis/dfareporting_v2_6/representations.rb

Overview

Contains properties of a Floodlight configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ FloodlightConfiguration

Returns a new instance of FloodlightConfiguration.



6185
6186
6187
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6185

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#account_idString

Account ID of this floodlight configuration. This is a read-only field that can be left blank. Corresponds to the JSON property accountId

Returns:

  • (String)


6087
6088
6089
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6087

def 
  @account_id
end

#advertiser_idString

Advertiser ID of the parent advertiser of this floodlight configuration. Corresponds to the JSON property advertiserId

Returns:

  • (String)


6092
6093
6094
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6092

def advertiser_id
  @advertiser_id
end

#advertiser_id_dimension_valueGoogle::Apis::DfareportingV2_6::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property advertiserIdDimensionValue



6097
6098
6099
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6097

def advertiser_id_dimension_value
  @advertiser_id_dimension_value
end

#analytics_data_sharing_enabledBoolean Also known as: analytics_data_sharing_enabled?

Whether advertiser data is shared with Google Analytics. Corresponds to the JSON property analyticsDataSharingEnabled

Returns:

  • (Boolean)


6102
6103
6104
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6102

def analytics_data_sharing_enabled
  @analytics_data_sharing_enabled
end

#exposure_to_conversion_enabledBoolean 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

Returns:

  • (Boolean)


6110
6111
6112
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6110

def exposure_to_conversion_enabled
  @exposure_to_conversion_enabled
end

#first_day_of_weekString

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

Returns:

  • (String)


6117
6118
6119
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6117

def first_day_of_week
  @first_day_of_week
end

#idString

ID of this floodlight configuration. This is a read-only, auto-generated field. Corresponds to the JSON property id

Returns:

  • (String)


6122
6123
6124
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6122

def id
  @id
end

#id_dimension_valueGoogle::Apis::DfareportingV2_6::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property idDimensionValue



6127
6128
6129
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6127

def id_dimension_value
  @id_dimension_value
end

#in_app_attribution_tracking_enabledBoolean Also known as: in_app_attribution_tracking_enabled?

Whether in-app attribution tracking is enabled. Corresponds to the JSON property inAppAttributionTrackingEnabled

Returns:

  • (Boolean)


6132
6133
6134
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6132

def in_app_attribution_tracking_enabled
  @in_app_attribution_tracking_enabled
end

#kindString

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

Returns:

  • (String)


6139
6140
6141
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6139

def kind
  @kind
end

#lookback_configurationGoogle::Apis::DfareportingV2_6::LookbackConfiguration

Lookback configuration settings. Corresponds to the JSON property lookbackConfiguration



6144
6145
6146
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6144

def lookback_configuration
  @lookback_configuration
end

#natural_search_conversion_attribution_optionString

Types of attribution options for natural search conversions. Corresponds to the JSON property naturalSearchConversionAttributionOption

Returns:

  • (String)


6149
6150
6151
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6149

def natural_search_conversion_attribution_option
  @natural_search_conversion_attribution_option
end

#omniture_settingsGoogle::Apis::DfareportingV2_6::OmnitureSettings

Omniture Integration Settings. Corresponds to the JSON property omnitureSettings



6154
6155
6156
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6154

def omniture_settings
  @omniture_settings
end

#standard_variable_typesArray<String>

List of standard variables enabled for this configuration. Acceptable values are:

  • "ORD"
  • "NUM" Corresponds to the JSON property standardVariableTypes

Returns:

  • (Array<String>)


6162
6163
6164
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6162

def standard_variable_types
  @standard_variable_types
end

#subaccount_idString

Subaccount ID of this floodlight configuration. This is a read-only field that can be left blank. Corresponds to the JSON property subaccountId

Returns:

  • (String)


6168
6169
6170
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6168

def subaccount_id
  @subaccount_id
end

#tag_settingsGoogle::Apis::DfareportingV2_6::TagSettings

Dynamic and Image Tag Settings. Corresponds to the JSON property tagSettings



6173
6174
6175
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6173

def tag_settings
  @tag_settings
end

#third_party_authentication_tokensArray<Google::Apis::DfareportingV2_6::ThirdPartyAuthenticationToken>

List of third-party authentication tokens enabled for this configuration. Corresponds to the JSON property thirdPartyAuthenticationTokens



6178
6179
6180
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6178

def third_party_authentication_tokens
  @third_party_authentication_tokens
end

#user_defined_variable_configurationsArray<Google::Apis::DfareportingV2_6::UserDefinedVariableConfiguration>

List of user defined variables enabled for this configuration. Corresponds to the JSON property userDefinedVariableConfigurations



6183
6184
6185
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6183

def user_defined_variable_configurations
  @user_defined_variable_configurations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6190
6191
6192
6193
6194
6195
6196
6197
6198
6199
6200
6201
6202
6203
6204
6205
6206
6207
6208
6209
# File 'generated/google/apis/dfareporting_v2_6/classes.rb', line 6190

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