Skip to content

Commit

Permalink
Update beachfrontBidAdapter.js (prebid#6949)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored and agrandes-tappx committed Sep 29, 2021
1 parent 30ffa6d commit c23951b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/beachfrontBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const spec = {
cpm: response.bidPrice,
width: firstSize.w,
height: firstSize.h,
creativeId: response.crid,
creativeId: response.crid || response.cmpId,
meta: responseMeta,
renderer: context === OUTSTREAM ? createRenderer(bidRequest) : null,
mediaType: VIDEO,
Expand Down

0 comments on commit c23951b

Please sign in to comment.