Skip to content

Commit

Permalink
Merge pull request #24 from header-bidder/APPS-12875
Browse files Browse the repository at this point in the history
feat(openx-neo): APPS-12875: Send bidder configuration (bc) flag when…
  • Loading branch information
Harman Goei committed Aug 4, 2016
2 parents db6980b + 69b7918 commit f237357
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/adapters/openx_neo.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ var utils = require('../utils.js');

var OpenxAdapter = function OpenxAdapter(options) {
const BIDDER_CODE = 'openx_neo';
const BIDDER_CONFIG = 'hb_pb';
var startTime;

let pdNode = null;
Expand Down Expand Up @@ -215,7 +216,8 @@ var OpenxAdapter = function OpenxAdapter(options) {
cc: 1,
ee: 'api_sync_write',
ef: 'bt%2Cdb',
be: 1
be: 1,
bc: BIDDER_CONFIG
},
delDomain);
}
Expand Down

0 comments on commit f237357

Please sign in to comment.