Skip to content

Commit

Permalink
SDK doc fix (#3498)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Jan 11, 2022
1 parent c718aaf commit 77b76bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
16 changes: 1 addition & 15 deletions dev-docs/bidders/etarget.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
layout: bidder
title: Etarget
description: Prebid Etarget Bidder Adaptor
dev_docs
nav_section: reference
hide: true
biddercode: etarget
media_types: banner, video
gdpr_supported: true
Expand All @@ -14,17 +11,6 @@ fpd_supported: true
gvl_id: 29
---


### bid params
=======
pbjs: true
biddercode: etarget
media_types: banner, video
gdpr_supported: true
fpd_supported: true
---


### Bid Params

{: .table .table-bordered .table-striped }
Expand Down Expand Up @@ -93,4 +79,4 @@ pbjs.setBidderConfig({
}
}
};
```
```
2 changes: 1 addition & 1 deletion prebid-mobile/pbm-api/ios/pbm-banneradunit-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ let bannerUnit = BannerAdUnit(configId: "6ace8c7d-88c0-4623-8117-75bc3f0a2e45",
**Add additional ad sizes**

```
bannerUnit.addAdditionalSizes(sizes: CGSize(width: 320, height: 50))
bannerUnit.addAdditionalSize(sizes: [CGSize(width: 320, height: 50), CGSize(width: 300, height: 250)])
```
Once a BannerAdUnit is created use Google Mobile Ads or MoPub to retrieve and display creatives.

Expand Down

0 comments on commit 77b76bd

Please sign in to comment.