Comment to Reviver Adserver 5.4.1
-
Using Revive Adserver with UNA CMS
Revive Adserver is an external ad-serving platform, similar to Google AdSense, but with the major advantage of being self-hosted. You can install it on your own server and maintain full control over your ad zones, campaigns, targeting, and reporting.
Unlike Google Ads:
- You are not dependent on a third party for revenue or ad policies.
- You can run private ad networks, serve your own ads, or manage client campaigns independently.
- You control the data — who sees what, how often, and where.
On your UNA CMS site, you can serve ads using JavaScript invocation code, just like AdSense, while keeping complete control over the ad content and delivery. By creating a custom block in UNA CMS with this code, you can display Revive ads anywhere on your site with the same simplicity as Google Ads blocks.
Step-by-Step: Add a Custom Block via Studio Builder
- Go to:
/studio/builder_page.php
This opens the Page Builder interface in UNA Studio.
- Select the page you want to edit.
- Use the dropdown at the top to choose the page (e.g., Home, Profile, or a Custom Page).
- Add a Custom Block
- Look for “Add Block” in the layout area where you want the block.
- In the block selection, choose Custom or HTML Content.
- Insert the Revive Adserver Code
- Paste your JavaScript code in the content field:
<script type='text/javascript' src='https://example.com/delivery/ajs.php'></script> <script type='text/javascript'> OA_show(1); // replace 1 with your zone ID </script>
- Save Changes
- Click Add to Page.
- Make sure the block is active and visible to the desired audience.
- Test
- Open the page in your browser and verify that the ads are displayed.
- If the banners do not appear immediately, clear the UNA site cache.
- This setup allows you to manage your ads fully independently while keeping the integration with UNA CMS straightforward and flexible.