Skip to content

Commit

Permalink
add notifyUrl and redir url (#4489)
Browse files Browse the repository at this point in the history
  • Loading branch information
sumit116 authored and jaiminpanchal27 committed Dec 11, 2019
1 parent 367cd6f commit 693087b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/appnexusBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ function newBid(serverBid, rtbBid, bidderRequest) {
}
break;
case INSTREAM:
bid.vastUrl = rtbBid.rtb.video.asset_url;
bid.vastUrl = rtbBid.notify_url + '&redir=' + encodeURIComponent(rtbBid.rtb.video.asset_url);
break;
}
} else if (rtbBid.rtb[NATIVE]) {
Expand Down

0 comments on commit 693087b

Please sign in to comment.