Skip to content

Commit

Permalink
Adagio Bid Adapter : add new boolean params (prebid#10168)
Browse files Browse the repository at this point in the history
  • Loading branch information
soupape34 authored and Santiago Carabone committed Aug 22, 2023
1 parent 9128159 commit 03dc597
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion modules/adagioBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -1152,7 +1152,8 @@ export const spec = {
},
prebidVersion: '$prebid.version$',
featuresVersion: FEATURES_VERSION,
usIfr: usIfr
usIfr: usIfr,
adgjs: storage.localStorageIsEnabled()
},
options: {
contentType: 'text/plain'
Expand Down
3 changes: 2 additions & 1 deletion test/spec/modules/adagioBidAdapter_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,8 @@ describe('Adagio bid adapter', () => {
'prebidVersion',
'featuresVersion',
'data',
'usIfr'
'usIfr',
'adgjs',
];

it('groups requests by organizationId', function() {
Expand Down

0 comments on commit 03dc597

Please sign in to comment.