Skip to content

Commit

Permalink
fix: adjust eid key
Browse files Browse the repository at this point in the history
  • Loading branch information
chernodub committed Jun 10, 2024
1 parent 5f401bc commit f6ed5f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/yandexIdSystem.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -48,7 +49,7 @@ export const yandexIdSubmodule = {
},
eids: {
[YANDEX_ID_KEY]: {
source: BIDDER_CODE,
source: BIDDER_EID_KEY,
atype: 1,
},
},
Expand Down

0 comments on commit f6ed5f7

Please sign in to comment.