From 848d32d19fdf4452ee5a9322ebce0b3c7bdd0c2a Mon Sep 17 00:00:00 2001 From: Viktor Chernodub Date: Mon, 6 May 2024 17:28:03 +0300 Subject: [PATCH] fix: adjust eid key --- modules/yandexIdSystem.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/yandexIdSystem.js b/modules/yandexIdSystem.js index 2357f995832..181aeeeef56 100644 --- a/modules/yandexIdSystem.js +++ b/modules/yandexIdSystem.js @@ -10,6 +10,7 @@ import { getStorageManager } from '../src/storageManager.js'; import { logInfo } from '../src/utils.js'; const BIDDER_CODE = 'yandex'; +const BIDDER_EID_KEY = 'yandex.com'; const YANDEX_ID_KEY = 'yandexId'; const USER_ID_KEY = '_ym_uid'; @@ -48,7 +49,7 @@ export const yandexIdSubmodule = { }, eids: { [YANDEX_ID_KEY]: { - source: BIDDER_CODE, + source: BIDDER_EID_KEY, atype: 1, }, },