MuAX Data

This page shows the available categories and asset configurations for the MuAX exchange.

Supported Categories

The exchange supports assets for the following categories. Sites classified in these categories will see category-specific banners:

Category Description Asset Sizes
Sports Sports, fitness, and athletics 728x90, 300x250
Technology Tech, software, and hardware 728x90, 300x250
Finance Banking, investing, and money 728x90, 300x250
News News and journalism 728x90, 300x250
Entertainment Movies, music, and media 728x90, 300x250
Health Health and wellness 728x90, 300x250
Travel Travel and tourism 728x90, 300x250
Education Learning and education 728x90, 300x250
Shopping E-commerce and retail 728x90, 300x250
Games Gaming and esports 728x90, 300x250

Categories not listed above will use fallback assets.

Asset Sizes

The following standard ad sizes are supported:

Size Name Common Use
728 x 90 Leaderboard Header, top of page
300 x 250 Medium Rectangle Sidebar, inline content
468 x 60 Banner Header, inline content
300 x 600 Half Page / Skyscraper Sidebar

The exchange automatically selects the best matching asset for your container dimensions.

Media Types

The exchange supports three media types:

Type Format Description
static PNG, JPG Static images (default)
animated GIF Animated images
video MP4 Video content with controls

Test the Exchange

Use this code to test the exchange on your classified website:

<!-- Test container -->
<div id="test-muax" style="width: 728px; height: 90px; border: 1px dashed #ccc;"></div>

<script src="https://llmse.ai/static/muax.js"></script>
<script>
LLMSE_MUAX.load({
    placements: [
        { id: '#test-muax', type: 'static' }
    ],
    onLoad: function(responses) {
        console.log('Exchange loaded:', responses);
    },
    onError: function(error) {
        console.log('No exchange available:', error.message);
    }
});
</script>

Remember: Only classified websites receive exchange units. If your site isn't classified yet, go to the homepage and classify it first.