Skip to content

Commit

Permalink
use 1plusX instead of 1plusx
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirardi committed Jun 13, 2023
1 parent ac86685 commit 7cd5dbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libraries/appnexusKeywords/anKeywords.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import {getAllOrtbKeywords} from '../keywords/keywords.js';
import {CLIENT_SECTIONS} from '../../src/fpd/oneClient.js';

const ORTB_SEGTAX_KEY_MAP = {
526: '1plusx',
527: '1plusx',
526: '1plusX',
527: '1plusX',
541: 'captify_segments',
540: 'perid'
};
Expand Down
2 changes: 1 addition & 1 deletion test/spec/modules/appnexusBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ describe('AppNexusAdapter', function () {
expectKeywords(payload.keywords, [{
'key': 'drill'
}, {
'key': '1plusx',
'key': '1plusX',
'value': ['cat', 'dog']
}, {
'key': 'perid',
Expand Down

0 comments on commit 7cd5dbd

Please sign in to comment.