Skip to content

Commit

Permalink
add provider when noData (#5621)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrmartinez authored Aug 18, 2020
1 parent 38e078e commit 0e182b7
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 0e182b7

Please sign in to comment.