Native Ads
Request and render OpenRTB 1.2 native ads with the n360ortb library.
Slot Configuration
Prebid-style shortcuts (recommended)
n360ortb.fetchBids({
slots: [{
slotID: 'native-slot-1',
tagId: 'your-tag-id',
mediaType: 'native',
native: {
title: { required: true, len: 80 },
image: { required: true, sizes: [300, 250] },
icon: { required: false, sizes: [50, 50] },
sponsoredBy: { required: true },
body: { required: false, len: 200 },
cta: { required: true },
rating: { required: false }
}
}]
}, renderCallback);Shortcut
Required flag
Maps to OpenRTB asset
OpenRTB 1.2 passthrough
Bid Response
Rendering in the Publisher Page
Rendering through Google Ad Manager
Native targeting keys
Key
Source
GAM setup
Complete Example
Related
Last updated
Was this helpful?