Skip to content

Commit

Permalink
Updating Optimera scores file base path. (prebid#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Callari authored and Pedro López Jiménez committed Mar 18, 2019
1 parent 5d73724 commit 39c6baf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/optimeraBidAdapter.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import {registerBidder} from 'src/adapters/bidderFactory';
const BIDDER_CODE = 'optimera';
const SCORES_BASE_URL = 'https://s3.amazonaws.com/elasticbeanstalk-us-east-1-397719490216/json/client/';
const SCORES_BASE_URL = 'https://s3.amazonaws.com/optimera-client/';

export const spec = {
code: BIDDER_CODE,
Expand Down

0 comments on commit 39c6baf

Please sign in to comment.