From 07dafd0b29bac296d19d9b7b9d96784908d56b85 Mon Sep 17 00:00:00 2001 From: Khang Vu Date: Fri, 12 Dec 2025 10:20:43 -0800 Subject: [PATCH 1/2] use openads targeting keys in readme --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index f0674dd..1a39709 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You can find a detailed explanations on the [Prebid Universal Creative](https:// ``` **Replace "PUCFILE" with:** -- **OpenAds.js**: `%%PATTERN:hb_format%%.js` - This dynamically loads the appropriate creative file based on the ad format +- **OpenAds.js**: `%%PATTERN:oa_format%%.js` - This dynamically loads the appropriate creative file based on the ad format > **Important Note about File Compatibility:** > - `creative.js` is more general and **will work for desktop** @@ -27,15 +27,15 @@ You can find a detailed explanations on the [Prebid Universal Creative](https:// **Example for OpenAds.js (Desktop/Web):** ```html - + -``` - -**Replace "PUCFILE" with:** -- **OpenAds.js**: `%%PATTERN:oa_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** @@ -63,7 +55,7 @@ Universal creative library is loaded with `%%PATTERN:oa_format%%.js` path. For e For the "Send All Bids" scenario, use this template: ```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