Skip to content
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

Updates to PubWise Supported Bidder Features #2712

Merged
merged 1 commit into from
Mar 2, 2021

Conversation

GLStephen
Copy link
Contributor

No description provided.

@jeanstemp jeanstemp merged commit f4e5567 into prebid:master Mar 2, 2021
bretg added a commit that referenced this pull request Mar 12, 2021
* 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 &nbsp 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

* Better display of Download page

* Hide modal to match behavior on previous site design

* Merge styles for smaller CSS file

* Update bidders page to match main listing

* Better heading level for standalone page

* Make content area wider

For better display

* Link to standalone pages

So that the bidders page is an entryway, not a page with lots of content

* Delete old bidders content

Now being displayed on individual pages

* Placeholder for autocomplete

* Update CNAME for testing

* Don’t index staging site

* Setup new layout for individual API pages

Based on bidder layout

* Break apart main API page to sub-pages

For better UX and to get rid of long pages.

* Initial work to add search to site

* Don’t filter by tags for now

Testing site-wide search

* Initial basic autocomplete support

Link out to page on selection

* Classify bidders for grouping by name

* Text change per comp

* Setup bidder groupings

* Updated lockfile

* Add awesomplete package

So that we can pull in CSS without using CDN

* Add class for styling hook

* Remove CSS from CDN

We will be styilng via native site CSS

* Revise list output to prevent markdown from breaking generated markup

* Styling for bidder list and autocomplete

Per comp

* Reflow code

For more readable customizations

* Increase hits returned

Per feedback

* Only return 1 result per URL

* Hide facet groupings

Per feedback

* Regenerate CSS

* Simple cache busting

To get updated CSS to be used.

* Extract JS to external file

So that we can edit it w/out battling with Jekyll/Liquid parsing and formatting.

* Add support to sort results by name

For saner result display

