class Google::Apis::DisplayvideoV3::ConversionCountingConfig

counting.
will be counted. A percentage value can be set for post-view conversions
Settings that control how conversions are counted. All post-click conversions

def initialize(**args)

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

def update!(**args)

Update properties of this object
def update!(**args)
  @floodlight_activity_configs = args[:floodlight_activity_configs] if args.key?(:floodlight_activity_configs)
  @post_view_count_percentage_millis = args[:post_view_count_percentage_millis] if args.key?(:post_view_count_percentage_millis)
end