Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
# Introduction
This is a reference application showing you how you can enable OpenWrap header bidding for an in-stream video ad in an Android app. The app will make the initial ad request to OpenWrap server which runs a cloud-side auction with bids received from Prebid S2S bidders. The client receives the winning bid from the OpenWrap server and then passes on the winning bid price to GAM (Google Ad Manager). If GAM finds a campaign of higher price, GAM returns and renders the video ad. Otherwise, OpenWrap's winning bid will be sent back to the client and be rendered using IMA video player.
This is a reference application that shows you how to enable OpenWrap header bidding for an in-stream video ad in an Android app. An Android app makes the initial ad request to the OpenWrap server, which runs a cloud-side auction with bids received from Prebid S2S bidders. The client receives the winning bid from the OpenWrap server and then passes the winning bid price to GAM (Google Ad Manager). If GAM finds a campaign with a higher price, GAM returns and renders the video ad. Otherwise, OpenWrap's winning bid will be sent back to the client and rendered using an IMA video player.


## Required dependencies to run this App
### 1. Development Environment
| Environment | Version |
| ------- | ------ |
| Xcode | 10.x or greater |
| iOS | 10 or greater |
| iOS | 9 or greater |
| [IMA SDK](https://developers.google.com/interactive-media-ads/docs/sdks/ios/client-side/) | 3.11.4 |


### 2. Test Profile/Placement Details
This sample application uses the below test placement.
This sample application uses the following test placement.

|Placement Name|Test Data|
|--------------|---------|
| Publisher ID | 156276 |
| OpenWrap Profile ID | 2484 |
| OpenWrap Ad Unit Id | /15671365/pm_ott_video |

To get the actual placement details, please refer [Support](https://github.com/PubMatic/ios-openwrap-ima-sample#support).
To get the actual placement details, see [Support](https://github.com/PubMatic/ios-openwrap-ima-sample/blob/master/README.md#support).

```diff
Important Note: If you are re-using the implementation on your application,
please ensure you are using the actual Profile ID and Pub ID associated with your account.
make sure you are using the actual Profile ID and Pub ID associated with your account.
- PubMatic assumes no financial responsibility for going live with test placements.
```

## More about Sample application
Please refer [Getting Started](https://github.com/PubMatic/ios-openwrap-ima-sample/wiki/Getting-Started) document to know about the Sample application,[Supported parameters and Testing](https://github.com/PubMatic/ios-openwrap-ima-sample/wiki/Supported-Parameters-and-Testing).
## Learn more about this sample application
To learn more, see [Getting started](../Getting-Started) and [Supported parameters and testing](https://github.com/PubMatic/ios-openwrap-ima-sample/blob/Supported-Parameters-and-Testing).


## License
Expand All @@ -38,4 +38,4 @@ Copyright 2006-2020, PubMatic Inc.
Licensed under the [PubMatic License Agreement](https://github.com/PubMatic/ios-openwrap-ima-sample/blob/master/LICENSE). All rights reserved.

## Support
You will need a PubMatic account to enable the ads. Please contact us via [PubMatic.com](https://pubmatic.com/)
You will need a PubMatic account to enable the ads. Please contact us via [PubMatic.com](https://pubmatic.com/).