Skip to content

Commit

Permalink
log bid request for dam user_floor api error (prebid#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
shunj-nb authored Mar 21, 2024
1 parent 77f7395 commit c8982fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/modules/ad_cache/module/hook_processed_auction.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ func getDamBidderDynamicFloors(damDF *DamDF, config *AdCacheBiddersConfig, userI

response, err := damDF.getDamDynamicFloor(damReq)
if err != nil {
glog.Errorf("MSP DAM Dynamic floor response err: %s, request: %+v", err.Error(), damReq)
bidReqBytes, _ := json.Marshal(req.BidRequest)
glog.Errorf("MSP DAM Dynamic floor response err: %s, request: %+v, bid request: %s", err.Error(), damReq, string(bidReqBytes))
return staticFloor
}

Expand Down

0 comments on commit c8982fd

Please sign in to comment.