diff --git a/README.md b/README.md index f0674dd..98a5f50 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,7 @@ OpenAds Universal Creative is a javascript api to render multiple formats. This You can find a detailed explanations on the [Prebid Universal Creative](https://docs.prebid.org/overview/prebid-universal-creative.html) and [AdOps - Add Creative](https://docs.prebid.org/adops/setting-up-prebid-with-the-appnexus-ad-server.html#step-3-add-creatives) pages. -### File Selection for Different Platforms - -**Generic template:** -```html - -``` - -**Replace "PUCFILE" with:** -- **OpenAds.js**: `%%PATTERN:hb_format%%.js` - This dynamically loads the appropriate creative file based on the ad format +### OpenAds.js > **Important Note about File Compatibility:** > - `creative.js` is more general and **will work for desktop** @@ -27,15 +19,15 @@ You can find a detailed explanations on the [Prebid Universal Creative](https:// **Example for OpenAds.js (Desktop/Web):** ```html - + + ``` -Replace "PUCFILE" as described above. Note the use of `BIDDERCODE` suffix in the targeting patterns, this implies that each bidder has separate line items with bidder-specific keyword targeting. +Note the use of `BIDDERCODE` suffix in the targeting patterns, this implies that each bidder has separate line items with bidder-specific keyword targeting. ## Install