diff --git a/PENDING_ads.md b/PENDING_ads.md index 8b0e201..6696bfa 100644 --- a/PENDING_ads.md +++ b/PENDING_ads.md @@ -1,41 +1,29 @@ -# Pending Ad Creatives — upload to public/legacy/ads/ +# Pending Ad Creatives -Images below were NOT recovered from the Wayback Machine (Wayback returned -HTML overlays instead of raw files). Ryan needs to supply these from local -storage or the original advertiser. +The active banner pool is defined in `src/lib/ads.ts`. Banners with an +`adsanity_id` render via the Adsanity iframe at +`https://ads.broadcastbeat.com/wp-content/plugins/adsanity/render.php?id=...` +and need no local file. Banners with `src` need the file in +`public/legacy/ads/`. -## 728x90 Leaderboard (1 missing) -- `Matrox_728x90_ConvertIP_Series_0722_7b13be6a.jpg` — Matrox ConvertIP Series - Click URL: https://info.matrox.com/video/ad/infrastructure/broadcast/convertip-series +## Adsanity campaign IDs to verify in WordPress admin +- **Studio Hero** (currently `ad-162714`) — that ID was originally mapped + to "Studio Suite"; confirm the Hero campaign exists in Adsanity and + update `ads.ts` if a different ID is correct. +- **Blackmagic 300x600** (currently `ad-210571`) — that ID is also used by + the Riedel campaign in the historical map; confirm the ATEM 4 M/E + campaign has its own ID. -## 300x600 Fixed Sidebar (1 missing — highest priority) -- `ATEM-4ME-Constellation-4K-Plus-v1g-300x600-EN_1804ac7b.jpg` — Blackmagic ATEM 4 M/E - Click URL: http://bmd.link/mRNsKu - Note: SidebarAdStack will show nothing in the 300x600 slot until this is added. +## Optional local-file upgrades +These banners currently render via Adsanity iframe. To swap to a faster +local render, drop the image into `public/legacy/ads/` and add `src` + +`alt` + `click_url` to the corresponding entry in `src/lib/ads.ts`. -## 300x250 Rotating Sidebar (20 missing) -- `Magewell_Director_One_Pro-Convert-IP-to-HDMI_Sports_InfoComm_9170d5cd.gif` — Magewell Director One -- `300x250-banner-Our-Story-film_resize_c30978de.jpg` — Lectrosonics Our Story -- `Zixi_Ads_300x250_93cf5742.png` — Zixi -- `Studio-Hero-for-Broadcast-Beat_e1aaa706.png` — Studio Hero -- `aja_2025_colorbox_og_colorbox_300x250_en-3_041eaa50.gif` — AJA ColorBox 2025 -- `1467-NAB-300x250-R2V1-1_364334f9.png` — Dell at NAB -- `Broadcasters-report-v2-300x250-px_9b98a4c3.jpg` — JW Player Broadcasters Report -- `HPA-ad-Oct-22_44905037.png` — Puget Systems HPA -- `Broadcast-Beat-April-Banner-V1_160b8d08.jpg` — ROE Visual -- `webinar-ad_19d5c0c1.png` — Viz Flowics 2023 Webinar -- `BB_NAB1_022924-15_f127d83a.gif` — BOXX at NAB -- `October-November-ad-Broadcast-Beat-TAG-Monitoring-Layers-blo_9d37b415.jpg` — TAG Video Systems -- `Broadcast-Beat-Banner-March-2024-300x250-1_6dda0fb9.jpg` — Camplex SMPTE -- `GIF3_07_10fps_03_71177a21.gif` — BOXX animated -- `300x250_Matrox_Monarch_EDGE_Series_Flex_Your_Workflow_0924_caf31161.jpg` — Matrox Monarch EDGE -- `quantum-webinar_8db637f8.jpg` — Quantum Webinar -- `openGear-guide-2026-300x250-1_a5c4b515.png` — openGear Guide 2026 -- `250417-300-x-250-ad_4e4ea2cf.png` — OpenDrives NAB 2025 -- `image001-1-1_d6f7d0df.png` — Look Solutions Tiny S -- `300x250-Bolero-Mini_4c8e5038.gif` — Riedel Bolero Mini - -## How to restore -1. Drop each file into `public/legacy/ads/` in the broadcastbeat repo -2. Re-add the entry to the appropriate array in `src/lib/ads.ts` -3. Push and Coolify will redeploy automatically +- AJA Video 300x250 +- Zixi 300x250 +- Lectrosonics 300x250 +- Opengear 300x250 +- Studio Hero 300x250 +- Magewell 300x250 +- Blackmagic 300x600 — Wayback target file: + `ATEM-4ME-Constellation-4K-Plus-v1g-300x600-EN.jpg`, link http://bmd.link/mRNsKu diff --git a/src/app/home-page/components/ArticleFeed.tsx b/src/app/home-page/components/ArticleFeed.tsx index 0ace312..bf5cf49 100644 --- a/src/app/home-page/components/ArticleFeed.tsx +++ b/src/app/home-page/components/ArticleFeed.tsx @@ -900,10 +900,10 @@ export default function ArticleFeed() { )} - {/* Sidebar — Blackmagic 300x600 fixed at top + 5 rotating 300x250s */} + {/* Sidebar — Blackmagic 300x600 fixed at top + every 300x250 banner stacked */} diff --git a/src/app/home-page/components/LeaderboardAd.tsx b/src/app/home-page/components/LeaderboardAd.tsx deleted file mode 100644 index bd4bc4a..0000000 --- a/src/app/home-page/components/LeaderboardAd.tsx +++ /dev/null @@ -1,12 +0,0 @@ -import React from "react"; -import AdSlot from "@/components/AdSlot"; - -export default function LeaderboardAd() { - return ( -