Feature: Add PB adunits panel#1080
Merged
Merged
Conversation
…l into feat/prebid-integration-init
…l into feat/prebid-integration-init
…l into feat/prebid-integration-init
…to feat/prebid-adunits
Add viewer for gptAuctionConfig and UserSync along with PrebidServerConfig.
…l into feat/prebid-adunits
* Move auctions panel into v1 folder * Make adunit panel dumb and move to components folder * Update component name * Add hooks for data processing and sidebar data creation * Move bottom tray to components folder * Add prebid table, wrap versioned auction panels * Move auction table to components, extract data for prebid table, and use auction table component * Add optional chaining at required places * Update sidebar key * Add hammer into table cell for winner bid * Add condition to show v2 panel is prebid data is there * Keep adserver panel blurred * Update style of bid won * Update check * Filter auction data if adunit not present inside bids * Update style of media container size for winner * Calculate winning container size and bidder for each unit, highlight in the the buttons in adunit panel * Add blurred key to prebid sidebar * Highlight tabs on prebid data changes * Use dumb component for adunitpanel inside auction v1 * Use set to keep data unique * Update filters for prebid table * Update logic for highlighting winning media container inside adunit sub panel * Fix import of icon * Highlight correct tab for prebid data * Small nitpicks and reorg * Correct file name * filter array if type is not correct * Move cdp navigation to a callback * Reorganize files and change imports * Segregate paapi and prebid calculation calculation, show pill toggle inside adunitpanel * Nitpicks and data reorg * Update tab name from prebid to prebid extras * Update selection color in pilltoggle * Use fixed decimal and add auction time * Remove loading from bottom tray json view * Use prebid providerA * Fix failig test. --------- Co-authored-by: Amoghavarsha Kudaligi <kgamoghavarsha@gmail.com>
mohdsayed
approved these changes
Jun 9, 2025
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
This PR adds the adunits panel for prebid data.
Relevant Technical Choices
Testing Instructions
Additional Information:
Screenshot/Screencast
Checklist
This code is covered by unit tests to verify that it works as intended.Fixes #