Skip to content

Conversation

@aszydlo-ras
Copy link

@aszydlo-ras aszydlo-ras commented Nov 6, 2025

Type of change

  • Bugfix

  • Feature

  • New bidder adapter

  • Updated bidder adapter

  • Code style update (formatting, local variables)

  • Refactoring (no functional changes, no api changes)

  • Build related changes

  • CI related changes

  • Does this change affect user-facing APIs or examples documented on http://prebid.org?

  • Other

Description of change

  • Rename ringieraxelspringerBidAdapter to dasBidAdapter

  • Update module code from 'ringieraxelspringer' to 'das'

  • Add raspUtils library dependency for native response parsing

  • Update documentation and test files

  • Generate module metadata

  • contact email of the adapter’s maintainer: monetisation-support@ringieraxelspringer.pl

  • test parameters for validating bids:

{
    bidder: 'das',
    params: {
      network: '4178463',
      site: 'test',
      area: 'areatest',
      slot: 'slot'
    }
  }

Other information

PR with documentation: prebid/prebid.github.io#6326

- Rename ringieraxelspringerBidAdapter to dasBidAdapter
- Update module code from 'ringieraxelspringer' to 'das'
- Add raspUtils library dependency for native response parsing
- Update documentation and test files

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@aszydlo-ras aszydlo-ras force-pushed the feature/das-bid-adapter branch from 97a9c76 to 8f73bb9 Compare November 6, 2025 14:55
@aszydlo-ras aszydlo-ras marked this pull request as ready for review November 7, 2025 09:22
Copilot AI review requested due to automatic review settings November 7, 2025 09:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR renames and refactors the ringieraxelspringer bid adapter to das (DAS Bidder Adapter). The changes include deleting the old adapter and its tests, adding the new adapter implementation with OpenRTB format support, comprehensive test coverage, and updated documentation.

  • Refactored adapter to use OpenRTB protocol instead of custom query string format
  • Added support for dynamic GET/POST method selection based on URL length (8k threshold)
  • Enhanced native ad support with GDE script integration
  • Improved parameter handling and validation

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 6 comments.

Show a summary per file
File Description
modules/ringieraxelspringerBidAdapter.js Deleted old adapter implementation
test/spec/modules/ringieraxelspringerBidAdapter_spec.js Deleted old test file
modules/dasBidAdapter.js New adapter implementation with OpenRTB support and improved architecture
test/spec/modules/dasBidAdapter_spec.js Comprehensive test suite for the new adapter
modules/dasBidAdapter.md Updated documentation with DAS branding and clearer parameter descriptions

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

aszydlo-ras and others added 2 commits November 7, 2025 10:46
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@patmmccann
Copy link
Collaborator

if you pull master you'll get an automated review assignment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants