KEMBAR78
IX Bid Adapter : multiformat promotion by lksharma · Pull Request #13898 · prebid/Prebid.js · GitHub
Skip to content

Conversation

@lksharma
Copy link
Collaborator

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

Cleans up pbjs_enable_multiformat FT based code paths

Other information

@ChrisHuie ChrisHuie changed the title IX Bid Adapter: Multiformat FT Promotion IX Bid Adapter : multiformat promotion Sep 18, 2025
@lksharma lksharma force-pushed the IX_Multiformat_FT_Promotion branch from 19d34b3 to 80e3676 Compare September 18, 2025 17:48
@ChrisHuie ChrisHuie requested a review from monis0395 September 24, 2025 16:29
@lksharma lksharma force-pushed the IX_Multiformat_FT_Promotion branch from 80e3676 to 2408d02 Compare September 25, 2025 16:55
@lksharma lksharma force-pushed the IX_Multiformat_FT_Promotion branch from 2408d02 to af2488e Compare September 29, 2025 14:51
@lksharma
Copy link
Collaborator Author

Hi @monis0395 just following up on this PR. It’s ready for review and addresses the multiformat FT cleanup. Let me know if you have any questions or need changes from my side. Thanks for taking a look! 🙏

@monis0395
Copy link
Collaborator

Hi @monis0395 just following up on this PR. It’s ready for review and addresses the multiformat FT cleanup. Let me know if you have any questions or need changes from my side. Thanks for taking a look! 🙏

Got it, I'll go through this.

Copy link
Collaborator

@monis0395 monis0395 left a comment

Choose a reason for hiding this comment

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

@lksharma have a few questions

  1. ixBidAdapter_spec.js#L4721 there’s still some code left related to pbjs_enable_multiformat. Is this expected?

  2. It’s also a bit unclear whether const FEATURE_TOGGLES is still needed:

    i. Currently, the code is only storing the features but not requesting them.
    ii. We’re calling addRequestedFeatureToggles(r, FEATURE_TOGGLES.REQUESTED_FEATURE_TOGGLES), but since REQUESTED_FEATURE_TOGGLES is empty, nothing gets appended to the request.

Should this be removed, or at least commented out so it’s removed during tree-shaking?

@lksharma
Copy link
Collaborator Author

@monis0395 Thanks for the review — I’ve pushed changes to clean up the multiformat tests.

For FEATURE_TOGGLES: REQUESTED_FEATURE_TOGGLES is intentionally left empty right now, but we’re keeping the addRequestedFeatureToggles(...) call as a consistent integration point for when we need to start requesting toggles in the future.

@lksharma lksharma closed this Sep 30, 2025
@lksharma lksharma reopened this Oct 1, 2025
@monis0395 monis0395 merged commit b9df797 into prebid:master Oct 3, 2025
88 of 96 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants