Skip to content

Commit

Permalink
Add omit-user-bidding-signals to auctionServerRequestFlags (#1263)
Browse files Browse the repository at this point in the history
  • Loading branch information
chatterjee-priyanka committed Aug 29, 2024
1 parent 7717cd1 commit 25066c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FLEDGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const myGroup = {
'size4': {width: '100', height: '25'}},
'sizeGroups:' {'group1': ['size1', 'size2', 'size3'],
'group2': ['size3', 'size4']},
'auctionServerRequestFlags': ['omit-ads'],
'auctionServerRequestFlags': ['omit-ads', 'omit-user-bidding-signals'],
};
const joinPromise = navigator.joinAdInterestGroup(myGroup);
```
Expand Down

0 comments on commit 25066c6

Please sign in to comment.