The Future of Tech
News & Insights
The Future of Tech
News & Insights
Advertisement
Comprehensive documentation and guidelines for creating effective advertisements on our platform
Thank you for choosing to advertise with The Tech Buzz! Our platform offers a flexible and effective way to reach our audience of tech enthusiasts, professionals, and decision-makers. This documentation outlines everything you need to know to create successful advertisements on our platform.
Our platform supports three distinct advertisement formats, each designed for different campaign objectives and content types.
Full-width promotional banners with headline, caption, image, and optional CTA button.
Compact promotional blocks with a cover image and prominent call-to-action button.
External content loaded through an iFrame, perfect for custom HTML advertisements.
Reach 1.1M+ Audience
iFrame Content (External)
Loads content from external URL
Property | Description | Required | Format/Constraints |
---|---|---|---|
id | Unique identifier for the ad | Alphanumeric string, no spaces | |
title | Short title for internal reference | 30 characters max | |
header | Main headline displayed in the ad | 60 characters max | |
caption | Subheading or descriptive text | 120 characters max | |
to | Destination URL or internal path | Valid URL or app route | |
type | Advertisement format | "banner", "cta", or "iframe" | |
ctaText | Text for call-to-action button | 15 characters max | |
duration | Display time in seconds | Number (5–30 recommended) | |
category | Classification for analytics | "visit" or "reminder" | |
startDate | Date to begin showing the ad | Date object (YYYY-MM-DD) | |
endDate | Date to stop showing the ad | Date object (YYYY-MM-DD) |
Below is an example of how to structure your ad object for submission to our platform:
const newAd = { id: 'yourUniqueId', title: 'Your Ad Title', header: 'Your Compelling Headline Here', caption: 'Your descriptive supporting text', to: '/your-landing-page', // or https://your-external-site.com type: 'banner', // 'banner', 'cta', or 'iframe' ctaText: 'Learn More', duration: 15, // seconds image: '/path/to/your/optimized/image.png', category: 'visit', // 'visit' or 'reminder' startDate: new Date('2025-06-01'), endDate: new Date('2025-07-01') }
For technical assistance or questions about ad specifications: