Enum openrtb2::LossReason

source ·
#[repr(i32)]
pub enum LossReason {
Show 30 variants BidWon, InternalError, ImpressionOpportunityExpired, InvalidBidResponse, InvalidDealId, InvalidAuctionId, InvalidAdvertiserDomain, MissingMarkup, MissingCreativeId, MissingBidPrice, MissingMinCreativeApprovalData, BidBelowAuctionFloor, BidBelowDealFloor, LostHigherBid, LostPmpDeal, BuyerSeatBlocked, CreativeFiltered_General, CreativeFiltered_Pending, CreativeFiltered_Disapproved, CreativeFiltered_SizeNotAllowed, CreativeFiltered_IncorrectFormat, CreativeFiltered_AdvertiserExclusions, CreativeFiltered_AppBundleExclusions, CreativeFiltered_NotSecure, CreativeFiltered_LanguageExclusions, CreativeFiltered_CategoryExclusions, CreativeFiltered_AttributeExclusions, CreativeFiltered_AdTypeExclusions, CreativeFiltered_AnimationTooLong, CreativeFiltered_NotAllowedPmpDeal,
}
Expand description

5.25 Loss Reason Codes

The following table lists the options for an exchange to inform a bidder as to the reason why they did not win an impression.

Variants§

§

BidWon

Bid Won

§

InternalError

Internal Error

§

ImpressionOpportunityExpired

Impression Opportunity Expired

§

InvalidBidResponse

Invalid Bid Response

§

InvalidDealId

Invalid Deal ID

§

InvalidAuctionId

Invalid Auction ID

§

InvalidAdvertiserDomain

Invalid (i.e., malformed) Advertiser Domain

§

MissingMarkup

Missing Markup

§

MissingCreativeId

Missing Creative ID

§

MissingBidPrice

Missing Bid Price

§

MissingMinCreativeApprovalData

Missing Minimum Creative Approval Data

§

BidBelowAuctionFloor

Bid was Below Auction Floor

§

BidBelowDealFloor

Bid was Below Deal Floor

§

LostHigherBid

Lost to Higher Bid

§

LostPmpDeal

Lost to a Bid for a PMP Deal

§

BuyerSeatBlocked

Buyer Seat Blocked

§

CreativeFiltered_General

Creative Filtered - General; reason unknown.

§

CreativeFiltered_Pending

Creative Filtered - Pending processing by Exchange (e.g., approval, transcoding, etc.)

§

CreativeFiltered_Disapproved

Creative Filtered - Disapproved by Exchange

§

CreativeFiltered_SizeNotAllowed

Creative Filtered - Size Not Allowed

§

CreativeFiltered_IncorrectFormat

Creative Filtered - Incorrect Creative Format

§

CreativeFiltered_AdvertiserExclusions

Creative Filtered - Advertiser Exclusions

§

CreativeFiltered_AppBundleExclusions

Creative Filtered – App Bundle Exclusions

§

CreativeFiltered_NotSecure

Creative Filtered - Not Secure

§

CreativeFiltered_LanguageExclusions

Creative Filtered - Language Exclusions

§

CreativeFiltered_CategoryExclusions

Creative Filtered - Category Exclusions

§

CreativeFiltered_AttributeExclusions

Creative Filtered - Creative Attribute Exclusions

§

CreativeFiltered_AdTypeExclusions

Creative Filtered - Ad Type Exclusions

§

CreativeFiltered_AnimationTooLong

Creative Filtered - Animation Too Long

§

CreativeFiltered_NotAllowedPmpDeal

Creative Filtered - Not Allowed in PMP Deal

Trait Implementations§

Returns a copy of the value. Read more
Performs copy-assignment from source. Read more
Formats the value using the given formatter. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used by ==. Read more
This method tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason. Read more
Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.
Creates owned data from borrowed data, usually by cloning. Read more
Uses borrowed data to replace owned data, usually by cloning. Read more
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.