diff --git a/dev-docs/bidders/smaato.md b/dev-docs/bidders/smaato.md
index 57ab2aa655..eb1ad9b442 100644
--- a/dev-docs/bidders/smaato.md
+++ b/dev-docs/bidders/smaato.md
@@ -2,9 +2,9 @@
layout: bidder
title: Smaato
description: Prebid Smaato Bidder Adaptor
-hide: true
biddercode: smaato
gdpr_supported: true
+tcf2_supported: true
usp_supported: true
coppa_supported: true
media_types: banner, video
@@ -12,10 +12,18 @@ pbjs: true
pbs: true
---
+### Table of Contents
+
+- [Bid Params](#smaato-bid-params)
+- [App Object](#smaato-app-object)
+- [First Party Data](#smaato-first-party)
+
### Registration
The Smaato adapter requires setup and approval from the Smaato team, even for existing Smaato publishers. Please reach out to your account team or prebid@smaato.com for more information.
+
+
### Bid Params
{: .table .table-bordered .table-striped }
@@ -23,6 +31,20 @@ The Smaato adapter requires setup and approval from the Smaato team, even for ex
|------------|----------|----------------------|------------|----------|
| `publisherId` | required | Your Smaato publisher id | `'1100012345'` | `string` |
| `adspaceId` | required | Your Smaato adspace id | `'11002234'` | `string` |
+| `app` | optional | Object containing mobile app parameters. See the [App Object](#smaato-app-object) for details.| `app : { ifa: '56700000-9cf0-22bd-b23e-46b96e40003a'}` | `object` |
+
+
+
+#### App Object
+
+Smaato supports using prebid within a mobile app's webview.
+
+{: .table .table-bordered .table-striped }
+| Name | Description | Example | Type |
+|-------------------|---------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------|------------------|
+| `ifa` | String that contains the advertising identifier of the user (e.g. idfa or aaid). | `'56700000-9cf0-22bd-b23e-46b96e40003a'` | `string` |
+| `geo` | Object that contains the latitude (`lat`) and longitude (`lon`) of the user. | `{ lat: 33.3, lon: -88.8 }` | `object` |
+
### Example Banner Ad Unit
@@ -74,6 +96,9 @@ var adUnit = {
}]
};
```
+
+
+### First Party Data
The Smaato adapter supports passing through first party data configured in your prebid integration.
@@ -98,7 +123,7 @@ Following example includes sample `imp` object with publisherId and adSlot which
```
"imp":[
{
- "id":“1C86242D-9535-47D6-9576-7B1FE87F282C,
+ "id":"1C86242D-9535-47D6-9576-7B1FE87F282C",
"banner":{
"format":[
{