class Google::Apis::DfareportingV3_3::OmnitureSettings
Omniture Integration Settings.
Attributes
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]
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]
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]
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
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 7361 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/dfareporting_v3_3/classes.rb, line 7366 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