Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from prebid/master
Browse files Browse the repository at this point in the history
merge master
  • Loading branch information
pro-nsk authored May 28, 2021
2 parents 79cc68b + f2befaa commit ef6517e
Show file tree
Hide file tree
Showing 25 changed files with 1,102 additions and 554 deletions.
1 change: 1 addition & 0 deletions integrationExamples/gpt/idImportLibrary_example.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
params: {
pid: '14', // Set your real identityLink placement ID here
// notUse3P: true // true/false - If you do not want to use 3P endpoint to retrieve envelope. If you do not set this property to true, 3p endpoint will be fired. By default this propertt is undefined and 3p request will be fired.},
},
storage: {
type: 'html5',
name: 'idl_env',
Expand Down
4 changes: 4 additions & 0 deletions modules/adWMGBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ export const spec = {
netRevenue: response.netRevenue,
ttl: response.ttl,
ad: response.ad,
meta: {
advertiserDomains: response.adomain && response.adomain.length ? response.adomain : [],
mediaType: 'banner'
}
};
bidResponses.push(bidResponse);
}
Expand Down
Loading

0 comments on commit ef6517e

Please sign in to comment.