From a09d780cf63b3376ebf5036fb0e729f900f12239 Mon Sep 17 00:00:00 2001 From: dbelousov Date: Tue, 4 Aug 2020 15:28:30 +0300 Subject: [PATCH] Insticator SSP endpoint is switched to prod environment --- modules/insticatorBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/insticatorBidAdapter.js b/modules/insticatorBidAdapter.js index 4dfda753e39..2120c49ed85 100644 --- a/modules/insticatorBidAdapter.js +++ b/modules/insticatorBidAdapter.js @@ -12,7 +12,7 @@ import { } from '../src/utils.js'; const BIDDER_CODE = 'insticator'; -const ENDPOINT = 'https://ex.hunchme.com/v1/openrtb'; // staging endpoint! +const ENDPOINT = 'https://ex.ingage.tech/v1/openrtb'; // production endpoint const USER_ID_KEY = 'hb_insticator_uid'; const USER_ID_COOKIE_EXP = 2592000000; // 30 days const BID_TTL = 300; // 5 minutes