forked from prebid/prebid.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update sspbc-adapter branch #2
Merged
Merged
Conversation
This file contains 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
* Updated docs Colossusssp Adapter * Update colossusssp.md Add media types * Update colossusssp.md add usp consent support * adding schain flag * gdpr and user ids * id5id support * Prebid server info * Remove PBS params * Add colossus PBS docs * Add short note for pbs adapter parametres * Add note for pbjs parametres * Fix * remove duplicate string Co-authored-by: Vladislav Isaiko <vladis@smartyads.com> Co-authored-by: bretg <bgorsline@gmail.com> Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
* init smartyads docs * putting PBJS support back the same doc file is used to generate both the PBJS and PBS bidder list. You guys have a PBJS adapter. I changed back to pbjs: true. Co-authored-by: bretg <bgorsline@gmail.com>
* adding neustar fabrick * new userId module - neustar's fabrick * adding fabrick to download.md * Minor naming changes for Neustar Fabrick section Co-authored-by: Anderson, Ben <Ben.Anderson@team.neustar>
* initial check-in: document targetingControls.allowTargetingKeys * update documentation to include the names and values of the default targeting keys. also changed presentation order so implementation example appears after context.
* between docs * gitignore * between adapter docs fix Co-authored-by: Alexey Elymanov <elymanov@betweenx.com>
* add sspbc adapter * add sspbc adapter * sspBC adaptor: update bidder description Co-authored-by: Wojciech Biały <wb@WojciechBialy.local>
adding more details to the pubprovided id modulee
* Qwarry adapter description * fix * add pbjs: true * add quotes to example string parameter Co-authored-by: Alexander Kascheev <akascheev@asteriosoft.com>
updating gulp build alert & removing reference to the requirement that the userid module be built along side the subadapter, that happens automatically now.
Labels were referencing the Go version of PBS
Changing Email
* add IDx User Id docs * add IDx entry
* Added documentation for Hybrid.ai Adapter * added quotes around string params * Added gdpr support flag * Added docs for In-Image format Co-authored-by: s.shevtsov <s.shevtsov@targetix.net> Co-authored-by: bretg <bgorsline@gmail.com>
* 1.Change ironsource to be lower case all over 2.add pbjs: true * Add test mode definition
* Docs for refreshUserIds publisher api method Relates to prebid/Prebid.js#5819 * Remove `=> undefined` from refreshUserIds title
* Add docs for Geoedge Rtd provider * fixed a couple of typos * Added external code disclosure * Update geoedgeRtdProvider.md Co-authored-by: daniel manan <mmndaniel@gmail.com> Co-authored-by: bretg <bgorsline@gmail.com>
Co-authored-by: Dan Barnett <danb@mobilefuse.com>
* initail * Update haxmedia.md Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
Co-authored-by: John Salis <johnsalis@beachfrontmedia.com>
* yieldmo.md: video support is documented * Update yieldmo.md
…#2551) * specifies us privacy is supported * adds video support to gumgum md * adds support for tcf 2 * adds new bid param to gumgum.md * updates gumgum doc * notes required mediaType for video products
* Add publisher usage docs for 33Across * Added 33Across to partners list * Clarified example pubID * Reinstated changes that got lost during rebase * 33across adapter is GDPR compliant * update docs * added usp support * We support Schain! * Update for video support * fixes to video params * fixed context * fixed instream params * fix for multi-format * Fixed Ad Unit titles * protocols is required * typo fix * Added required bidder param * removed duplicate video params * formatting edits * prebid-server adapter will support only single imp reqs * Updated based in CR * minor fix * resolved merge conflicts Co-authored-by: Gleb Glushtsov <gleb.glushtsov@33across.com> Co-authored-by: Gleb Glushtsov <glebglushtsov@users.noreply.github.com> Co-authored-by: Aparna Hegde <ahegde@AHEGDE-MAC.local> Co-authored-by: Aparna Hegde <ahegde@AHEGDE-MAC.fios-router.home>
* floors: modelTimestamp * floors: modelTimestamp for analytics adapter interface
* Updated Between adapter dev docs * Between adapter dev docs: review fix * Between adapter dev docs: review fix #2 * Added quotes to string params * Between adapter dev docs: review fix #3 * fixing PBJS adapter params copied from original client-side adapter commit 8f623b4#diff-b224ab4090e3b286923b7eb808974fcb155f98dda399b7050270d28c7e6f55e4 Co-authored-by: Egor Skorokhodov <skorokhodov@betweenx.com> Co-authored-by: bretg <bgorsline@gmail.com>
* Initial seutp of Laravel Mix for CSS/JS generation * Inital webpack mix script * Additional mix packages and build scripts * Stub source files * Adds bourbon and include-media for build * Import sass from main site * Initial import of required Bootstrap styling Only bring in what we need to keep CSS size down * Mark jQuery as an external So that we can include it separately and still use it in webpack build pipeline * Add Bootstrap and dependency For styling and JS * Ignore changes to build support files * Setup support to automatically reload CSS when it changes Via browsersync Without this change I was having to wait for Jekyll to finish rebuilding the site in order to see CSS changes * Initial setup for JS build bootstrap import stubbed till we can figure out just which bits we need and can limit the import to keep JS size down * Add new brand color token for dark colors * Initial work styling header * main CSS build entry point * Initial build of CSS * Initial work to update head for relaunch Removing some unneeded CSS/JS dn prep work for new site fonts * Review navigation markup to work with Bootstrap 4.x * Regenerate production JS * Copy JS with mix to support browsersync reloading * Update nav to show proper main nav items Use the same nav struct for mobile view as well * Enable main nav JS functionality * Load reset styles from Bootstrap * Load the site in Chrome for development * Load utility classes Should see if we can trim this down at some point and not load _all_ of the utility classes * Push nav to the right * Reflow code for better readability Also fix unbalanced tags and add comments to sort out unbalanced tag * Reflow code for better readability * Reload changes to HTML files * Update width to match design comp * Remove VC style helpers from WP They’re not needed on this site * Add another level of spacer To keep with Bootstrap patterns but give us spacer to match the comp * Implemented content and styling for homepage main content area. * Update CNAME * Can’t ignore CSS and JS files The site won’t render correctly on GitHub Pages w/out them. * Delete CNAME * Create CNAME * Delete trailing whitespace * Close tags for better code And so that browsersync integration works correclty * Dev config file So that we can ignore generated files w/out affecting the production process. `bundle exec jekyll serve --config _config.yml,_config_development.yml` * New token for divider color * Initial work on interior page styling * Reflow code to try to make indenting consistent Added character names to conditionals/loops to keep them straight. * In-progress work on left nav Restructuring class handling to DRY up code and reduce complexity of if statements. Tweaking classes to provide styling hooks. Updates for showing active nav sections. * Updating sidebar styling and markup to support comp Still need to add carrot indicators * Move content block to be child of column To get more space between sidebar and content * Don’t output cookie consent unless in production To avoid the on-screen clutter during development * Regenerate CSS * Iterating on interior content styling * Styling interior page bits * Regenerate CSS * Include bootstrap before bourbon To let bourbon `size` mixin override the conflicting mixin from bootstrap * Initial work on footer content and styling * Cleanup nav styling * Update logo to knockout version from comps * Add carrots to sidebar elements * Regenerate JS * Tweak header to better match comp * Iterating on dropdown styling * Dropdown styling tweaks To better match comp. Added section classes to data for styling hooks. * Regenerate CSS * Enabled rollover styling for format tiles Had to move svgs to be inline so we can change styling with CSS. Also changed the markup order so that we can change svgs on link hover. * Card and hover treatment for source cards on medium banner * Social media icons and styling * Tweaks to “footer” on homepage To better match comp. * Regenerate CSS * Don’t index content on review site. * Tweaking font sizes and spacing For better display of content on interior pages * Get rid of wrapper element Since it is preventing proper page width on some interior pages - content is spreading wider than the container * Match table color in comp * Properly mark nav items active that are simple nav items * Get rid of   entities breaking sidebar layout Any spacing/stying is being handled by CSS so no need for these layout bits in the sidebar config file. * Rearrange content for better display in new design * Add space below highlights For better content display * Tweak thead border width To match comp * Keep table looking decent if it overflows the container * Include alert styles to match current site * Regenerate CSS * Better display of category groups in sidebar * Prevent egregiously bad display with nested content blocks * Breathing space above highlights * Extract common head markup Moving it to a single file makes it easy to share common asset include and setup details across all pages on the site. This is a first setp to getting the `head` for video examples cleaned up. * Update video examples to use common head include To DRY up code * Update video sample template To use same design as other pages on the site. * Style video example code like other code blocks * Don’t add bullets to tab list items * Expose standard BS alerts to brand-specific classes squash * Regenerate CSS * Update template to get layout updates To match new design. Also remove trailing whitespace * Reflow code for better readability * Style common bidder tables * Fix tags for proper footer display Also, whitespace updates * Delete trailing whitespace * Update class for styling tweaks * Update template structure for new design Also, delete trailing whitespace * Put margin below sidebar like pb-content So that if sidebar is longer than content we still have the footer pushed down. * Reflow code for better readability * Fix missing closing tags * 404 page layout and styling * Regenerate CSS * Fix button display on smaller screens * Better display of social media on smaller screens * Regenerate CSS * Update README with changes for building assets * Make Codes of Conduct and Policies into collapsible sections * Add styling for custom table By extending Bootstrap styles for ease of maintenance * Make table responsive for example Makes the table scrollable if it’s wider than the space. Have to wrap the markdown in `div` tags and move the Inline Attribution List (https://kramdown.gettalong.org/syntax.html#inline-attribute-lists) to the bottom so that it doesn’t interfere with Markdown parsing of the table. Also need to specify that the `div` contains markdown via `markdown=“1”` based on https://kramdown.gettalong.org/syntax.html#html-blocks * Regenerate CSS * Header padding on mobile * Better mobile display of main nav * Expose sidebar nav via toggle control on mobile * Keep sidebar visible on larger screens But collapse it behind the toggle on smaller screens. * Move margin to footer So that we don’t have extra margin below sidebar when left nav is collapsed on mobile * Better spacing around sidebar on mobile * Update other templates to show collapsed leftnav on mobile * Update extra template to new design for completeness * Regenerate CSS * Use full bootstrap from CDN rather than limited local bootstrap Since the local compiled bootstrap uses features of JS that aren’t supported in IE11 and aren’t being “fixed” by babel in testing. * Tweak to fix hover behavior in IE11 * Regenerate CSS * Adjust font sizes per feedback Switching from sizes in design comp to Minor Thirds ratio to have more difference in font size between the levels. * Add missing heading styling h5 isn’t used in the content area on the site but adding it here so that it’s available in the future if an h5 is added. * Make h4 italic per feedback Required adding semi-bold italic font from Google for proper display in browsers. * Revert italic for h4 after additional feedback Leaving italic on h5 since h5 is same size as body copy and leaving italic-semi-bold include to support h5 styling. * Regenerate CSS * Tweaks to get more space for content Make the overall page wider and the sidebar narrower, then give all that extra space to the content. * Add padding to prevent nav text from running into icon It didn’t in review/testing but this tweak will ensure it doesn’t in the future. * Regenerate CSS * Revert "Update CNAME" Revert CNAME to be correct for production site before opening a PR. This reverts commit 8c44d99. * Remove no-index from headers So that PR for production site doesn’t block search indexing. * Redesign 2020 (#2507) * Initial seutp of Laravel Mix for CSS/JS generation * Inital webpack mix script * Additional mix packages and build scripts * Stub source files * Adds bourbon and include-media for build * Import sass from main site * Initial import of required Bootstrap styling Only bring in what we need to keep CSS size down * Mark jQuery as an external So that we can include it separately and still use it in webpack build pipeline * Add Bootstrap and dependency For styling and JS * Ignore changes to build support files * Setup support to automatically reload CSS when it changes Via browsersync Without this change I was having to wait for Jekyll to finish rebuilding the site in order to see CSS changes * Initial setup for JS build bootstrap import stubbed till we can figure out just which bits we need and can limit the import to keep JS size down * Add new brand color token for dark colors * Initial work styling header * main CSS build entry point * Initial build of CSS * Initial work to update head for relaunch Removing some unneeded CSS/JS dn prep work for new site fonts * Review navigation markup to work with Bootstrap 4.x * Regenerate production JS * Copy JS with mix to support browsersync reloading * Update nav to show proper main nav items Use the same nav struct for mobile view as well * Enable main nav JS functionality * Load reset styles from Bootstrap * Load the site in Chrome for development * Load utility classes Should see if we can trim this down at some point and not load _all_ of the utility classes * Push nav to the right * Reflow code for better readability Also fix unbalanced tags and add comments to sort out unbalanced tag * Reflow code for better readability * Reload changes to HTML files * Update width to match design comp * Remove VC style helpers from WP They’re not needed on this site * Add another level of spacer To keep with Bootstrap patterns but give us spacer to match the comp * Implemented content and styling for homepage main content area. * Update CNAME * Can’t ignore CSS and JS files The site won’t render correctly on GitHub Pages w/out them. * Delete CNAME * Create CNAME * Delete trailing whitespace * Close tags for better code And so that browsersync integration works correclty * Dev config file So that we can ignore generated files w/out affecting the production process. `bundle exec jekyll serve --config _config.yml,_config_development.yml` * New token for divider color * Initial work on interior page styling * Reflow code to try to make indenting consistent Added character names to conditionals/loops to keep them straight. * In-progress work on left nav Restructuring class handling to DRY up code and reduce complexity of if statements. Tweaking classes to provide styling hooks. Updates for showing active nav sections. * Updating sidebar styling and markup to support comp Still need to add carrot indicators * Move content block to be child of column To get more space between sidebar and content * Don’t output cookie consent unless in production To avoid the on-screen clutter during development * Regenerate CSS * Iterating on interior content styling * Styling interior page bits * Regenerate CSS * Include bootstrap before bourbon To let bourbon `size` mixin override the conflicting mixin from bootstrap * Initial work on footer content and styling * Cleanup nav styling * Update logo to knockout version from comps * Add carrots to sidebar elements * Regenerate JS * Tweak header to better match comp * Iterating on dropdown styling * Dropdown styling tweaks To better match comp. Added section classes to data for styling hooks. * Regenerate CSS * Enabled rollover styling for format tiles Had to move svgs to be inline so we can change styling with CSS. Also changed the markup order so that we can change svgs on link hover. * Card and hover treatment for source cards on medium banner * Social media icons and styling * Tweaks to “footer” on homepage To better match comp. * Regenerate CSS * Don’t index content on review site. * Tweaking font sizes and spacing For better display of content on interior pages * Get rid of wrapper element Since it is preventing proper page width on some interior pages - content is spreading wider than the container * Match table color in comp * Properly mark nav items active that are simple nav items * Get rid of   entities breaking sidebar layout Any spacing/stying is being handled by CSS so no need for these layout bits in the sidebar config file. * Rearrange content for better display in new design * Add space below highlights For better content display * Tweak thead border width To match comp * Keep table looking decent if it overflows the container * Include alert styles to match current site * Regenerate CSS * Better display of category groups in sidebar * Prevent egregiously bad display with nested content blocks * Breathing space above highlights * Extract common head markup Moving it to a single file makes it easy to share common asset include and setup details across all pages on the site. This is a first setp to getting the `head` for video examples cleaned up. * Update video examples to use common head include To DRY up code * Update video sample template To use same design as other pages on the site. * Style video example code like other code blocks * Don’t add bullets to tab list items * Expose standard BS alerts to brand-specific classes squash * Regenerate CSS * Update template to get layout updates To match new design. Also remove trailing whitespace * Reflow code for better readability * Style common bidder tables * Fix tags for proper footer display Also, whitespace updates * Delete trailing whitespace * Update class for styling tweaks * Update template structure for new design Also, delete trailing whitespace * Put margin below sidebar like pb-content So that if sidebar is longer than content we still have the footer pushed down. * Reflow code for better readability * Fix missing closing tags * 404 page layout and styling * Regenerate CSS * Fix button display on smaller screens * Better display of social media on smaller screens * Regenerate CSS * Update README with changes for building assets * Make Codes of Conduct and Policies into collapsible sections * Add styling for custom table By extending Bootstrap styles for ease of maintenance * Make table responsive for example Makes the table scrollable if it’s wider than the space. Have to wrap the markdown in `div` tags and move the Inline Attribution List (https://kramdown.gettalong.org/syntax.html#inline-attribute-lists) to the bottom so that it doesn’t interfere with Markdown parsing of the table. Also need to specify that the `div` contains markdown via `markdown=“1”` based on https://kramdown.gettalong.org/syntax.html#html-blocks * Regenerate CSS * Header padding on mobile * Better mobile display of main nav * Expose sidebar nav via toggle control on mobile * Keep sidebar visible on larger screens But collapse it behind the toggle on smaller screens. * Move margin to footer So that we don’t have extra margin below sidebar when left nav is collapsed on mobile * Better spacing around sidebar on mobile * Update other templates to show collapsed leftnav on mobile * Update extra template to new design for completeness * Regenerate CSS * Use full bootstrap from CDN rather than limited local bootstrap Since the local compiled bootstrap uses features of JS that aren’t supported in IE11 and aren’t being “fixed” by babel in testing. * Tweak to fix hover behavior in IE11 * Regenerate CSS * Adjust font sizes per feedback Switching from sizes in design comp to Minor Thirds ratio to have more difference in font size between the levels. * Add missing heading styling h5 isn’t used in the content area on the site but adding it here so that it’s available in the future if an h5 is added. * Make h4 italic per feedback Required adding semi-bold italic font from Google for proper display in browsers. * Revert italic for h4 after additional feedback Leaving italic on h5 since h5 is same size as body copy and leaving italic-semi-bold include to support h5 styling. * Regenerate CSS * Tweaks to get more space for content Make the overall page wider and the sidebar narrower, then give all that extra space to the content. * Add padding to prevent nav text from running into icon It didn’t in review/testing but this tweak will ensure it doesn’t in the future. * Regenerate CSS * Revert "Update CNAME" Revert CNAME to be correct for production site before opening a PR. This reverts commit 8c44d99. * Remove no-index from headers So that PR for production site doesn’t block search indexing. * Delete old, unused references to JS build Had to move away from JS build process due to issues generating a cross-browser JS file. * Open marketing site link in new window * Reduce top padding on code Per request. * Delete old, unused JS assets Co-authored-by: Steve <ssuranie@appnexus.com> Co-authored-by: Matt Vanderpol <matt@vanderpol.net>
Adjust Formatting for Proper Row Layout and Headings
Select Adapters improvement
* Create pubwise.md * Update pubwise.md * Update pubwise.md * Update pubwise.md * Update pubwise.md * Update pubwise.md * Update pubwise.md
wojciech-bialy-wpm
pushed a commit
that referenced
this pull request
May 9, 2022
* [SUPPORT-4219] docs: add placementPath to adot PBS (#2) * [:art:] fix: update adot video parameters * delete params Co-authored-by: Alexandre K/ourio <alexandre.kourio@adotmob.com> Co-authored-by: ako-adot <90328748+ako-adot@users.noreply.github.com>
decemberWP
pushed a commit
that referenced
this pull request
Jun 21, 2024
* adding video to supported mediatypes * Adding tcfv2, ccpa and schain support * removing bidder_support_deals * supporting liveramp and uid2 userids * Updating doc for floors support (#2) --------- Co-authored-by: Rakesh Balakrishnan <Rakesh.Balakrishnan@emxdigital.com>
decemberWP
pushed a commit
that referenced
this pull request
Jun 21, 2024
decemberWP
pushed a commit
that referenced
this pull request
Jun 21, 2024
* OFF-488 createprebid documentation for flipp bidder * Update flipp.md * OFF-499 add options object to documentation (#2) * add optional ip bidder param * add additional allowed options * add missing metadata fields and remove ip from request * add additional description to userKey --------- Co-authored-by: Hasan Kanjee <hasankanjee@flipp.com> Co-authored-by: Matt Mohan <matt.mohan@flipp.com>
decemberWP
pushed a commit
that referenced
this pull request
Jun 21, 2024
decemberWP
pushed a commit
that referenced
this pull request
Jun 21, 2024
* OFF-488 createprebid documentation for flipp bidder * Update flipp.md * OFF-499 add options object to documentation (#2) * add optional ip bidder param * add additional allowed options * add missing metadata fields and remove ip from request * add additional description to userKey * add pbjs --------- Co-authored-by: Hasan Kanjee <hasankanjee@flipp.com> Co-authored-by: Matt Mohan <matt.mohan@flipp.com> Co-authored-by: Hasan Kanjee <55110940+hasan-kanjee@users.noreply.github.com> Co-authored-by: Hasan Kanjee <hasan.kanjee@flipp.com>
decemberWP
pushed a commit
that referenced
this pull request
Jun 21, 2024
* Updates documentation for concert gpp support (#2) * Concert: Add supported userIds --------- Co-authored-by: Brett Bloxom <38990705+BrettBlox@users.noreply.github.com>
decemberWP
pushed a commit
that referenced
this pull request
Jun 21, 2024
…id#5011) * update-li-sub-moduled-doc * removed params.storage fro example config * removed redundant sentence * Review session changes * Update liveintent.md * clarity and code font update * Editing session #2 * Remove brackets and italic * Rewrite the section * Clean-up * Fix code examples * updated code font and punctuations * Minor improvements * Clean-up * Fix link * Remove superflous commas * Fix indent * Improve indent pt2 * added punctuation * fixed url Co-authored-by: Wiem Zine El Abidine <wiemzin@gmail.com> --------- Co-authored-by: Emmanuel Adebayo <38572355+adebayoea@users.noreply.github.com> Co-authored-by: Wiem Zine El Abidine <wiemzin@gmail.com>
decemberWP
pushed a commit
that referenced
this pull request
Jun 21, 2024
* Add documentation for BT Bidder Adapter (#1) * PE-87: add documentation for BT Bidder Adapter * PE-87: update bid params, add info email * PE-87: add config section * PE-87: change pbs value to true * Fix lint error * BP-55: Implement Prebid Adapter - Update docs (#2) * BP-55: Implement Prebid Adapter - clarify bidderConfig params (#3) * BP-55: add clarification for config variables * BP-55: remove ab value from doc
decemberWP
pushed a commit
that referenced
this pull request
Jun 21, 2024
* adds ORTB blocking to docs * adds EOF newline --------- Co-authored-by: “Nick <“nick.llerandi”@kargo.com>
decemberWP
pushed a commit
that referenced
this pull request
Jul 16, 2024
* Updates documentation for concert gpp support (#2) * updates docs for concert server adapter (#3) * [RPO-3785] Update documentation * More analytics adapter documentation * ConcertAnalyticsAdapter: Corrected documentation * ConcertBidAdapter: Corrected documentation --------- Co-authored-by: Sam Ghitelman <sam.ghitelman@voxmedia.com> Co-authored-by: Sam Ghitelman <SGhitelman@gmail.com>
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.
No description provided.