Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions dev-docs/bidders/adsmartx.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
layout: bidder
title: AdSmartX
description: Prebid.js bidder adapter for AdSmartX
biddercode: adsmartx
media_types:
- banner
- video
gdpr_supported: true
usp_supported: true
gpp_supported: true
user_sync: true
schain_supported: true
pbjs: true
---

### Overview

Check failure on line 17 in dev-docs/bidders/adsmartx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Heading levels should only increment by one level at a time

dev-docs/bidders/adsmartx.md:17 MD001/heading-increment Heading levels should only increment by one level at a time [Expected: h2; Actual: h3] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md001.md

AdSmartX is a digital advertising platform that supports banner and video ads through its Prebid.js adapter. The adapter uses OpenRTB standards for request and response formatting.

### Bid Params

{: .table .table-bordered .table-striped }
| Name | Scope | Type | Description | Example |
|--------------|--------------------|------------------|--------------------------------------------|-------------------------|
| `bidFloor` | optional | string | Bid Floor | `'0.01'`|

Check failure on line 26 in dev-docs/bidders/adsmartx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adsmartx.md:26:111 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| `testMode` | optional | string | Parameter to indicate prebid test mode | `'1'`|

Check failure on line 27 in dev-docs/bidders/adsmartx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adsmartx.md:27:137 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 27 in dev-docs/bidders/adsmartx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adsmartx.md:27:130 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| `sspId` | optional | string | Supply Partner ID | `'111111'`|

Check failure on line 28 in dev-docs/bidders/adsmartx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adsmartx.md:28:121 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 28 in dev-docs/bidders/adsmartx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adsmartx.md:28:109 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
| `siteId` | optional | string | Supply Partner Site ID | `'222222'`|

Check failure on line 29 in dev-docs/bidders/adsmartx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adsmartx.md:29:115 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 29 in dev-docs/bidders/adsmartx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adsmartx.md:29:57 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 29 in dev-docs/bidders/adsmartx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adsmartx.md:29:38 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md

Check failure on line 29 in dev-docs/bidders/adsmartx.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Table column style

dev-docs/bidders/adsmartx.md:29:17 MD060/table-column-style Table column style [Table pipe does not align with header for style "aligned"] https://github.com/DavidAnson/markdownlint/blob/v0.40.0/doc/md060.md
Loading