From d1eb2ba5ebb0586f4e244f9e7ecafc7e0ca71639 Mon Sep 17 00:00:00 2001 From: Octavia Suceava Date: Thu, 10 Oct 2024 12:47:03 +0300 Subject: [PATCH] changed naming --- modules/connatixBidAdapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/connatixBidAdapter.js b/modules/connatixBidAdapter.js index 4f4ab7af860..3566303885c 100644 --- a/modules/connatixBidAdapter.js +++ b/modules/connatixBidAdapter.js @@ -31,7 +31,7 @@ const BIDDER_CODE = 'connatix'; const AD_URL = 'https://capi.connatix.com/rtb/hba'; const DEFAULT_MAX_TTL = '3600'; const DEFAULT_CURRENCY = 'USD'; -const CNX_IDS_LOCAL_STORAGE_COOKIES_KEY = 'user_ids'; +const CNX_IDS_LOCAL_STORAGE_COOKIES_KEY = 'cnx_user_ids'; const CNX_IDS_EXPIRY = 24 * 30 * 60 * 60 * 1000; // 30 days export const storage = getStorageManager({ bidderCode: BIDDER_CODE }); const ALL_PROVIDERS_RESOLVED_EVENT = 'cnx_all_identity_providers_resolved';