Skip to content

Commit 52c1e16

Browse files
update documentation unitId
1 parent 52278df commit 52c1e16

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/showheroes-bsBidAdapter.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const converter = ortbConverter({
7171
bidResponse.renderer = createRenderer(bidResponse, renderConfig);
7272
}
7373
}
74-
bidResponse.callbacks = bid.ext.callbacks;
74+
bidResponse.callbacks = bid.ext?.callbacks;
7575
bidResponse.extra = bid.ext?.extra;
7676
return bidResponse;
7777
},

modules/showheroes-bsBidAdapter.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A module that connects to ShowHeroes demand source to fetch bids.
2525
{
2626
bidder: "showheroes-bs",
2727
params: {
28-
unitId: 'AACBWAcof-611K4U',
28+
unitId: '1234abcd-5678efgh',
2929
}
3030
}
3131
]
@@ -42,7 +42,7 @@ A module that connects to ShowHeroes demand source to fetch bids.
4242
{
4343
bidder: "showheroes-bs",
4444
params: {
45-
unitId: 'AACBTwsZVANd9NlB',
45+
unitId: '1234abcd-5678efgh',
4646
}
4747
}
4848
]

0 commit comments

Comments
 (0)