Skip to content

Commit 827bac2

Browse files
committed
Merge remote-tracking branch 'origin/DEP-11967-Cookie-Sync-Prebid.js-integration' into DEP-11967-Cookie-Sync-Prebid.js-integration
2 parents 90386aa + 8e9a6bd commit 827bac2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

modules/startioBidAdapter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var adUnits = [
2525
bidder: 'startio',
2626
params: {
2727
// REQUIRED - Publisher Account ID
28-
accountId: 'your-account-id',
28+
publisherId: 'your-account-id',
2929
3030
// OPTIONAL - Enable test ads
3131
testAdsEnabled: true
@@ -58,7 +58,7 @@ var videoAdUnits = [
5858
{
5959
bidder: 'startio',
6060
params: {
61-
accountId: 'your-account-id',
61+
publisherId: 'your-account-id',
6262
testAdsEnabled: true
6363
}
6464
}
@@ -85,7 +85,7 @@ var nativeAdUnits = [
8585
{
8686
bidder: 'startio',
8787
params: {
88-
accountId: 'your-account-id',
88+
publisherId: 'your-account-id',
8989
testAdsEnabled: true
9090
}
9191
}
@@ -115,6 +115,6 @@ pbjs.setConfig({
115115

116116
# Additional Notes
117117
- The adapter processes requests via OpenRTB 2.5 standards.
118-
- Ensure that the `accountId` parameter is set correctly for your integration.
118+
- Ensure that the `publisherId` parameter is set correctly for your integration.
119119
- Test ads can be enabled using `testAdsEnabled: true` during development.
120120
- The adapter supports multiple ad formats, allowing publishers to serve banners, native ads and instream video ads seamlessly.

0 commit comments

Comments
 (0)