Skip to content

Commit

Permalink
changed type
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex404Damsa committed Jul 8, 2024
1 parent b669332 commit 810b322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/connatix.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The following parameters are available for `mediaTypes.banner`.
{: .table .table-bordered .table-striped }
| Name | Scope | Description | Example | Type |
|----------------|--------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------|
| sizes| required | All the sizes of the banner this ad unit can accept. | [[300, 250], [300, 600]] | Array\<Array\<integer> > |
| sizes| required | All the sizes of the banner this ad unit can accept. | [[300, 250], [300, 600]] | [number, number][] |

Check failure on line 106 in dev-docs/bidders/connatix.md

View workflow job for this annotation

GitHub Actions / run markdownlint

Reference links and images should use a label that is defined

dev-docs/bidders/connatix.md:106:103 MD052/reference-links-images Reference links and images should use a label that is defined [Missing link or image reference definition: "number, number"] [Context: "[number, number][]"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md052.md
| pos | optional | OpenRTB page position value: 0=unknown, 1=above-the-fold, 3=below-the-fold, 4=header, 5=footer, 6=sidebar, 7=full-screen | 1 | integer |

**Example banner**
Expand Down

0 comments on commit 810b322

Please sign in to comment.