From eb96fd7e3777ea2b3b938338ae8702cf3dedd948 Mon Sep 17 00:00:00 2001 From: Vitalii Sumlennyi Date: Thu, 5 Mar 2026 14:42:49 +0200 Subject: [PATCH 1/6] New adapter adsmovil --- dev-docs/bidders/adsmovil.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 dev-docs/bidders/adsmovil.md diff --git a/dev-docs/bidders/adsmovil.md b/dev-docs/bidders/adsmovil.md new file mode 100644 index 0000000000..e69de29bb2 From 07186b377edd5360f58353e575954f2e11d3b1af Mon Sep 17 00:00:00 2001 From: Vitalii Sumlennyi Date: Thu, 5 Mar 2026 14:47:29 +0200 Subject: [PATCH 2/6] content file added --- dev-docs/bidders/adsmovil.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/dev-docs/bidders/adsmovil.md b/dev-docs/bidders/adsmovil.md index e69de29bb2..142e5c5aeb 100644 --- a/dev-docs/bidders/adsmovil.md +++ b/dev-docs/bidders/adsmovil.md @@ -0,0 +1,36 @@ +--- +layout: adsmovil +title: adsmovil +description: Prebid Adsmovil Adapter +biddercode: adsmovil +gpp_sids: usstate_all +tcfeu_supported: true +usp_supported: true +coppa_supported: true +schain_supported: true +deals_supported: false +floors_supported: true +fpd_supported: false +ortb_blocking_supported: false +media_types: banner, video, native +multiformat_supported: will-bid-on-one +userIds: all +pbjs: false +pbs: true +pbs_app_supported: true +safeframes_ok: true +sidebarType: 1 +gvl_id: 1406 +--- + +### Bid Params + +{:.table .table-bordered .table-striped} +| Name | Scope | Description | Example | Type | +|------|-------|-------------|---------|------| +| `placementId` | optional | Placement Id | `'0'` | `string` | +| `endpointId` | optional | Endpoint Id | `'0'` | `string` | + +### Note + +For the prebid server and prebid.js you only need to use one parameter: either `placementId` or `endpointId`. From 0cc882c509561ecf10ae116e8ee2bf512d0fbd60 Mon Sep 17 00:00:00 2001 From: Vitalii Sumlennyi Date: Thu, 5 Mar 2026 14:50:02 +0200 Subject: [PATCH 3/6] fixed file content --- dev-docs/bidders/adsmovil.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-docs/bidders/adsmovil.md b/dev-docs/bidders/adsmovil.md index 142e5c5aeb..2719152167 100644 --- a/dev-docs/bidders/adsmovil.md +++ b/dev-docs/bidders/adsmovil.md @@ -15,12 +15,11 @@ ortb_blocking_supported: false media_types: banner, video, native multiformat_supported: will-bid-on-one userIds: all -pbjs: false +pbjs: true pbs: true pbs_app_supported: true safeframes_ok: true sidebarType: 1 -gvl_id: 1406 --- ### Bid Params From 942636bf0b14535648d59e59ed27bd6cb39a7213 Mon Sep 17 00:00:00 2001 From: Vitalii Sumlennyi Date: Tue, 14 Apr 2026 09:20:19 +0300 Subject: [PATCH 4/6] refactor(adsmovil.md): table fix --- dev-docs/bidders/adsmovil.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-docs/bidders/adsmovil.md b/dev-docs/bidders/adsmovil.md index 2719152167..1526f40c44 100644 --- a/dev-docs/bidders/adsmovil.md +++ b/dev-docs/bidders/adsmovil.md @@ -22,14 +22,14 @@ safeframes_ok: true sidebarType: 1 --- -### Bid Params +## Bid Params {:.table .table-bordered .table-striped} -| Name | Scope | Description | Example | Type | -|------|-------|-------------|---------|------| -| `placementId` | optional | Placement Id | `'0'` | `string` | -| `endpointId` | optional | Endpoint Id | `'0'` | `string` | +| Name | Scope | Description | Example | Type | +|---------------|----------|--------------|---------|--------| +| `placementId` | optional | Placement Id | `'0'` | `string` | +| `endpointId` | optional | Endpoint Id | `'0'` | `string` | -### Note +## Note For the prebid server and prebid.js you only need to use one parameter: either `placementId` or `endpointId`. From 9251bb0c7c971d7aae84bc4b51610b02c7d3ceac Mon Sep 17 00:00:00 2001 From: Vitalii Sumlennyi Date: Tue, 14 Apr 2026 09:23:16 +0300 Subject: [PATCH 5/6] refactor(adsmovil.md): table fix --- dev-docs/bidders/adsmovil.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-docs/bidders/adsmovil.md b/dev-docs/bidders/adsmovil.md index 1526f40c44..aa67cf3b87 100644 --- a/dev-docs/bidders/adsmovil.md +++ b/dev-docs/bidders/adsmovil.md @@ -25,8 +25,8 @@ sidebarType: 1 ## Bid Params {:.table .table-bordered .table-striped} -| Name | Scope | Description | Example | Type | -|---------------|----------|--------------|---------|--------| +| Name | Scope | Description | Example | Type | +|---------------|----------|--------------|---------|----------| | `placementId` | optional | Placement Id | `'0'` | `string` | | `endpointId` | optional | Endpoint Id | `'0'` | `string` | From 5850730c918e2964f3de8a4a218e68def7bf57f2 Mon Sep 17 00:00:00 2001 From: Vitalii Sumlennyi Date: Tue, 21 Apr 2026 10:28:24 +0300 Subject: [PATCH 6/6] feat(layout): fixed to bidder --- dev-docs/bidders/adsmovil.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-docs/bidders/adsmovil.md b/dev-docs/bidders/adsmovil.md index aa67cf3b87..7be33c895f 100644 --- a/dev-docs/bidders/adsmovil.md +++ b/dev-docs/bidders/adsmovil.md @@ -1,5 +1,5 @@ --- -layout: adsmovil +layout: bidder title: adsmovil description: Prebid Adsmovil Adapter biddercode: adsmovil