Skip to content

IncrementX adapter build failing in Prebid v10+ download builder #6389

@Prebid-Vertoz

Description

@Prebid-Vertoz

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:

  1. Is there any additional registry/build configuration required for v10+ adapters beyond adapter code changes?
  2. Should the module metadata or build mapping be updated separately by maintainers?

Thanks

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions