MuAX - Mutual Advertising Exchange

MuAX is a mutual advertising exchange where classified websites promote each other. Join the exchange to have your site promoted by other websites in your category.

How It Works

The MuAX exchange creates a self-sustaining ecosystem where classified websites promote each other:

1
Classify Your Website

Submit your website URL to LLMSE for classification. Your site is categorized by topic, language, and demographics.

2
Add the MuAX Code

Add a simple JavaScript snippet to your website. The exchange unit will display links to other sites in your category.

3
Get Promoted

Your website is now in the exchange pool. Other participating sites will show links to your site.

Classify Your Website

Before joining the exchange, your website must be classified in our system. This determines which category pool you'll be in.

1
Visit Homepage

Go to the LLMSE homepage to access the classification form.

2
Enter Your URL

Enter your website URL in the classification form.

3
Classify

Click Classify to analyze your website and wait for the classification to complete.

Only classified (participating) websites can join the exchange. Non-classified websites will not receive exchange units.

Add the MuAX Code

Add this code snippet to your website where you want the exchange unit to appear:

<div id="muax-banner"></div>
<script src="https://llmse.ai/static/muax.js"></script>
<script>LLMSE_MUAX.load({placements: [{id: '#muax-banner', type: 'static'}]});</script>

See full documentation for advanced options like callbacks and multiple placements.

Multiple Placements

You can add multiple exchange units on a single page:

<div id="header-banner"></div>
<div id="sidebar-unit"></div>

<script src="https://llmse.ai/static/muax.js"></script>
<script>
LLMSE_MUAX.load({
    placements: [
        { id: '#header-banner', type: 'static' },
        { id: '#sidebar-unit', type: 'static' }
    ]
});
</script>

Each placement will show a different site from your category, ensuring diverse promotion.

Monitor Exchange Statistics

Track how your exchange is performing on the statistics dashboard:

Metric Description What it shows
Exchanges Units served Total exchange units delivered
Impressions Unit views How many times units were viewed
Clicks Unit clicks How many times units were clicked
Top Sources Showing sites Sites displaying exchange units
Top Targets Promoted sites Sites being promoted the most

Need Help?