Skip to content

Commit

Permalink
Bidfluence CDN endpoint URL update (prebid#1163)
Browse files Browse the repository at this point in the history
* Updated Cdn endpoint

* Update test Ids
  • Loading branch information
francescocristallo authored and dluxemburg committed Jul 17, 2018
1 parent 86f7623 commit 1b1beb7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/adapters/bidfluence.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const adloader = require('../adloader');

var BidfluenceAdapter = function BidfluenceAdapter() {

const scriptUrl = "//bidfluence.azureedge.net/forge.js";
const scriptUrl = "//cdn.bidfluence.com/forge.js";

$$PREBID_GLOBAL$$.bfPbjsCB = function (bfr) {
var bidRequest = utils.getBidRequest(bfr.cbID);
Expand Down
4 changes: 2 additions & 2 deletions test/spec/adapters/bidfluence_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ describe('Bidfluence Adapter', () => {
bids: [{
bidder: 'bidfluence',
params: {
pubId: "747efe9c-5f8a-4b6e-872b-8e9939816298",
adunitId: "c4bbd807-7d22-485f-80f1-ba008ef1c619"
pubId: "test",
adunitId: "test"
}
}]
};
Expand Down

0 comments on commit 1b1beb7

Please sign in to comment.