Skip to content

Commit

Permalink
Add glomex bidder adapter documentation (prebid#2647)
Browse files Browse the repository at this point in the history
* Add glomex bidder adapter documentation

* updated header flags

I don't see a prebid server adapter for glomex, so I removed the 'pbs: true' flag. Also removed user IDs rather than leaving "/"

Co-authored-by: bretg <bgorsline@gmail.com>
  • Loading branch information
2 people authored and osazos committed Feb 23, 2021
1 parent c66d164 commit 96357b3
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dev-docs/bidders/glomex.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: bidder
title: Glomex
description: Prebid Glomex Bidder Adapter
biddercode: glomex
media_types: banner
gdpr_supported: true
tcf2_supported: true
schain_supported: false
prebid_member: false
pbjs: true
---



### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------|----------|---------------------------------------------------------------------------------------|---------------------------------------------|----------|
| `integrationId`| required | Glomex Integration Id | `'12345'` | `string` |
| `playlistId` | optional | Glomex Playlist Id | `'12345'` | `string` |

0 comments on commit 96357b3

Please sign in to comment.