XMediator::Api::PrebidResult
Base class representing all possible prebid results.
Inherited by XMediator.Api.PrebidResult.Failure, XMediator.Api.PrebidResult.Success
Public Classes
Name | |
---|---|
class | Failure Class representing a failed bid |
class | Success Class representing a successful bid |
Public Functions
Name | |
---|---|
bool | TryGetSuccess(out Success success) |
bool | TryGetFailure(out Failure failure) |
Public Properties
Name | |
---|---|
abstract string | BidderName Name of the bidder. |
abstract string | BidId Id of the bidder. |
abstract TimeSpan | Latency The amount of time the bidder used to bid for the ad placement. |
Public Functions Documentation
function TryGetSuccess
function TryGetFailure
Public Property Documentation
property BidderName
Name of the bidder.
property BidId
Id of the bidder.
property Latency
The amount of time the bidder used to bid for the ad placement.
Updated on 2024-11-07 at 18:31:49 +0000