Introduction
AdMesh helps publishers add contextual monetization directly inside content experiences. Instead of static display placements, you can surface intent-aware product suggestions using:AdMeshProviderfor SDK setup, session context, and trackingAdMeshIntentAssistantfor a floating assistant that suggests relevant sponsored options
Why Publishers Use AdMesh
- Intent-aware monetization: Suggestions are aligned to what users are reading and asking
- Low integration effort: Add one provider and one component
- Native UX: Assistant fits inside your site instead of sending users away to ads-first layouts
- Transparent tracking: Exposure and engagement tracking is handled by the SDK
How It Works
- Wrap your page or app with
AdMeshProvider - Pass your API key and a session ID
- Render
AdMeshIntentAssistanton article/content pages - Assistant surfaces relevant suggestions based on page context
- Sponsored interactions are tracked automatically
Recommended Integration Pattern
Use this on long-form pages such as:- Publisher articles
- Product guides
- Review/comparison pages
- Editorial and affiliate content
Publisher UI SDK Integration
See complete React integration examples for AdMeshProvider and AdMeshIntentAssistant.
Next Steps
Getting Started
Set up your first publisher page integration in minutes.
UI SDK Integration
Implement AdMeshIntentAssistant with production-ready code snippets.