Class: Google::Apis::DfareportingV3_5::CustomViewabilityMetric

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

Overview

Custom Viewability Metric

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CustomViewabilityMetric

Returns a new instance of CustomViewabilityMetric.



4661
4662
4663
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4661

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

Instance Attribute Details

#configurationGoogle::Apis::DfareportingV3_5::CustomViewabilityMetricConfiguration

The attributes, like playtime and percent onscreen, that define the Custom Viewability Metric. Corresponds to the JSON property configuration



4649
4650
4651
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4649

def configuration
  @configuration
end

#idFixnum

ID of the custom viewability metric. Corresponds to the JSON property id

Returns:

  • (Fixnum)


4654
4655
4656
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4654

def id
  @id
end

#nameString

Name of the custom viewability metric. Corresponds to the JSON property name

Returns:

  • (String)


4659
4660
4661
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4659

def name
  @name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4666
4667
4668
4669
4670
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 4666

def update!(**args)
  @configuration = args[:configuration] if args.key?(:configuration)
  @id = args[:id] if args.key?(:id)
  @name = args[:name] if args.key?(:name)
end