Skip to content

Commit

Permalink
Nexx360 bid Adapter added (prebid#3556)
Browse files Browse the repository at this point in the history
* nexx360 added

* Alias Bidder removed
  • Loading branch information
gchicoye authored and jlaso committed Aug 31, 2023
1 parent 493d0eb commit b865d93
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions dev-docs/bidders/nexx360.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
layout: bidder
title: Nexx360
description: Prebid Nexx360 Bidder Adapter
pbjs: true
biddercode: nexx360
gdpr_supported: true
usp_supported: true
schain_supported: true
userIds: id5Id
media_types: banner
glv_id: 965
---


### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|---------------|----------|-----------------------|--------------------------------------|-----------|
| `account` | required | Mediasquare owner ID | `'1067'` | `string` |
| `tagId` | required | Mediasquare code ID | `'luvxjvgn'` | `string` |

0 comments on commit b865d93

Please sign in to comment.