Overview
The Bridge Ad Format is designed for followup sponsored recommendations that appear after initial responses. It’s primarily built for Vibe Coding Platforms and AI IDEs, and can also be shown in AI search as followup suggestions. This format provides setup instructions and documentation links that help AI assistants guide users through product setup and integration. What you get:- ✅ Followup sponsored recommendations after initial responses
- ✅ Setup prompts for AI agent configuration
- ✅ Documentation URLs for product setup guides
- ✅ Automatic tracking (impressions and clicks)
- ✅ Transparency labels (
[Ad]added automatically) - ✅ Session-aware tracking
- Vibe Coding Platforms: Show sponsored followup recommendations with setup instructions
- AI IDEs: Display followup suggestions for developer tools and technical products
- AI Search: Present followup sponsored recommendations in search results
What is Bridge Format?
Bridge format is specifically designed for followup sponsored recommendations that appear after initial responses. It’s primarily built for Vibe Coding Platforms and AI IDEs, where users need setup instructions and configuration guidance. It can also be shown in AI search as followup suggestions. Instead of traditional ad formats, bridge format returns:bridge_content(required): Setup prompt or configuration instructions for AI agentsdocumentation_url(optional): Link to product documentation or setup guide
- ✅ You want to show followup sponsored recommendations after initial responses
- ✅ You’re building Vibe Coding Platforms or AI IDEs
- ✅ You want to display followup suggestions in AI search results
- ✅ You need AI agents to provide setup instructions
- ✅ You want to guide users through product configuration
- ✅ You want to link to detailed documentation
- ✅ You’re building developer tools or technical products
Component: AdMeshRecommendations
TheAdMeshRecommendations component supports bridge format when you specify format="bridge". This format is perfect for displaying followup sponsored recommendations in Vibe Coding Platforms, AI IDEs, and AI search.
Use this format if:
- ✅ You want to show followup sponsored recommendations after initial responses
- ✅ You’re building Vibe Coding Platforms or AI IDEs
- ✅ You want to display followup suggestions in AI search results
- ✅ You want setup prompts for AI agent configuration
- ✅ You need to provide documentation links
- ✅ You’re building developer-focused tools
- ✅ You want AI assistants to guide users through setup
Quick Start
1
Install the SDK
2
Wrap with AdMeshProvider
3
Add AdMeshRecommendations with Bridge Format
4
Handle Bridge Format Response
The bridge format returns followup sponsored recommendations with:
bridge_content: Setup prompt or configuration instructionsdocumentation_url: Link to product documentation (optional)
Bridge Format Structure
When you request bridge format, the API returns recommendations in this structure:Fields
format: Always"bridge"for bridge formatbridge_content(required): Setup prompt or configuration instructions for AI agentsdocumentation_url(optional): Link to product documentation or setup guide
Usage Example
API Request Format
When requesting bridge format, includeallowed_formats: ["bridge"] in your API request:
Customizing Bridge Format Display
You can customize how bridge format recommendations are displayed:Best Practices
✅ DO:- Use bridge format for followup sponsored recommendations after initial responses
- Perfect for Vibe Coding Platforms, AI IDEs, and AI search followup suggestions
- Always provide the
queryparameter (required for contextual recommendations) - Use bridge format for developer tools and technical products
- Display
documentation_urlwhen available - Let AI agents use
bridge_contentto guide users through setup - Pass your own
sessionIdandmessageIdfor accurate tracking
- Omit the
queryparameter (recommendations won’t be contextual) - Use bridge format for consumer products (use tail or product_card instead)
- Use bridge format as primary recommendations (it’s designed for followup suggestions)
- Modify the
bridge_contenttext - Remove transparency labels
When to Use Bridge Format
Use Bridge Format when:- ✅ Building Vibe Coding Platforms - show followup sponsored recommendations
- ✅ Building AI IDEs - display followup suggestions for developer tools
- ✅ Building AI Search - present followup sponsored recommendations in search results
- ✅ You want followup sponsored recommendations after initial responses
- ✅ Building developer tools or APIs
- ✅ Providing setup instructions for technical products
- ✅ Guiding users through configuration steps
- ✅ Linking to documentation and guides
- ✅ AI agents need structured setup prompts
- ❌ You need primary recommendations (use tail or product_card instead)
- ❌ Marketing consumer products (use tail or product_card)
- ❌ Simple product recommendations (use citation or product format)
- ❌ Embedding links in responses (use weave format)
Troubleshooting
Bridge Format Not Showing
Bridge Format Not Showing
Check:
format="bridge"is specifiedqueryprop is provided and not empty (required)messageIdprop is provided- API key is valid and set correctly
allowed_formats: ["bridge"]is included in API request
Bridge Content Not Available
Bridge Content Not Available
Bridge format requires brand agents to configure:
default_setup_prompt: Setup instructions for the productbridge_documentation_url: Link to documentation
Documentation URL Missing
Documentation URL Missing
The
documentation_url field is optional. If not provided by the brand agent, recommendations will only include bridge_content.