SuccessResult

public struct SuccessResult : Equatable
extension SuccessResult: CustomStringConvertible

A struct with the relevant information of a waterfall instance that has succeeded.

  • Information of the participating instance.

    Declaration

    Swift

    public let information: InstanceInformation
  • The amount of time the instance used to load an ad before succeeding.

    Declaration

    Swift

    public let latency: TimeInterval
  • Name of the sub network that filled the ad, if available.

    Declaration

    Swift

    public let subNetworkName: String?
  • Id of the creative loaded by this instance, if available.

    Declaration

    Swift

    public let creativeId: String?
  • Ecpm value for this instance.

    Declaration

    Swift

    public let ecpm: Double
  • Name of the network that filled the ad.

    Declaration

    Swift

    public let adNetwork: String
  • Name of the mediation service used to mediate this ad network.

    Declaration

    Swift

    public let mediation: String
  • Declaration

    Swift

    public var description: String { get }