Skip to content

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

bool TryGetSuccess(
    out Success success
)

function TryGetFailure

bool TryGetFailure(
    out Failure failure
)

Public Property Documentation

property BidderName

abstract string BidderName;

Name of the bidder.

property BidId

abstract string BidId;

Id of the bidder.

property Latency

abstract TimeSpan Latency;

The amount of time the bidder used to bid for the ad placement.


Updated on 2024-10-03 at 21:09:07 +0000