Skip to content

Commit

Permalink
add provider when noData (prebid#5621)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrmartinez authored and BrightMountainMediaInc committed Sep 14, 2020
1 parent 154b951 commit 44e7a95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/rubiconAnalyticsAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ function sendMessage(auctionId, bidWonId) {
if (auctionCache.floorData.location === 'noData') {
auction.floors = utils.pick(auctionCache.floorData, [
'location',
'fetchStatus'
'fetchStatus',
'floorProvider as provider'
]);
} else {
auction.floors = utils.pick(auctionCache.floorData, [
Expand Down

0 comments on commit 44e7a95

Please sign in to comment.