Skip to content

Commit

Permalink
Fix OpenRTB 202309 Merge Conflict (#3434)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxNode authored Jan 29, 2024
1 parent dd07431 commit 728bc13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion analytics/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,9 @@ func evaluateActivities(rw *openrtb_ext.RequestWrapper, ac privacy.ActivityContr
return true, nil
}

cloneReq := ortb.CloneBidderReq(rw.BidRequest)
cloneReq := &openrtb_ext.RequestWrapper{
BidRequest: ortb.CloneBidRequestPartial(rw.BidRequest),
}

if blockUserFPD {
privacy.ScrubUserFPD(cloneReq)
Expand Down

0 comments on commit 728bc13

Please sign in to comment.