Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

My6Sense: Endpoint subdomain changed. #3982

Merged
merged 10 commits into from
Jul 22, 2019
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