Skip to content

Commit

Permalink
Added ad id to a4g bid (#2250)
Browse files Browse the repository at this point in the history
* Added ad id to bid

* Update a4gBidAdapter_spec.js

* Update a4gBidAdapter.js
  • Loading branch information
adilets authored and idettman committed Mar 13, 2018
1 parent 3b26c3a commit 6ddbfd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/a4gBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ export const spec = {
currency: A4G_CURRENCY,
netRevenue: true,
ttl: A4G_TTL,
ad: response.ad
ad: response.ad,
adId: response.id
};
bidResponses.push(bidResponse);
});
Expand Down
1 change: 1 addition & 0 deletions test/spec/modules/a4gBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ describe('a4gAdapterTests', () => {
'width',
'height',
'ad',
'adId',
'ttl',
'creativeId',
'netRevenue',
Expand Down

0 comments on commit 6ddbfd0

Please sign in to comment.