Skip to content

Commit

Permalink
My6Sense: Endpoint subdomain changed. (#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 bretg committed Jul 22, 2019
1 parent 1b331f3 commit fa9d4be
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 fa9d4be

Please sign in to comment.