โ† Back to FinWise Hub โ† Ad Setup Guide

Ezoic LEAP Integration

Configure AI-powered ad optimization

LEAP Technology

Ezoic uses LEAP (Lightning Efficient Ad Platform) to optimize ad placement, size, and timing using machine learning. Unlike traditional ad networks where you manually place ads, LEAP automatically tests and optimizes your ad setup.

โš ๏ธ Placeholder Status

This integration uses PLACEHOLDER VALUES. Ezoic requires a site verification and approval process. The actual implementation will be provided after your account is approved.

About Ezoic

Ezoic is an AI-powered platform that works with your existing ad networks (like AdSense) to optimize ad revenue:

๐Ÿค– AI Optimization

Machine learning tests thousands of ad combinations to maximize RPM

๐Ÿงช A/B Testing

Automatically tests ad layouts and placements

โšก Fast Loading

LEAP technology prioritizes page speed while showing ads

๐Ÿ“Š Analytics

Detailed insights into ad performance and user behavior

Signup Instructions

1Apply for Ezoic

Visit ezoic.com/publishers/ and apply with your website. Requirements typically include:

2Install Ezoic App

Once approved, you'll install the Ezoic app via one of these methods:

3Verify Your Site

Ezoic will verify site ownership and configure your DNS settings. This typically takes a few hours to propagate.

4Access Dashboard

Once verified, access the Ezoic dashboard to configure ad settings, set up experiments, and monitor performance.

LEAP Implementation

Ezoic's LEAP platform replaces traditional ad code placement with a smart wrapper. Here's the standard implementation:

Method 1: LEAP Tag (Recommended)

Add this to your <head> section, replacing existing ad scripts:

<!-- Ezoic LEAP - PLACEHOLDER --> <!-- Replace YOUR_EZOIC_ID with your actual Ezoic Site ID --> <script> var ezoicId = 'YOUR_EZOIC_ID'; </script> <script src="//ezoic.com/cdn/eozic-min.js" async></script>

Method 2: LEAP Placeholder Ad Blocks

Define ad placeholder positions for LEAP to fill:

<!-- Ezoic LEAP Ad Placeholder - HEADER --> <div id="ezoic-pub-ad-placeholder-1" class="ezoic-ad"> <!-- LEAP will inject ads here --> </div> <!-- Ezoic LEAP Ad Placeholder - CONTENT --> <div id="ezoic-pub-ad-placeholder-2" class="ezoic-ad"> <!-- LEAP will inject ads here --> </div> <!-- Ezoic LEAP Ad Placeholder - SIDEBAR --> <div id="ezoic-pub-ad-placeholder-3" class="ezoic-ad"> <!-- LEAP will inject ads here --> </div>

Method 3: CSS for LEAP Containers

/* Ezoic LEAP Ad Styling */ .ezoic-ad { min-height: 90px; margin: 1.5rem 0; background: #fafafa; border-radius: 4px; } /* Responsive sizing handled by LEAP */ @media (max-width: 768px) { .ezoic-ad { min-height: 60px; } }

How LEAP Works

1 User requests your page
โ†“
2 Ezoic LEAP script loads alongside your content
โ†“
3 LEAP analyzes user behavior patterns and page structure
โ†“
4 AI determines optimal ad placement, size, and format
โ†“
5 Ads are loaded and displayed for maximum RPM
โ†“
6 Performance data feeds back into the learning model

Ad Appearance

Ezoic displays ads from your integrated networks (AdSense, Media.net, etc.) in optimized positions:

Sample LEAP-Optimized Layout

Header Content
LEAP Header Ad (auto-sized)
Article content begins here...
LEAP In-Content Ad
LEAP Sidebar Ad (300x250)

LEAP automatically adjusts ad sizes and positions based on tested performance.

Integration with index.html

Here's how Ezoic LEAP will integrate with your site:

<!-- ============================================ --> <!-- EZOIC LEAP PLACEHOLDER - REQUIRES SIGNUP --> <!-- ============================================ --> <!-- Ezoic LEAP Integration (after approval) --> <script> var ezoicId = 'YOUR_EZOIC_ID'; </script> <script> src="//ezoic.com/cdn/eozic-min.js" async></script> <!-- Ezoic LEAP Placeholder (replaces existing ad slots) --> <div class="ezoic-ad" id="ezoic-pub-ad-placeholder-header"> <div class="ad-label">Advertisement</div> <div style="background: #e8daef; min-height: 90px; display: flex; align-items: center; justify-content: center; color: #9f7aea;"> Ezoic LEAP Ad - Configure after signup </div> </div>

Important Notes

โœ“ After You Sign Up for Ezoic

Once approved and verified:

  1. You'll receive your Ezoic Site ID
  2. Install the Ezoic app via WordPress, Cloudflare, or DNS
  3. Replace YOUR_EZOIC_ID in the script
  4. Define ad placeholder positions in your HTML
  5. Let LEAP test and optimize your ad layout
  6. Monitor results in your Ezoic dashboard