Debt Relief Ad SDK ● LIVE DEMO

Interactive JavaScript SDK - Click any ad below to test the full lead capture flow

👇 These are fully functional ads powered by the SDK. Click "Get Started" to interact with them!

Creative Type:

Live SDK Demonstrations

Each ad below is rendered using DebtReliefAd.render() with different configurations. All three post to Leadspedia when completed.

Design 1

360×500 pixels (default size)

Design 2

300×600 pixels (half page)

Design 3

300×250 pixels (medium rectangle)

How to Use This SDK

To embed these ads on your website, include the SDK script and call the render method:

Step 1: Load the SDK

<script src="https://YOUR_DOMAIN/embed.js"></script>

Step 2: Create a container

<div id="debt-ad"></div>

Step 3: Render the ad

<script> DebtReliefAd.render({ container: '#debt-ad', design: 1, // 1, 2, or 3 size: '300x600' // Any standard ad size }); </script>

Complete Example

<!DOCTYPE html> <html> <head> <title>My Website</title> </head> <body> <!-- Your content --> <div id="sidebar-ad"></div> <!-- Load SDK --> <script src="https://YOUR_DOMAIN/embed.js"></script> <!-- Render ad --> <script> DebtReliefAd.render({ container: '#sidebar-ad', design: 1, size: '300x600' }); </script> </body> </html>

Configuration Options

Available Sizes

Features

Need help? View the docs/SDK_USAGE.md file for complete documentation.