Class: Google::Apis::DfareportingV2_1::OmnitureSettings

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

Overview

Omniture Integration Settings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ OmnitureSettings

Returns a new instance of OmnitureSettings.



6579
6580
6581
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6579

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

Instance Attribute Details

#omniture_cost_data_enabledBoolean Also known as: omniture_cost_data_enabled?

Whether placement cost data will be sent to Omniture. This property can be enabled only if omnitureIntegrationEnabled is true. Corresponds to the JSON property omnitureCostDataEnabled

Returns:

  • (Boolean)


6569
6570
6571
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6569

def omniture_cost_data_enabled
  @omniture_cost_data_enabled
end

#omniture_integration_enabledBoolean Also known as: omniture_integration_enabled?

Whether Omniture integration is enabled. This property can be enabled only when the "Advanced Ad Serving" account setting is enabled. Corresponds to the JSON property omnitureIntegrationEnabled

Returns:

  • (Boolean)


6576
6577
6578
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6576

def omniture_integration_enabled
  @omniture_integration_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6584
6585
6586
6587
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 6584

def update!(**args)
  @omniture_cost_data_enabled = args[:omniture_cost_data_enabled] unless args[:omniture_cost_data_enabled].nil?
  @omniture_integration_enabled = args[:omniture_integration_enabled] unless args[:omniture_integration_enabled].nil?
end