Skip to content

Commit

Permalink
Feature/colombia bid adapter (#5312)
Browse files Browse the repository at this point in the history
* new Colombia bid Adapter documentation

* new Colombia bid Adapter documentation

* new Colombia bid Adapter documentation

* new Colombia bid Adapter documentation

* new Colombia bid Adapter documentation

* new Colombia bid Adapter documentation

* lint

---------

Co-authored-by: subhashish.singh <[email protected]>
Co-authored-by: bretg <[email protected]>
  • Loading branch information
3 people committed May 31, 2024
1 parent 61a63a7 commit 1a17d93
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions dev-docs/bidders/colombia.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
layout: bidder
title: Colombia
description: Prebid Colombia Bidder Adaptor
biddercode: colombia
media_types: banner, video, native
prebid_member: true
pbjs: true
pbs: false
pbs_app_supported: false
fpd_supported: true
multiformat_supported: will-bid-on-one
---

### Note

The Colombia bidding adapter requires setup and approval before implementation. Please reach out to <[email protected]> for more details.

### Prebid.js Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------|----------|----------------------------------------------------------|------------|-----------|
| `adSlot` | Required | adSlot will be generated on colombia SSP Platform. | `'3849382'` | `string` |
| `keywords` | optional | Comma separated string. | `'India, India news, India news today'` | `string` |
| `category` | optional | Page Categorization. | `'Election, Sports, Entertainments'` | `string` |
| `pagetype` | optional | Type of page. | `'Listing, Show, Liveblog, Photostory'` | `string` |
| `incognito` | optional | 1, for incognito mode. | `'1'` | `string` |
| `dsmi` | optional | CCPA Compliance Flag. | `'0','1'` | `string` |
| `optout` | optional | GDPR Compliance Flag. | `'0','1'` | `string` |

0 comments on commit 1a17d93

Please sign in to comment.