Welcome to Tinco Ads

Elevate your business with Tinco Ads, the smart advertising platform designed to connect you with your audience affordably and effectively. Starting at just $10/week, your ads can shine across our network.

Get Started Now

Why Choose Tinco Ads?

Tinco Ads offers a unique blend of affordability, targeting precision, and seamless integration, making it the go-to choice for businesses of all sizes.

Powerful Features

Targeted Advertising

Reach the right audience with our advanced targeting options based on location, interests, and behavior.

Real-Time Analytics

Track your ad performance with detailed analytics to optimize your campaigns.

Seamless Integration

Easily embed Tinco Ads into your website with our developer-friendly script.

Mobile Optimized

Ads are fully responsive, ensuring a great experience on all devices.

Benefits for Your Business

Cost-Effective

Start advertising for as low as $10/week, with flexible plans to suit your budget.

Wider Reach

Expose your brand to thousands of users across the MyAidNest network.

Quick Setup

Submit your ad and go live within 24-48 hours after approval.

Trusted Platform

Our strict content guidelines ensure a safe and professional advertising environment.

Our Impact

50K+

Monthly Impressions

1K+

Active Advertisers

95%

Customer Satisfaction

What Our Customers Say

Sarah M.

"Tinco Ads helped my bakery reach new customers. The targeting options are fantastic!"

John K.

"Affordable and effective. My online store saw a 30% sales boost after using Tinco Ads."

Emily R.

"The analytics dashboard is a game-changer. I can see exactly how my ads are performing."

Success Stories

Local Coffee Shop

A small coffee shop increased foot traffic by 40% with targeted Tinco Ads campaigns.

E-Commerce Startup

An online retailer doubled their conversions using Tinco’s real-time analytics.

Simple Pricing

Weekly Plan

$10/week

Choose Plan

Monthly Plan

$25/month

Choose Plan

How It Works

Submit Your Ad

Upload your ad creative and details via our simple form.

Approval Process

Our team reviews your ad within 24-48 hours.

Go Live

Your ad starts reaching your audience across our network.

Take a Video Tour

See Tinco Ads in action and learn how easy it is to advertise with us.

Frequently Asked Questions

What types of ads are supported?

We support JPG and PNG ads with recommended dimensions of 200px x 80px.

How long does approval take?

Ads are typically approved within 24-48 hours.

Can I track my ad performance?

Yes, our real-time analytics dashboard provides detailed insights.

For Developers

Embed Tinco Ads or customize the script for your site.

