Appearance
Dynamic Footer Format
This guide details the implementation of Dynamic Footer Placement for generic demand through the Missena bidder.
Prerequisites
- Prebid.js integration
- Valid Missena API key from your account manager
Implementation Steps
Generic Demand Implementation (Display, Native, Video)
Use the following configuration for the Missena Bidder:
javascript
var adUnits = [{
sizes: [
[1, 1],
[300, 250]
],
code: 'PASTE YOUR GPT PLACEMENT',
bids: [{
bidder: 'missena',
params: {
apiKey: 'PUT YOUR MISSENA API KEY HERE'
}
}]
}];
Important Notes
SafeFrame Configuration: Ensure your prebid creatives are not SafeFrame enabled. The "Serve into a SafeFrame" option in your GAM creative should be unchecked.
Size Requirements: Make sure to include both the 1x1 and 300x250 sizes in your ad unit configuration.
Validation Checklist
- [ ] Prebid.js is properly configured
- [ ] Missena API key is in place
- [ ] SafeFrame is disabled for the creative
- [ ] Ad unit sizes include both 1x1 and 300x250
- [ ] GPT placement code is correctly inserted
Troubleshooting
If the implementation is not working as expected, verify:
- The Missena API key is correct
- The GPT placement code matches your ad server setup
- All required sizes are properly configured
- Prebid.js is loaded and initialized correctly