Skip to content

Commit

Permalink
A1Media RTD Module: fix cookie name (prebid#10322)
Browse files Browse the repository at this point in the history
Co-authored-by: ChangsikChoi <>
  • Loading branch information
ChangsikChoi authored Aug 7, 2023
1 parent ad2ea1f commit b420011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/a1MediaRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const REAL_TIME_MODULE = 'realTimeData';
const MODULE_NAME = 'a1Media';
const SCRIPT_URL = 'https://linkback.contentsfeed.com/src';
export const A1_SEG_KEY = '__a1tg';
export const A1_AUD_KEY = 'a1gid';
export const A1_AUD_KEY = 'a1_gid';

export const storage = getStorageManager({moduleType: MODULE_TYPE_RTD, moduleName: MODULE_NAME});

Expand Down

0 comments on commit b420011

Please sign in to comment.