Bid

@objc(YLDBid)
public class Bid : NSObject

A successful bid for an ad slot.

  • Get the targeting information for this bid.

    Use thid method to request a dictionary that you can pass on to your ad server SDK.

    Declaration

    Swift

    @objc(customTargetingWithError:)
    public func customTargeting() throws -> [String : Any]