Skip to content

Commit

Permalink
update documentation unitId
Browse files Browse the repository at this point in the history
  • Loading branch information
FilipStamenkovic committed Sep 30, 2024
1 parent f328975 commit 489d117
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/showheroes-bsBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const converter = ortbConverter({
bidResponse.renderer = createRenderer(bidResponse, renderConfig);
}
}
bidResponse.callbacks = bid.ext.callbacks;
bidResponse.callbacks = bid.ext?.callbacks;
bidResponse.extra = bid.ext?.extra;
return bidResponse;
},
Expand Down
4 changes: 2 additions & 2 deletions modules/showheroes-bsBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A module that connects to ShowHeroes demand source to fetch bids.
{
bidder: "showheroes-bs",
params: {
unitId: 'AACBWAcof-611K4U',
unitId: '1234abcd-5678efgh',
}
}
]
Expand All @@ -42,7 +42,7 @@ A module that connects to ShowHeroes demand source to fetch bids.
{
bidder: "showheroes-bs",
params: {
unitId: 'AACBTwsZVANd9NlB',
unitId: '1234abcd-5678efgh',
}
}
]
Expand Down

0 comments on commit 489d117

Please sign in to comment.