* adding timeouts feature page (#2709)

* adding timeouts feature page

* minor edits

Co-authored-by: Jean Stemp <jstemp@appnexus.com>

* Pbm native in app (#2686)

* added android prebid native inapp

* Edited the first section.

* Cleaned up samples

* Fixed a step.

* minor edits

* Removed the create method

* Added iOS docs for in app native

Co-authored-by: Steve <ssuranie@appnexus.com>
Co-authored-by: Jean Stemp <jstemp@appnexus.com>

* logan adapter: add docs (#2700)

* add docs

* Update logan.md

Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>

* update SDK timeout description (#2719)

* tweaked timeout diagram (#2721)

* AdHash Bidder Adapter: initial prebid.js integration (#2687)

* declare tcf2 support and add gvl id (#2715)

* ozone 2.5.0 docs update (#2716)

Co-authored-by: Afsheen Bigdeli <afsheenb@namecast.net>

* added ignoreBidderCacheKey docs (#2720)

* added ignoreBidderCacheKey docs

* edits and some general cleanup

Co-authored-by: Jean Stemp <jstemp@appnexus.com>

* GumGum: adds irisid and pubId for server side params (#2649)

* 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

* updates gumgum doc

* adds pubId and irisid params

* removes extra cell

* pangle bidder: add doc (#2694)

Co-authored-by: hcai <caihengsheng@bytedance.com>

* Epom Adapter Doc (#2667)

* Create epom.md

* Epom Adapter Doc: pull requests improvements

* Update epom.md

Co-authored-by: Vasyl Zarva <vasyan.z@gmail.com>
Co-authored-by: bretg <bgorsline@gmail.com>

* Add new prebid server adapter parameter (#2724)

* initial

* Update mobfoxpb.md

* Update mobfoxpb.md

* Update mobfoxpb.md

* Update mobfoxpb.md

Add `key` parameter

Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>

* upgraded deployment target (#2728)

* Updates to PubWise Supported Bidder Features (#2712)

* add note about aliasSyncEnabled on outbrain adapter (#2725)

* Update userId.md (#2705)

* Update userId.md

removing reference to "TBD" in the Pubprovided documentation.

* Update userId.md

* Revert "Break apart main API page to sub-pages"

This reverts commit a6b9e8e.

These updates are not ready to launch yet - revert them so they’re not part of the PR for bidder updates

* Revert "Setup new layout for individual API pages"

This reverts commit 23d00e5.

These updates are not ready to launch yet - revert them so they’re not part of the PR for bidder updates

* Added supported userids module to criteo bid adapter documentation (#2732)

* Add helper script to find ungrouped bidders

Whenever bidders are added to the site they need to be assigned to a `list_group` from `dev-docs/bidders.md` via the individual bidder frontmatter. If a bidder isn’t assigned to a `list_group` then they won’t appear on the Bidders page.

This script checks all bidders and lists those that aren’t assigned to a `list_group`.

Exclude the script so it’s not included in the generated site.

* Assign new bidders to list groups

* Added axonix.md (#2711)

* Added axonix.md

* Changed to single quotes

* new adapter - iprom (#2708)

* iPROM bidder upload - docs

* Update iprom.md

added quotes around the string examples and made the link active

Co-authored-by: Gašper Žagar <gasper.zagar@iprom.si>
Co-authored-by: Jean Stemp <38964447+jeanstemp@users.noreply.github.com>

* Revert "Update CNAME for testing"

Restore expected CNAME for production site.

This reverts commit 0c0166c.

* Revert "Don’t index staging site"

Allow indexing of production site.

This reverts commit 543ea07.

* breaking analytics adapters out into separate files (#2727)

* breaking analytics adapters out into separate files

* new analytics adapter doc instructions

* new analytics adapter doc instructions

* giving specific guidance on the privacy policy flags

* Refactor grouping by name

This is a better approach do it by parsing the title rather than relying on a value in the frontmatter

* Better sort of bidder pages

Make them sorted by title in a case-insensitive manner

* Remove unneeded list_group

Now that we are grouping by parsing title, we no longer need the list_group in the frontmatter.

* Remove unneeded helper script

* Remove unneeded `list_group`

* Delete merge conflict tags

* Restore original line breaks

* revising britepool marketing (#2735)

* BCM adapter alias (#2726)

* Create bcm.md

* Fixed the file location

* Revert "Fixed the file location"

This reverts commit 0849daf.

* Moved to dev-docs/bidders

Co-authored-by: Gabriela Melendez <gabriela@adkernel.com>

* Marsmedia bid adapter (#2729)

* Change params, add description

* Add support for gdpr, schain and video

* change param from ZoneId to zoneId
remove rows: top_nav_section , nav_section

* change param from ZoneId to zoneId
remove rows: top_nav_section , nav_section

* New adapter - videofy

* add updated supported, add example

* Native: add Native Custom Assets section (#2713)

* Native: add Custom Assets section

* wordsmithing

* Update native-implementation.md

Co-authored-by: bretg <bgorsline@gmail.com>

* jixie: param updates (#2717)

* as we are adding the prebid-server adaptor and introduced a few extra params , they are added here too
(note: those 3 new params would also reach the headerbid adserver in the case of prebid "clientside HB" too. So all good)

* added quotes around string params

Co-authored-by: bretg <bgorsline@gmail.com>

* Add simple search icon on desktop

* Better display of search on mobile

Keep the icon visible.

* added coopSync option to s2sConfig (#2743)

* removing AnalyticsAdapter suffix from modulecode (#2745)

* Add back to Bidders links.

Per feedback

* describing opt-out (#2747)

* describing opt-out

* fixing pubcommon opt out

* wordsmithing

* Added bid adatper interface signals (#2748)

* update yuktamedia analytics (#2753)

* Discuss optional keys (#2738)

* Update publisher-api-reference.md

* wordsmithing

good improvement. made a few updates.

Co-authored-by: bretg <bgorsline@gmail.com>

* Add support pbs (#2710)

Co-authored-by: faithnh <fullpong@unicorn.inc>

* Updating seedtag adapter doc (#2740)

* added media_types to the seedtag docs

* Updating doc to include inArticle

* Adding again pbjs param.

Co-authored-by: Carlos Barreiro Mata <barreymata@gmail.com>

* Add Prebid server  compatibility to AdYouLike bidder (#2741)

* set usp supported for adyoulike bidder

* add native in mediatypes

* fix pbjs field

* add prebid server compatibility on AdYouLike bidder

* GumGum: adds description to bidfloor param (#2744)

* 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

* updates gumgum doc

* adds pubId and irisid params

* removes extra cell

* updates doc to include that bidfloor is in usd

* MediaNet analytics and adapter doc updates (#2749)

* Provide Better PBS-Go MakeBids Sample Code (#2751)

* Update the adot bidder documentation to add gvl_id (#2752)

* fixed pbs doc formatting (#2758)

* PBS-Java supports default request (#2763)

* adding link to prebid overview (#2764)

* Update yuktamedia.md (#2760)

Enable download and changed Registration info

* Update For GDPR Vendor ID Changes (#2750)

* Bidder params fix (#2767)

* renaming files to match bidder codes

* adding pbjs: true

* adding aliases to edge case bidders

* fixing aliasCode

* updates triplelift native info (#2768)

* removing tcf2 variable, general GDPR update (#2769)

* removing tcf2 variable, general GDPR update

* restoring gdpr_supported status

* fixed tcf2 column, added floors and member (#2770)

* First Party Data 2.0 doc updates (#2722)

* fpd2.0 updates

* minor edits

* table tuning

* removed diagram

* review comments from taxonomy team

* adding in version number

also added notes about PBJS 4.29 and before

Co-authored-by: Jean Stemp <jstemp@appnexus.com>

* adding user identity pages

* initial draft of identity section

Co-authored-by: Matt Vanderpol <matt@vanderpol.net>
Co-authored-by: Jean Stemp <jstemp@appnexus.com>
Co-authored-by: MartianTribe <steve@martiantribe.com>
Co-authored-by: Steve <ssuranie@appnexus.com>
Co-authored-by: WlsLogan <77974248+WlsLogan@users.noreply.github.com>
Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
Co-authored-by: Damyan <wyand@abv.bg>
Co-authored-by: jmjohansson <34456126+jmjohansson@users.noreply.github.com>
Co-authored-by: afsheenb <afsheenb@users.noreply.github.com>
Co-authored-by: Afsheen Bigdeli <afsheenb@namecast.net>
Co-authored-by: susyt <susan@fox.camp>
Co-authored-by: Hengsheng Cai <luke.hengshengcai@gmail.com>
Co-authored-by: hcai <caihengsheng@bytedance.com>
Co-authored-by: epomrnd <epomrnd@users.noreply.github.com>
Co-authored-by: Vasyl Zarva <vasyan.z@gmail.com>
Co-authored-by: mobfxoHB <74364234+mobfxoHB@users.noreply.github.com>
Co-authored-by: ppuviarasu <ppuviarasu@appnexus.com>
Co-authored-by: Stephen Johnston <stephenj@launchpowered.com>
Co-authored-by: Rok Sušnik <rsusnik@outbrain.com>
Co-authored-by: jdwieland8282 <wieland.jeff@gmail.com>
Co-authored-by: Léonard Labat <le.labat@criteo.com>
Co-authored-by: César Fernández <cfalonso@gmail.com>
Co-authored-by: iprom-adserver <79305981+iprom-adserver@users.noreply.github.com>
Co-authored-by: Gašper Žagar <gasper.zagar@iprom.si>
Co-authored-by: Jean Stemp <38964447+jeanstemp@users.noreply.github.com>
Co-authored-by: melendezgabbyz0 <77457257+melendezgabbyz0@users.noreply.github.com>
Co-authored-by: Gabriela Melendez <gabriela@adkernel.com>
Co-authored-by: vladi-mmg <vladi@m-m-g.com>
Co-authored-by: Olivier <osazos@adagio.io>
Co-authored-by: jxdeveloper1 <71084096+jxdeveloper1@users.noreply.github.com>
Co-authored-by: Bryan Szekely <49168870+bszekely1@users.noreply.github.com>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
Co-authored-by: faithnh <faithnh.stepmania.master@gmail.com>
Co-authored-by: faithnh <fullpong@unicorn.inc>
Co-authored-by: Laura Morillo-Velarde <laura.morillovelarde@gmail.com>
Co-authored-by: Carlos Barreiro Mata <barreymata@gmail.com>
Co-authored-by: guiann <guillaume.andouard@adyoulike.com>
Co-authored-by: Rahul Shandilya <67756716+c3p-0@users.noreply.github.com>
Co-authored-by: Scott Kay <noreply@syntaxnode.com>
Co-authored-by: Giudici-a <34242194+Giudici-a@users.noreply.github.com>
Co-authored-by: AbhijitBhosale23 <abhijit.bhosale23@gmail.com>
Co-authored-by: nllerandi3lift <75995508+nllerandi3lift@users.noreply.github.com>
bretg added a commit that referenced this pull request May 18, 2021
* Adds icon to search box and back link to bidder pages. (#2746)

* 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 &nbsp 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

* Better display of Download page

* Hide modal to match behavior on previous site design

* Merge styles for smaller CSS file

* Update bidders page to match main listing

* Better heading level for standalone page

* Make content area wider

For better display

* Link to standalone pages

So that the bidders page is an entryway, not a page with lots of content

* Delete old bidders content

Now being displayed on individual pages

* Placeholder for autocomplete

* Update CNAME for testing

* Don’t index staging site

* Setup new layout for individual API pages

Based on bidder layout

* Break apart main API page to sub-pages

For better UX and to get rid of long pages.

* Initial work to add search to site

* Don’t filter by tags for now

Testing site-wide search

* Initial basic autocomplete support

Link out to page on selection

* Classify bidders for grouping by name

* Text change per comp

* Setup bidder groupings

* Updated lockfile

* Add awesomplete package

So that we can pull in CSS without using CDN

* Add class for styling hook

* Remove CSS from CDN

We will be styilng via native site CSS

* Revise list output to prevent markdown from breaking generated markup

* Styling for bidder list and autocomplete

Per comp

* Reflow code

For more readable customizations

* Increase hits returned

Per feedback

* Only return 1 result per URL

* Hide facet groupings

Per feedback

* Regenerate CSS

* Simple cache busting

To get updated CSS to be used.

* Extract JS to external file

So that we can edit it w/out battling with Jekyll/Liquid parsing and formatting.

* Add support to sort results by name

For saner result display

* Revert "Break apart main API page to sub-pages"

This reverts commit a6b9e8e.

These updates are not ready to launch yet - revert them so they’re not part of the PR for bidder updates

* Revert "Setup new layout for individual API pages"

This reverts commit 23d00e5.

These updates are not ready to launch yet - revert them so they’re not part of the PR for bidder updates

* Add helper script to find ungrouped bidders

Whenever bidders are added to the site they need to be assigned to a `list_group` from `dev-docs/bidders.md` via the individual bidder frontmatter. If a bidder isn’t assigned to a `list_group` then they won’t appear on the Bidders page.

This script checks all bidders and lists those that aren’t assigned to a `list_group`.

Exclude the script so it’s not included in the generated site.

* Assign new bidders to list groups

* Revert "Update CNAME for testing"

Restore expected CNAME for production site.

This reverts commit 0c0166c.

* Revert "Don’t index staging site"

Allow indexing of production site.

This reverts commit 543ea07.

* Refactor grouping by name

This is a better approach do it by parsing the title rather than relying on a value in the frontmatter

* Better sort of bidder pages

Make them sorted by title in a case-insensitive manner

* Remove unneeded list_group

Now that we are grouping by parsing title, we no longer need the list_group in the frontmatter.

* Remove unneeded helper script

* Remove unneeded `list_group`

* Delete merge conflict tags

* Restore original line breaks

* Add simple search icon on desktop

* Better display of search on mobile

Keep the icon visible.

* Add back to Bidders links.

Per feedback

* DRAFT - User section (#2773)

* 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 &nbsp 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

* Better display of Download page

* Hide modal to match behavior on previous site design

* Merge styles for smaller CSS file

* Update bidders page to match main listing

* Better heading level for standalone page

* Make content area wider

For better display

* Link to standalone pages

So that the bidders page is an entryway, not a page with lots of content

* Delete old bidders content

Now being displayed on individual pages

* Placeholder for autocomplete

* Update CNAME for testing

* Don’t index staging site

* Setup new layout for individual API pages

Based on bidder layout

* Break apart main API page to sub-pages

For better UX and to get rid of long pages.

* Initial work to add search to site

* Don’t filter by tags for now

Testing site-wide search

* Initial basic autocomplete support

Link out to page on selection

* Classify bidders for grouping by name

* Text change per comp

* Setup bidder groupings

* Updated lockfile

* Add awesomplete package

So that we can pull in CSS without using CDN

* Add class for styling hook

* Remove CSS from CDN

We will be styilng via native site CSS

* Revise list output to prevent markdown from breaking generated markup

* Styling for bidder list and autocomplete

Per comp

* Reflow code

For more readable customizations

* Increase hits returned

Per feedback

* Only return 1 result per URL

* Hide facet groupings

Per feedback

* Regenerate CSS

* Simple cache busting

To get updated CSS to be used.

* Extract JS to external file

So that we can edit it w/out battling with Jekyll/Liquid parsing and formatting.

* Add support to sort results by name

For saner result display

* adding timeouts feature page (#2709)

* adding timeouts feature page

* minor edits

Co-authored-by: Jean Stemp <jstemp@appnexus.com>

* Pbm native in app (#2686)

* added android prebid native inapp

* Edited the first section.

* Cleaned up samples

* Fixed a step.

* minor edits

* Removed the create method

* Added iOS docs for in app native

Co-authored-by: Steve <ssuranie@appnexus.com>
Co-authored-by: Jean Stemp <jstemp@appnexus.com>

* logan adapter: add docs (#2700)

* add docs

* Update logan.md

Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>

* update SDK timeout description (#2719)

* tweaked timeout diagram (#2721)

* AdHash Bidder Adapter: initial prebid.js integration (#2687)

* declare tcf2 support and add gvl id (#2715)

* ozone 2.5.0 docs update (#2716)

Co-authored-by: Afsheen Bigdeli <afsheenb@namecast.net>

* added ignoreBidderCacheKey docs (#2720)

* added ignoreBidderCacheKey docs

* edits and some general cleanup

Co-authored-by: Jean Stemp <jstemp@appnexus.com>

* GumGum: adds irisid and pubId for server side params (#2649)

* 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

* updates gumgum doc

* adds pubId and irisid params

* removes extra cell

* pangle bidder: add doc (#2694)

Co-authored-by: hcai <caihengsheng@bytedance.com>

* Epom Adapter Doc (#2667)

* Create epom.md

* Epom Adapter Doc: pull requests improvements

* Update epom.md

Co-authored-by: Vasyl Zarva <vasyan.z@gmail.com>
Co-authored-by: bretg <bgorsline@gmail.com>

* Add new prebid server adapter parameter (#2724)

* initial

* Update mobfoxpb.md

* Update mobfoxpb.md

* Update mobfoxpb.md

* Update mobfoxpb.md

Add `key` parameter

Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>

* upgraded deployment target (#2728)

* Updates to PubWise Supported Bidder Features (#2712)

* add note about aliasSyncEnabled on outbrain adapter (#2725)

* Update userId.md (#2705)

* Update userId.md

removing reference to "TBD" in the Pubprovided documentation.

* Update userId.md

* Revert "Break apart main API page to sub-pages"

This reverts commit a6b9e8e.

These updates are not ready to launch yet - revert them so they’re not part of the PR for bidder updates

* Revert "Setup new layout for individual API pages"

This reverts commit 23d00e5.

These updates are not ready to launch yet - revert them so they’re not part of the PR for bidder updates

* Added supported userids module to criteo bid adapter documentation (#2732)

* Add helper script to find ungrouped bidders

Whenever bidders are added to the site they need to be assigned to a `list_group` from `dev-docs/bidders.md` via the individual bidder frontmatter. If a bidder isn’t assigned to a `list_group` then they won’t appear on the Bidders page.

This script checks all bidders and lists those that aren’t assigned to a `list_group`.

Exclude the script so it’s not included in the generated site.

* Assign new bidders to list groups

* Added axonix.md (#2711)

* Added axonix.md

* Changed to single quotes

* new adapter - iprom (#2708)

* iPROM bidder upload - docs

* Update iprom.md

added quotes around the string examples and made the link active

Co-authored-by: Gašper Žagar <gasper.zagar@iprom.si>
Co-authored-by: Jean Stemp <38964447+jeanstemp@users.noreply.github.com>

* Revert "Update CNAME for testing"

Restore expected CNAME for production site.

This reverts commit 0c0166c.

* Revert "Don’t index staging site"

Allow indexing of production site.

This reverts commit 543ea07.

* breaking analytics adapters out into separate files (#2727)

* breaking analytics adapters out into separate files

* new analytics adapter doc instructions

* new analytics adapter doc instructions

* giving specific guidance on the privacy policy flags

* Refactor grouping by name

This is a better approach do it by parsing the title rather than relying on a value in the frontmatter

* Better sort of bidder pages

Make them sorted by title in a case-insensitive manner

* Remove unneeded list_group

Now that we are grouping by parsing title, we no longer need the list_group in the frontmatter.

* Remove unneeded helper script

* Remove unneeded `list_group`

* Delete merge conflict tags

* Restore original line breaks

* revising britepool marketing (#2735)

* BCM adapter alias (#2726)

* Create bcm.md

* Fixed the file location

* Revert "Fixed the file location"

This reverts commit 0849daf.

* Moved to dev-docs/bidders

Co-authored-by: Gabriela Melendez <gabriela@adkernel.com>

* Marsmedia bid adapter (#2729)

* Change params, add description

* Add support for gdpr, schain and video

* change param from ZoneId to zoneId
remove rows: top_nav_section , nav_section

* change param from ZoneId to zoneId
remove rows: top_nav_section , nav_section

* New adapter - videofy

* add updated supported, add example

* Native: add Native Custom Assets section (#2713)

* Native: add Custom Assets section

* wordsmithing

* Update native-implementation.md

Co-authored-by: bretg <bgorsline@gmail.com>

* jixie: param updates (#2717)

* as we are adding the prebid-server adaptor and introduced a few extra params , they are added here too
(note: those 3 new params would also reach the headerbid adserver in the case of prebid "clientside HB" too. So all good)

* added quotes around string params

Co-authored-by: bretg <bgorsline@gmail.com>

* Add simple search icon on desktop

* Better display of search on mobile

Keep the icon visible.

* added coopSync option to s2sConfig (#2743)

* removing AnalyticsAdapter suffix from modulecode (#2745)

* Add back to Bidders links.

Per feedback

* describing opt-out (#2747)

* describing opt-out

* fixing pubcommon opt out

* wordsmithing

* Added bid adatper interface signals (#2748)

* update yuktamedia analytics (#2753)

* Discuss optional keys (#2738)

* Update publisher-api-reference.md

* wordsmithing

good improvement. made a few updates.

Co-authored-by: bretg <bgorsline@gmail.com>

* Add support pbs (#2710)

Co-authored-by: faithnh <fullpong@unicorn.inc>

* Updating seedtag adapter doc (#2740)

* added media_types to the seedtag docs

* Updating doc to include inArticle

* Adding again pbjs param.

Co-authored-by: Carlos Barreiro Mata <barreymata@gmail.com>

* Add Prebid server  compatibility to AdYouLike bidder (#2741)

* set usp supported for adyoulike bidder

* add native in mediatypes

* fix pbjs field

* add prebid server compatibility on AdYouLike bidder

* GumGum: adds description to bidfloor param (#2744)

* 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

* updates gumgum doc

* adds pubId and irisid params

* removes extra cell

* updates doc to include that bidfloor is in usd

* MediaNet analytics and adapter doc updates (#2749)

* Provide Better PBS-Go MakeBids Sample Code (#2751)

* Update the adot bidder documentation to add gvl_id (#2752)

* fixed pbs doc formatting (#2758)

* PBS-Java supports default request (#2763)

* adding link to prebid overview (#2764)

* Update yuktamedia.md (#2760)

Enable download and changed Registration info

* Update For GDPR Vendor ID Changes (#2750)

* Bidder params fix (#2767)

* renaming files to match bidder codes

* adding pbjs: true

* adding aliases to edge case bidders

* fixing aliasCode

* updates triplelift native info (#2768)

* removing tcf2 variable, general GDPR update (#2769)

* removing tcf2 variable, general GDPR update

* restoring gdpr_supported status

* fixed tcf2 column, added floors and member (#2770)

* First Party Data 2.0 doc updates (#2722)

* fpd2.0 updates

* minor edits

* table tuning

* removed diagram

* review comments from taxonomy team

* adding in version number

also added notes about PBJS 4.29 and before

Co-authored-by: Jean Stemp <jstemp@appnexus.com>

* adding user identity pages

* initial draft of identity section

Co-authored-by: Matt Vanderpol <matt@vanderpol.net>
Co-authored-by: Jean Stemp <jstemp@appnexus.com>
Co-authored-by: MartianTribe <steve@martiantribe.com>
Co-authored-by: Steve <ssuranie@appnexus.com>
Co-authored-by: WlsLogan <77974248+WlsLogan@users.noreply.github.com>
Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
Co-authored-by: Damyan <wyand@abv.bg>
Co-authored-by: jmjohansson <34456126+jmjohansson@users.noreply.github.com>
Co-authored-by: afsheenb <afsheenb@users.noreply.github.com>
Co-authored-by: Afsheen Bigdeli <afsheenb@namecast.net>
Co-authored-by: susyt <susan@fox.camp>
Co-authored-by: Hengsheng Cai <luke.hengshengcai@gmail.com>
Co-authored-by: hcai <caihengsheng@bytedance.com>
Co-authored-by: epomrnd <epomrnd@users.noreply.github.com>
Co-authored-by: Vasyl Zarva <vasyan.z@gmail.com>
Co-authored-by: mobfxoHB <74364234+mobfxoHB@users.noreply.github.com>
Co-authored-by: ppuviarasu <ppuviarasu@appnexus.com>
Co-authored-by: Stephen Johnston <stephenj@launchpowered.com>
Co-authored-by: Rok Sušnik <rsusnik@outbrain.com>
Co-authored-by: jdwieland8282 <wieland.jeff@gmail.com>
Co-authored-by: Léonard Labat <le.labat@criteo.com>
Co-authored-by: César Fernández <cfalonso@gmail.com>
Co-authored-by: iprom-adserver <79305981+iprom-adserver@users.noreply.github.com>
Co-authored-by: Gašper Žagar <gasper.zagar@iprom.si>
Co-authored-by: Jean Stemp <38964447+jeanstemp@users.noreply.github.com>
Co-authored-by: melendezgabbyz0 <77457257+melendezgabbyz0@users.noreply.github.com>
Co-authored-by: Gabriela Melendez <gabriela@adkernel.com>
Co-authored-by: vladi-mmg <vladi@m-m-g.com>
Co-authored-by: Olivier <osazos@adagio.io>
Co-authored-by: jxdeveloper1 <71084096+jxdeveloper1@users.noreply.github.com>
Co-authored-by: Bryan Szekely <49168870+bszekely1@users.noreply.github.com>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
Co-authored-by: faithnh <faithnh.stepmania.master@gmail.com>
Co-authored-by: faithnh <fullpong@unicorn.inc>
Co-authored-by: Laura Morillo-Velarde <laura.morillovelarde@gmail.com>
Co-authored-by: Carlos Barreiro Mata <barreymata@gmail.com>
Co-authored-by: guiann <guillaume.andouard@adyoulike.com>
Co-authored-by: Rahul Shandilya <67756716+c3p-0@users.noreply.github.com>
Co-authored-by: Scott Kay <noreply@syntaxnode.com>
Co-authored-by: Giudici-a <34242194+Giudici-a@users.noreply.github.com>
Co-authored-by: AbhijitBhosale23 <abhijit.bhosale23@gmail.com>
Co-authored-by: nllerandi3lift <75995508+nllerandi3lift@users.noreply.github.com>

* Initial work to break API Methods out to individual pages

Repurposes bidder autocomplete behavior.

* Add back links to match bidders

* API reference restructuring (#2825)

* Initial work to break API Methods out to individual pages

Repurposes bidder autocomplete behavior.

* Add back links to match bidders

* Update autocomplete styling and behavior name

For better clarity around the fact that it is used with both Bidders and API Reference the style, JS and fields have been updated to use a generic name rather than a Bidder-specific name.

* Incorporate latest updates for API Reference

Changes from 20210412 - 20210503 as detailed at https://github.com/prebid/prebid.github.io/commits/master/dev-docs/publisher-api-reference.md

* sync with master

* sync with master

* sync with master

* Fixed broken links due to API doc refactor

* minor update to setconfig

* link updates

* Auto stash before merge of "pb-api-link-edits" and "origin/pb-api-link-edits"

* fixing dead links

Co-authored-by: Matt Vanderpol <matt@vanderpol.net>
Co-authored-by: Jean Stemp <jstemp@appnexus.com>
Co-authored-by: MartianTribe <steve@martiantribe.com>
Co-authored-by: Steve <ssuranie@appnexus.com>
Co-authored-by: WlsLogan <77974248+WlsLogan@users.noreply.github.com>
Co-authored-by: Aiholkin <artem.iholkin@smartyads.com>
Co-authored-by: Damyan <wyand@abv.bg>
Co-authored-by: jmjohansson <34456126+jmjohansson@users.noreply.github.com>
Co-authored-by: afsheenb <afsheenb@users.noreply.github.com>
Co-authored-by: Afsheen Bigdeli <afsheenb@namecast.net>
Co-authored-by: susyt <susan@fox.camp>
Co-authored-by: Hengsheng Cai <luke.hengshengcai@gmail.com>
Co-authored-by: hcai <caihengsheng@bytedance.com>
Co-authored-by: epomrnd <epomrnd@users.noreply.github.com>
Co-authored-by: Vasyl Zarva <vasyan.z@gmail.com>
Co-authored-by: mobfxoHB <74364234+mobfxoHB@users.noreply.github.com>
Co-authored-by: ppuviarasu <ppuviarasu@appnexus.com>
Co-authored-by: Stephen Johnston <stephenj@launchpowered.com>
Co-authored-by: Rok Sušnik <rsusnik@outbrain.com>
Co-authored-by: jdwieland8282 <wieland.jeff@gmail.com>
Co-authored-by: Léonard Labat <le.labat@criteo.com>
Co-authored-by: César Fernández <cfalonso@gmail.com>
Co-authored-by: iprom-adserver <79305981+iprom-adserver@users.noreply.github.com>
Co-authored-by: Gašper Žagar <gasper.zagar@iprom.si>
Co-authored-by: Jean Stemp <38964447+jeanstemp@users.noreply.github.com>
Co-authored-by: melendezgabbyz0 <77457257+melendezgabbyz0@users.noreply.github.com>
Co-authored-by: Gabriela Melendez <gabriela@adkernel.com>
Co-authored-by: vladi-mmg <vladi@m-m-g.com>
Co-authored-by: Olivier <osazos@adagio.io>
Co-authored-by: jxdeveloper1 <71084096+jxdeveloper1@users.noreply.github.com>
Co-authored-by: Bryan Szekely <49168870+bszekely1@users.noreply.github.com>
Co-authored-by: Patrick McCann <patmmccann@gmail.com>
Co-authored-by: faithnh <faithnh.stepmania.master@gmail.com>
Co-authored-by: faithnh <fullpong@unicorn.inc>
Co-authored-by: Laura Morillo-Velarde <laura.morillovelarde@gmail.com>
Co-authored-by: Carlos Barreiro Mata <barreymata@gmail.com>
Co-authored-by: guiann <guillaume.andouard@adyoulike.com>
Co-authored-by: Rahul Shandilya <67756716+c3p-0@users.noreply.github.com>
Co-authored-by: Scott Kay <noreply@syntaxnode.com>
Co-authored-by: Giudici-a <34242194+Giudici-a@users.noreply.github.com>
Co-authored-by: AbhijitBhosale23 <abhijit.bhosale23@gmail.com>
Co-authored-by: nllerandi3lift <75995508+nllerandi3lift@users.noreply.github.com>
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