Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaochang committed Jan 14, 2025
1 parent 9cf23b5 commit f53b9f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-docs/bidders/algorix.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ var adUnits = [
bids: [{
bidder: 'algorix',
params: {
region: 'APAC', // required
region: 'APAC', // optional
sid: '260785', // required
token: '89b6d58567e3913e507f2be61fe8823e', // optional
token: '89b6d58567e3913e507f2be61fe8823e', // required
}
}]
}];
Expand Down

0 comments on commit f53b9f5

Please sign in to comment.