(=="string">"keyword">function() {
    =="string">"keyword">const ="variable">css = `
        .tinco-ad-="variable">section { width: 100%; padding: 1rem 0; display: flex; just=="string">"keyword">ify-content: center; }
        .tinco-ad { 
            width: 100%; max-width: 300px; background: linear-gradient(135deg, #00bcd4, #009688); 
            border-radius: 15px; padding: 1rem; box-shadow: 0 0 20px rgba(0, 188, 212, 0.5); 
            font-family: 'Roboto', sans-ser=="string">"keyword">if; margin: 0 auto; transition: trans=="string">"keyword">form 0.3s ease; 
        }
        .tinco-ad:hover { trans=="string">"keyword">form: scale(1.02); }
        .tinco-ad-header { display: flex; just=="string">"keyword">ify-content: space-between; align-items: center; margin-bottom: 0.5rem; }
        .tinco-brand { color: #fff; font-weight: bold; text-decoration: none; font-size: 0.9rem; }
        .tinco-sponsor { color: #fff; font-size: 0.8rem; opacity: 0.8; }
        .tinco-ad-image img { width: 100%; max-width: 200px; height: auto; border-radius: 10px; margin: 0 auto; display: block; }
        .tinco-ad h3 { color: #fff; margin: 0.5rem 0; font-size: 1.2rem; text-align: center; }
        .tinco-ad p { color: #f0f0f0; font-size: 0.9rem; margin-bottom: 1rem; text-align: center; }
        .tinco-action-buttons { display: flex; flex-wrap: wrap; gap: 0.5rem; just=="string">"keyword">ify-content: center; }
        .tinco-btn { 
            background: #ffeb3b; color: #006064; padding: 0.5rem 1rem; border-radius: 20px; 
            text-decoration: none; font-weight: bold; transition: trans=="string">"keyword">form 0.2s ease; }
        .tinco-btn:hover { trans=="string">"keyword">form: scale(1.05); }
        .tinco-error { color: #ff4444; text-align: center; padding: 1rem; }
    `;
    =="string">"keyword">const ="variable">styleSheet = document.createElement('style');
    ="variable">styleSheet.textContent = ="variable">css;
    document.head.appendChild(="variable">styleSheet);

    =="string">"keyword">function ="function">fetchAds() {
        ="function">fetch('https://myaidnest.com/tinco/="variable">ads/api/="variable">ads')
            .then(="variable">response => ="variable">response.json())
            .then(="variable">data => {
                =="string">"keyword">if (="variable">data.status !== 'success' || !="variable">data.="variable">data.length) {
                    console.log('No Tinco Ads available:', ="variable">data.message);
                    =="string">"keyword">return;
                }
                =="string">"keyword">const ="variable">ads = ="variable">data.="variable">data.slice(0, 3);
                ="function">distributeAds(="variable">ads);
            })
            .catch(error => {
                console.error('Error ="function">fetching ="variable">ads:', error);
                ="function">reportError('Error ="function">fetching Tinco Ads: ' + error.message);
                document.body.innerHTML += '<div class="tinco-error">Error loading Tinco Ads.</div>';
            });
    }

    =="string">"keyword">function ="function">distributeAds(="variable">ads) {
        =="string">"keyword">const ="variable">main = document.querySelector('="variable">main');
        =="string">"keyword">if (!="variable">main) {
            console.log('No <="variable">main> element found, appending to body');
            ="function">appendFallbackAds(="variable">ads, document.body);
            =="string">"keyword">return;
        }

        =="string">"keyword">const ="variable">sections = ="variable">main.querySelectorAll('="variable">section');
        =="string">"keyword">const ="variable">divs = ="variable">main.querySelectorAll('div');
        =="string">"keyword">const ="variable">spans = ="variable">main.querySelectorAll('span');

        =="string">"keyword">const ="variable">containerCounts = [
            { type: '="variable">section', elements: ="variable">sections, count: ="variable">sections.length },
            { type: 'div', elements: ="variable">divs, count: ="variable">divs.length },
            { type: 'span', elements: ="variable">spans, count: ="variable">spans.length }
        ];

        =="string">"keyword">const ="variable">mostNumerous = ="variable">containerCounts.reduce((max, current) => 
            current.count > max.count ? current : max, ="variable">containerCounts[0]);

        =="string">"keyword">if (="variable">mostNumerous.count < 2) {
            console.log('Too few containers, appending to ="variable">main');
            ="function">appendFallbackAds(="variable">ads, ="variable">main);
        } =="string">"keyword">else {
            =="string">"keyword">const ="variable">adCount = ="variable">ads.length;
            =="string">"keyword">const ="variable">interval = Math.max(1, Math.floor((="variable">mostNumerous.count - 1) / ="variable">adCount));
            =="string">"keyword">let ="variable">adIndex = 0;

            ="variable">mostNumerous.elements.=="string">"keyword">forEach((element, index) => {
                =="string">"keyword">if (index > 0 && index % ="variable">interval === 0 && ="variable">adIndex < ="variable">adCount) {
                    =="string">"keyword">const ad = ="variable">ads[="variable">adIndex];
                    =="string">"keyword">const adSection = ="function">createAdSection(ad);
                    element.parentNode.insertBe=="string">"keyword">fore(adSection, element);
                    ="variable">adIndex++;
                }
            });

            =="string">"keyword">if (="variable">adIndex < ="variable">adCount) {
                ="function">appendFallbackAds(="variable">ads.slice(="variable">adIndex), ="variable">main);
            }
        }
    }

    =="string">"keyword">function ="function">createAdSection(ad) {
        =="string">"keyword">const ="variable">section = document.createElement('="variable">section');
        ="variable">section.className = 'tinco-ad-="variable">section';
        =="string">"keyword">const ="variable">adDiv = document.createElement('div');
        ="variable">adDiv.className = 'tinco-ad';
        ="variable">adDiv.innerHTML = `
            <div class="tinco-ad-header">
                <a href="https://myaidnest.com/tinco" target="_blank" class="tinco-brand">Tinco Ads</a>
                <span class="tinco-sponsor">Advertisement</span>
            </div>
            <div class="tinco-ad-image">
                <img src="${ad.image || 'https://via.placeholder.com/200'}" alt="${ad.business_name || 'Ad'}">
            </div>
            <h3>${ad.business_name || 'Unnamed Ad'}</h3>
            <p>${ad.description || 'No description available'}</p>
            <div class="tinco-action-buttons">
                ${ad.action_buttons && ad.action_buttons.website ? `<a href="${ad.action_buttons.website}" target="_blank" class="tinco-btn"><i class="fas fa-globe"></i> Website</a>` : ''}
                ${ad.action_buttons && ad.action_buttons.whatsapp ? `<a href="${ad.action_buttons.whatsapp}" target="_blank" class="tinco-btn"><i class="fab fa-whatsapp"></i> WhatsApp</a>` : ''}
                ${ad.action_buttons && ad.action_buttons.phone ? `<a href="${ad.action_buttons.phone}" target="_blank" class="tinco-btn"><i class="fas fa-phone"></i> Call</a>` : ''}
            </div>
        `;
        ="variable">section.appendChild(="variable">adDiv);
        =="string">"keyword">return ="variable">section;
    }

    =="string">"keyword">function ="function">appendFallbackAds(="variable">ads, parentElement) {
        ="variable">ads.=="string">"keyword">forEach(ad => {
            =="string">"keyword">const adSection = ="function">createAdSection(ad);
            parentElement.appendChild(adSection);
        });
    }

    =="string">"keyword">function ="function">reportError(message) {
        =="string">"keyword">const ="variable">errorData = {
            message: message,
            url: window.location.href,
            timestamp: new Date().toISOString()
        };
        ="function">fetch('/tinco/="variable">ads/report_error.php', {
            method: 'POST',
            headers: { 'Content-Type': 'application/json' },
            body: JSON.string=="string">"keyword">ify(="variable">errorData)
        }).catch(err => console.error('Failed to report error:', err));
    }

    =="string">"keyword">if (!document.querySelector('link[href*="font-awesome"]')) {
        =="string">"keyword">const ="variable">fontAwesome = document.createElement('link');
        ="variable">fontAwesome.rel = 'stylesheet';
        ="variable">fontAwesome.href = 'https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/="variable">css/all.min.="variable">css';
        document.head.appendChild(="variable">fontAwesome);
    }

    =="string">"keyword">if (!document.querySelector('link[href*="Roboto"]')) {
        =="string">"keyword">const ="variable">robotoFont = document.createElement('link');
        ="variable">robotoFont.rel = 'stylesheet';
        ="variable">robotoFont.href = 'https://fonts.googleapis.com/="variable">css2?family=Roboto:wght@400;700&display=swap';
        document.head.appendChild(="variable">robotoFont);
    }

    document.addEventListener('DOMContentLoaded', ="function">fetchAds);
})();

Embed Directly

<script src="https://mpolaphones.com/tinco-ads.js"></script>

Use the above script tag to embed Tinco Ads directly on your site.

Terms for Modification

Usage

Modify for personal site integration only.

Attribution

Keep "Tinco Ads" branding and link to https://myaidnest.com/tinco/ads/.

Non-Commercial

Do not sell or redistribute modified code.

Liability

Tinco Ads is not liable for issues from modifications.

Support

No support for modified versions.

Advertising Guidelines

Learn how to use Tinco Ads effectively:

Ad Dimensions

Recommended 200px X 80px for optimal display.

Formats

Supported formats: JPG, PNG.

Pricing

$10/week or $25/month.

Submission

Use the "Submit Ad" button to upload your ad.

Approval

Ads are reviewed within 24-48 hours.

Content

No offensive or misleading content allowed.

Ready to Advertise?

Join thousands of businesses growing with Tinco Ads. Submit your ad today and start reaching your audience.

Submit Your Ad

Get in Touch

Have questions? Our team is here to help. Reach out via email or follow us on social media.

Contact Support