Skip to content

Commit

Permalink
My6Sense: Endpoint subdomain changed. (prebid#3982)
Browse files Browse the repository at this point in the history
* My6sense new adapter

* endpoint fix

* Code fix

* Added changes in adapter md file

* Changed the end point

* supportedMediaTypes values added

* md file was updated with a valid widget key

* endpoint changed

* indentation issues fixed
  • Loading branch information
my6sense authored and leonardlabat committed Jul 30, 2019
1 parent a47180f commit 54c3948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/my6senseBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { BANNER, NATIVE } from '../src/mediaTypes';

const {registerBidder} = require('../src/adapters/bidderFactory');
const BIDDER_CODE = 'my6sense';
const END_POINT = '//papi.mynativeplatform.com/pub2/web/v1.15.0/hbwidget.json';
const END_POINT = '//hb.mynativeplatform.com/pub2/web/v1.15.0/hbwidget.json';
const END_POINT_METHOD = 'POST';

// called first
Expand Down

0 comments on commit 54c3948

Please sign in to comment.