Skip to content

Commit

Permalink
Add prebid version to ad-server call (#5730)
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitriy Labuzov <dlabuzov@yieldmo.com>
  • Loading branch information
arconamagi and ym-dlabuzov authored Sep 11, 2020
1 parent 3c6e075 commit ba8ef86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/yieldmoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const spec = {
*/
buildRequests: function (bidRequests, bidderRequest) {
let serverRequest = {
pbav: '$prebid.version$',
p: [],
page_url: bidderRequest.refererInfo.referer,
bust: new Date().getTime().toString(),
Expand Down

0 comments on commit ba8ef86

Please sign in to comment.