Skip to content

Commit 6ca92f2

Browse files
jasonc721Jason Crane
andauthored
Documentation update for msft.md (#6512)
* Update msft.md * Update msft.md --------- Co-authored-by: Jason Crane <jasoncrane@microsoft.com>
1 parent 0236d7c commit 6ca92f2

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

dev-docs/bidders/msft.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ All Microsoft (formerly AppNexus/Xandr) placements included in a single call to
6767

6868
If you are migrating from the AppNexus bid adapter, a number of the previously available AppNexus bid parameters have been deprecated as available options for the Microsoft bid parameters. These deprecated bid parameters are still available however, they're just read from other standarized locations offered within Prebid.js. This change was implemented to help us align better to the publisher-aligned features (such as First Party Data) to use a single setup for many bidders.
6969

70+
The Microsoft Bid Adapter connects to Microsoft's advertising exchange for bids. This adapter supports banner, video (instream and outstream), and native ad formats using OpenRTB 2.5 standards.
71+
72+
For reference, here is the IAB OpenRTB 2.5 [specification](https://www.iab.com/wp-content/uploads/2016/03/OpenRTB-API-Specification-Version-2-5-FINAL.pdf)
73+
7074
The following table shows how the bid parameters have changed between the two adapters:
7175

7276
{: .table .table-bordered .table-striped }
@@ -93,6 +97,11 @@ The following table shows how the bid parameters have changed between the two ad
9397
| `params.ext_inv_code` | `params.ext_inv_code` | External inventory code (unchanged) |
9498
| `params.external_imp_id` | `params.ext_imp_id` | External impression ID (shortend to ext) |
9599

100+
#### Keywords
101+
With the AppNexus adapter, keywords followed this format: keyname=keyvalue1,keyvalue2,keyvalue3
102+
103+
In the Microsoft Bid Adapter, the new required format is: keyname=keyvalue1,keyname=keyvalue2,keyname=keyvalue3
104+
96105
<a name="migration-from-appnexus-adserver-targeting"></a>
97106

98107
#### Migrating from the AppNexus Bid Adapter & Ad Server Targeting

0 commit comments

Comments
 (0)