class Google::Apis::DfareportingV3_5::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 lib/google/apis/dfareporting_v3_5/classes.rb, line 7694
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/dfareporting_v3_5/classes.rb, line 7699
def update!(**args)
  @omniture_cost_data_enabled = args[:omniture_cost_data_enabled] if args.key?(:omniture_cost_data_enabled)
  @omniture_integration_enabled = args[:omniture_integration_enabled] if args.key?(:omniture_integration_enabled)
end