-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Hi Prebid Team,
We recently updated the IncrementX (incrementxBidAdapter) adapter code to be compatible with Prebid.js v10+ and the adapter is live in the repository.
However, when generating a custom build from prebid.org using Prebid v10.1.0 and above, the downloaded file fails with the following error:
{"error":"Prebid file not built properly","requestId":"c47db9ce-45a9-498a-813d-b0507cdcff68"}
Additionally, the generated prebid-config.json still shows an older file name(incrxBidAdapter):
{
"version": "10.1.0",
"modules": [
"incrxBidAdapter",
...
]
}
Questions:
- Is there any additional registry/build configuration required for v10+ adapters beyond adapter code changes?
- Should the module metadata or build mapping be updated separately by maintainers?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done