Class: Google::Apis::DfareportingV3_3::OmnitureSettings

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

Overview

Omniture Integration Settings.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ OmnitureSettings

Returns a new instance of OmnitureSettings.



7361
7362
7363
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7361

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)


7351
7352
7353
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7351

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)


7358
7359
7360
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 7358

def omniture_integration_enabled
  @omniture_integration_enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7366
7367
7368
7369
# File 'generated/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