Class: Google::Apis::DfareportingV3_1::FloodlightConfiguration

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_1/classes.rb,
generated/google/apis/dfareporting_v3_1/representations.rb,
generated/google/apis/dfareporting_v3_1/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



6506
6507
6508
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6506

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

Instance Attribute Details

#account_idFixnum

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

Returns:

  • (Fixnum)


6416
6417
6418
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6416

def 
  @account_id
end

#advertiser_idFixnum

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

Returns:

  • (Fixnum)


6421
6422
6423
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6421

def advertiser_id
  @advertiser_id
end

#advertiser_id_dimension_valueGoogle::Apis::DfareportingV3_1::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property advertiserIdDimensionValue



6426
6427
6428
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6426

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)


6431
6432
6433
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6431

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)


6439
6440
6441
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6439

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)


6446
6447
6448
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6446

def first_day_of_week
  @first_day_of_week
end

#idFixnum

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

Returns:

  • (Fixnum)


6451
6452
6453
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6451

def id
  @id
end

#id_dimension_valueGoogle::Apis::DfareportingV3_1::DimensionValue

Represents a DimensionValue resource. Corresponds to the JSON property idDimensionValue



6456
6457
6458
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6456

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)


6461
6462
6463
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6461

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)


6468
6469
6470
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6468

def kind
  @kind
end

#lookback_configurationGoogle::Apis::DfareportingV3_1::LookbackConfiguration

Lookback configuration settings. Corresponds to the JSON property lookbackConfiguration



6473
6474
6475
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6473

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)


6478
6479
6480
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6478

def natural_search_conversion_attribution_option
  @natural_search_conversion_attribution_option
end

#omniture_settingsGoogle::Apis::DfareportingV3_1::OmnitureSettings

Omniture Integration Settings. Corresponds to the JSON property omnitureSettings



6483
6484
6485
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6483

def omniture_settings
  @omniture_settings
end

#subaccount_idFixnum

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

Returns:

  • (Fixnum)


6489
6490
6491
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6489

def subaccount_id
  @subaccount_id
end

#tag_settingsGoogle::Apis::DfareportingV3_1::TagSettings

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



6494
6495
6496
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6494

def tag_settings
  @tag_settings
end

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

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



6499
6500
6501
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6499

def third_party_authentication_tokens
  @third_party_authentication_tokens
end

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

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



6504
6505
6506
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6504

def user_defined_variable_configurations
  @user_defined_variable_configurations
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6511
6512
6513
6514
6515
6516
6517
6518
6519
6520
6521
6522
6523
6524
6525
6526
6527
6528
6529
# File 'generated/google/apis/dfareporting_v3_1/classes.rb', line 6511

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)
  @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