-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: rendering the winning ad #53
Conversation
Codecov Report
@@ Coverage Diff @@
## main #53 +/- ##
==========================================
- Coverage 64.45% 60.52% -3.94%
==========================================
Files 9 12 +3
Lines 166 266 +100
Branches 30 87 +57
==========================================
+ Hits 107 161 +54
- Misses 47 76 +29
- Partials 12 29 +17
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
iframe.id = `fledge-auction-${source.id}`; | ||
iframe.src = source.bid?.render; | ||
iframe.scrolling = 'no'; | ||
iframe.style.borderWidth = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what size is the iframe here? we might need to set the dimensions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
☕
Description
The feature branch for rendering the winning ad's creative within the Fledge API.
Screenshots (optional)
N/A
Additional context (optional)
Tech Spec: https://github.com/MagniteEngineering/fledge.polyfill/wiki/Technical-Specification:-Auctions#renderadbidbid
Checklist
Have you considered all of the following?
Please confirm by checking off each item to ensure you've considered it:
Fixes: #52