class Google::Apis::DfareportingV2_1::OmnitureSettings

Omniture Integration Settings.

Attributes

omniture_cost_data_enabled[RW]

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` @return [Boolean]

omniture_cost_data_enabled?[RW]

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` @return [Boolean]

omniture_integration_enabled[RW]

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` @return [Boolean]

omniture_integration_enabled?[RW]

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` @return [Boolean]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/dfareporting_v2_1/classes.rb, line 6579
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# 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