From 020482aad7eaa8f7be65249add59d8705a8d0e30 Mon Sep 17 00:00:00 2001 From: Khang Vu Date: Thu, 11 Dec 2025 10:23:38 -0800 Subject: [PATCH] update read me --- README.md | 55 +++++++++++++++---------------------------------------- 1 file changed, 15 insertions(+), 40 deletions(-) diff --git a/README.md b/README.md index f91681e..f0674dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Prebid Universal Creative +# OpenAds Universal Creative -Prebid Universal Creative is a javascript api to render multiple formats. This file is inserted into the prebid creative as a placeholder for the winning prebid creative. It should support the following formats: +OpenAds Universal Creative is a javascript api to render multiple formats. This file is inserted into the openads creative as a placeholder for the winning openads creative. It should support the following formats: - Banner - Outstream Video - Mobile @@ -15,42 +15,19 @@ You can find a detailed explanations on the [Prebid Universal Creative](https:// **Generic template:** ```html - + ``` **Replace "PUCFILE" with:** -- **Prebid.js**: `%%PATTERN:hb_format%%.js` - This dynamically loads the appropriate creative file based on the ad format -- **Prebid Mobile**: `mobile.js` or `creative.js` - the latter is recommended so that the creative could be reused for both desktop and mobile. +- **OpenAds.js**: `%%PATTERN:hb_format%%.js` - This dynamically loads the appropriate creative file based on the ad format > **Important Note about File Compatibility:** -> - Both `creative.js` and `mobile.js` work for mobile implementations -> - `creative.js` is more general and **will work for both desktop and mobile** -> - `banner.js`, `native.js`, `video.js` - contain **only desktop creative rendering code** and do not support mobile +> - `creative.js` is more general and **will work for desktop** +> - `banner.js`, `native.js`, `video.js` - contain **only desktop creative rendering code** -**Example for Prebid Mobile:** +**Example for OpenAds.js (Desktop/Web):** ```html - - -``` - -**Example for Prebid.js (Desktop/Web):** -```html - + +