Appearance
Client Side Prebid Integration
Using the Missena Header Bidding Adapter
The following guide is developed for integration with official Prebid (pbjs). If using another wrapper, please reach out to your account manager at Missena. If you have a specific Prebid global name, you should replace pbjs
from the code with your Prebid global name.
IMPORTANT
Minimum required Prebid.js version: 9.19
Available Formats
Missena offers several placement formats to optimize your ad delivery:
1. Header Format
A top-of-page placement that provides a seamless advertising experience. Uses a 1x1 banner configuration with specific header placement parameters.
2. Footer Formats
Two types of footer placements are available:
- Static Footer: A fixed footer placement using a 1x1 banner configuration
- Dynamic Footer: A more flexible footer format supporting multiple sizes (1x1 and 300x250) and various demand types including display, native, and video
3. Prestitial Format
A full-screen advertisement that appears before the main content loads. Uses a 1x1 banner configuration with specific prestitial placement parameters.
4. Sample Mode
For testing purposes, you can enable sample mode to ensure ad delivery. This is useful during development and integration testing.
For detailed implementation instructions for each format, please visit our Ad Formats documentation.
General Requirements
For all integrations:
- Valid Missena API key (obtain from your account manager)
- Properly configured Prebid.js setup (version 9.19 or higher)
- SafeFrame should be disabled for prebid creatives
- Correct GPT placement codes
Please refer to the specific format documentation for detailed implementation instructions.