Skip to content

Commit

Permalink
update bidRejectReason's value
Browse files Browse the repository at this point in the history
It has been suggested [0] to separate bidRejectReason's "pending or disapproved by exchange" to two separate reasons, "Pending Approval by Exchange" and "Disapproved by Exchange”.
[0]: comment #349 (comment).
  • Loading branch information
qingxinwu committed Dec 12, 2022
1 parent a122fce commit 9c39466
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions FLEDGE_extended_PA_reporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,11 @@ Where `signalBucket` and `signalValue` is a dictionary which consists of:
* 0: indicates ad creative URL did not meet the k-anonymity threshold
* 1: indicates seller rejected bid because “Invalid Bid”
* 2: indicates seller rejected bid because “Bid was Below Auction Floor”
* 3: indicates seller rejected bid because “Creative Filtered - Pending or Disapproved by Exchange”
* 4: indicates seller rejected bid because “Creative Filtered - Blocked by Publisher”
* 5: indicates seller rejected bid because “Creative Filtered - Language Exclusions”
* 6: indicates seller rejected bid because “Creative Filtered - Category Exclusions”
* 3: indicates seller rejected bid because “Creative Filtered - Pending Approval by Exchange”
* 4: indicates seller rejected bid because “Creative Filtered - Disapproved by Exchange”
* 5: indicates seller rejected bid because “Creative Filtered - Blocked by Publisher”
* 6: indicates seller rejected bid because “Creative Filtered - Language Exclusions”
* 7: indicates seller rejected bid because “Creative Filtered - Category Exclusions”
* Perhaps other values indicating:
* generateBid() hitting timeout
* The auction was aborted (i.e. calling endAdAuction())
Expand Down

0 comments on commit 9c39466

Please sign in to comment.