You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This removal is tracked in issue #3861 (Prebid Server 4.0), which explicitly lists "remove intertech adapter" as a planned breaking change. The issue is the central tracking issue for all PBS 4.0 work, authored by bretg (PBS maintainer). The removal is intentional and planned.
Verdict: Complete. All adapter artifacts have been removed and a deprecation warning has been added for users still referencing intertech in their configuration.
Verification Details
Deprecation Warning
Check
Result
Evidence
Warning message added
PASS
"intertech": Bidder "intertech" is no longer available in Prebid Server. Please update your configuration.
Follows established pattern
PASS
Matches format of bizzclick, liftoff, gothamads entries in same map
Placement in code
PASS
Added to GetDisabledBidderWarningMessages in exchange/adapter_util.go
GitHub code search for aliasOf + intertech returns 0 results
Cross-Skill Concerns
Check
Result
Evidence
Issue linkage
PASS
PR description references #3861, which explicitly lists this removal
Intentionality
PASS
PBS 4.0 planned breaking change, authored by core team member
No orphaned references
PASS
All intertech-related files removed from all 3 skill domains
Recommendation: Approve
This is a clean, thorough bidder removal PR. All adapter artifacts (code, tests, test data, config, schema, registration) have been removed and a proper deprecation warning has been added. The removal is tracked in the PBS 4.0 issue (#3861), authored by a core team member, with no aliases affected. CI passes cleanly across all 6 checks.
Task Completion Summary
Task #
Subject
Status
18
PR Triage: Classify PR #4680, route files, check CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removing as specified in #3861.