Skip to content

Commit 0e182b7

Browse files
add provider when noData (#5621)
1 parent 38e078e commit 0e182b7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/rubiconAnalyticsAdapter.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,8 @@ function sendMessage(auctionId, bidWonId) {
198198
if (auctionCache.floorData.location === 'noData') {
199199
auction.floors = utils.pick(auctionCache.floorData, [
200200
'location',
201-
'fetchStatus'
201+
'fetchStatus',
202+
'floorProvider as provider'
202203
]);
203204
} else {
204205
auction.floors = utils.pick(auctionCache.floorData, [

0 commit comments

Comments
 (0)