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 Branded Object Placements
  • 🧭 Step 1: Access Your Game
  • ⚙️ Step 2: Configure the Branded Object Placement
  • ✅ Step 3: Save & Sync
  • 🎮 Step 4: Use It In Your Game
  1. Publisher Flow
  2. Defining Placeholders in the Portal

Creating Branded Object Placements in the Portal

Learn how to create and configure Branded Object Placements in the ReneVerse Portal, including targeting tags, bounding box dimensions, and placeholder assets for dynamic in-game brand integration.

PreviousCreating Ad Surfaces in the PortalNextAds.txt

Last updated 1 month ago

About Branded Object Placements

Branded Object Placements are designated 3D spaces within your game that can dynamically load in branded models. These are ideal for in-world promotional items like billboards, vending machines, posters, or product displays that seamlessly integrate into gameplay.


🧭 Step 1: Access Your Game

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

  • Go to the Branded Objects tab.

  • Click + New Branded Object Placement.


⚙️ Step 2: Configure the Branded Object Placement

Fill in the following fields:

  • Placement ID – This is generated automatically after saving and used by the SDK to identify the object in-game.

  • Targeting Tags – Add keywords that describe the context of the object (e.g., "futuristic", "sports_area", "shop_interior"). These improve brand matching and campaign targeting.

  • Bounding Box Dimensions – Define the size of the 3D space the branded object will occupy (width, height, depth). The model will be scaled to fit this box.

  • Placeholder Model or Asset – Upload a fallback 3D model (optional) to show when no branded content is available. This helps maintain visual continuity in your game.


✅ Step 3: Save & Sync

  • Click Add to create the Branded Object Placement.

  • Once saved, a unique Placement ID is generated.

This placement will now appear in your SDK environment when you sync assets in Unity, Unreal, or Phaser.


🎮 Step 4: Use It In Your Game

Branded Object Placements can now be added directly into your game scene via the ReneVerse SDK tools in:

  • Unity’s ReneVerse Settings

  • Unreal’s ReneVerse API Editor

  • Phaser via useReneVerse() methods

These placements support interaction tracking and screen visibility analytics by default once served.

🎯
🏎️
🚌