Frequently Asked Questions¶
This FAQ provides answers to common operational and technical questions about the Preads Platform.
🧭 General & Operational¶
What is the Preads Platform?¶
Preads is an enterprise-grade affiliate marketing and offerwall management platform. It allows network owners to aggregate dozens of external offerwall providers into a single unified interface, manage publisher relationships, and process payments securely.
Can I white-label the platform?¶
Yes. With a Commercial License, you can completely remove "Powered by Preads" branding, use your own logo, custom domain, and customized email templates to provide a fully branded experience to your publishers.
Who handles the actual offers?¶
The platform is an Aggregator. You (the administrator) connect your accounts from networks like Wannads, AdGate, or BitLabs. Preads then fetches, filters, and serves these offers to your publishers through an optimized UI.
💰 Financials & Payments¶
How do I make money with Preads?¶
Your revenue is the margin between what the Advertising Network pays you and what you pay the Publisher.
- Example: A network pays you \(1.00 for an app install. You set your publisher reward to 70% (\)0.70). You keep $0.30 as net profit.
What payment gateways are supported for withdrawals?¶
Out of the box, the platform supports:
- PayPal: With automated API-based payout support.
- Wire Transfer/SEPA: For manual high-volume processing.
- Cryptocurrency: Bitcoin, Ethereum, and USDT (via manual or integrated gateways).
Can I set different payout rates for different publishers?¶
Currently, payout rates are managed globally or via specific Publisher Groups to maintain consistency across the network.
🛠️ Technical & Security¶
Is the platform secure for production?¶
Yes. Preads is built on the Laravel framework and implements:
- AES-256 Encryption for sensitive API credentials.
- TOTP Two-Factor Authentication for all administrative access.
- Rate-Limiting on all API endpoints to prevent DoS attacks.
- S2S Postback Verification to ensure conversion data is genuine.
What are the minimum server requirements?¶
For a production environment hosting up to 5,000 active users:
- PHP 8.2+ with the standard Laravel extensions.
- MySQL 8.0+ or MariaDB 10.6+.
- Redis (Highly recommended for session and analytics caching).
- SSL (HTTPS) is strictly required for secure tracking.
Can I extend the platform with custom features?¶
Yes. The platform uses a modular Addon System. Developers can create custom features in the addons/ directory without modifying the core framework files. See our Developer Guide for more details.
Have a question not listed here? Contact Technical Support → View Troubleshooting →