LogoLogo
  • ReneVerse Tour
    • 👋Welcome to ReneVerse
      • 🧠Smart Ads & Branded Objects
      • 📈Advertising Demand via ReneVerse
      • 🔮The Portal
      • 🧰The SDKs
  • Getting Started
    • 🚀Getting Started with ReneVerse
    • 📝Registering as a New User
    • 👨‍👩‍👧‍👦Creating a New Organization
    • 👥Invite Members to Your Team
  • Publisher Flow
    • 🕹️Publisher Overview
    • ⚡Quick Start Guide
    • 💾Registering Your Game & Generating API Keys
    • 🧩SDK Integration
      • 🛠️Unity
        • 🔧Unity SDK Setup
        • 🔨[WIP] Using the Unity SDK
          • 🥞Batch Serve Ad
      • 🎮Unreal Engine
        • ⚙️UE SDK Setup
        • 🔩Using the UE SDK
      • 🌐Phaser 3
        • 💫Phaser Quick Start
        • 🧪API Reference
          • 🪝useReneVerse
          • 📊useTracking
        • 💻Full Implementation (Code)
    • 🎯Defining Placeholders in the Portal
      • 🖼️Creating Ad Surfaces in the Portal
      • 🏎️Creating Branded Object Placements in the Portal
    • 📲Ads.txt
  • Advertiser Flow
    • Advertiser Overview
    • Creating Ad Campaign
    • Managing Brands
      • Creating Branded Collections
      • Brand Creation
      • Asset Creation
    • Adding Ads to Campaign
    • Creating Branded Assets
  • Download
    • Unity SDK
    • Unreal Engine SDK
    • Phaser NPM Package
Powered by GitBook
LogoLogo

ReneVerse

  • Website
  • Sign Up
  • Book a demo

Download

  • Unity SDK
  • Unreal Engine SDK
  • Phaser NPM

Links

  • Blog
  • About
  • Play Demo
  • FAQs

Socials

  • LinkedIn
  • X (Twitter)
  • YouTube

© 2025 ReneVerse

On this page
  • About Ad Surfaces
  • 🧭 Step 1: Access Your Game
  • ⚙️ Step 2: Configure the Ad Surface
  • ✅ Step 3: Save & Generate
  • 🎮 Step 4: Use It In Your Game
  1. Publisher Flow
  2. Defining Placeholders in the Portal

Creating Ad Surfaces in the Portal

PreviousDefining Placeholders in the PortalNextCreating Branded Object Placements in the Portal

Last updated 3 months ago

About Ad Surfaces

Ad Surfaces are visual ad placements that exist at the game level. They aren't tied to specific in-game objects, making them simple to manage and ideal for both banner and video ads. These surfaces, once created, can be used across SDKs in Unity, Unreal, and Phaser.


🧭 Step 1: Access Your Game

  • From your Organization’s game list, select the game you want to work with.

  • Navigate to the Ad Surfaces tab.

  • Click + New Ad Surface.


⚙️ Step 2: Configure the Ad Surface

Fill in the following fields:

  • Ad Type – Choose the type of ad this surface will display:

    • Banner (image)

    • Video (auto-playing clip)

  • Resolution – Define the display resolution (e.g., 300x250, 1024x512). This determines how the ad scales in your game.

  • Interactivity – Choose one of the following:

    • Static: Non-clickable

    • Interactive: Clickable (opens landing pages or in-game actions)

  • Targeting Tags – Add keywords that describe where the ad will appear or what kind of gameplay surrounds it (e.g., "urban", "sci-fi", "puzzle"). These improve ad targeting and campaign relevance.

  • Placeholder File – Upload a fallback image or video that will be shown if no active ad is available.


✅ Step 3: Save & Generate

  • Click Add to finalize the ad surface.

  • A unique Ad Surface ID will be generated automatically—used to link this surface to in-game placements through the SDK.


🎮 Step 4: Use It In Your Game

Once created, this Ad Surface will sync automatically to your SDK when you click Sync Game Assets inside:

  • Unity’s ReneVerse Settings

  • Unreal’s ReneVerse API Editor

  • Phaser’s PhaserHooks setup

You can now place, serve, and track this ad surface directly from within your game engine.

🎯
🖼️
🧱
Page cover image