Network End Card
Table of Contents
What is a Network End Card?
The Network End Card (NEC), also known as the Second End Card, enhances the performance of install‑driven campaigns by providing users with a final engagement opportunity after a fullscreen video ad completes.
With this feature, Brand+ marketplace’s NextGen iOS SDK can automatically render a Network End Card at the end of a fullscreen video ad to boost user engagement, increase conversion rates, and lower CPI without requiring additional user interaction.
The Network End Card is automatically generated from the advertised app’s assets, such as the app store icon, app name, etc., creating a seamless experience that encourages users to explore or install the app.
Demo
How does NextGen Signals Network End Card support to DSPs via Bid Request?
Our SDK will support the availability of a Network End Card using a custom extension under BidRequest.imp.video.ext
, called networkec
.
This signal informs DSPs whether the inventory supports rendering the Network End Card.
Bid Signal Request Example
"imp": {
"video": {
"ext": {
"networkec": 1
}
}
}
Attribute | Type | Required | Description | Signal Value | Expected Behaviour |
networkec |
Int; default 1
|
Yes | Indicates if the inventory is eligible for Network End Card |
1 – true; 0 – false |
1 = NEC is supported and will be rendered. 0 = NEC is not supported and will not be rendered |
What’s expected from the DSP in the Bid Response?
DSPs can enable the Network End Card (Second End Card) by using a custom extension field named networkec
under BidResponse.seatbid.bid.ext
. This field accepts a boolean value of 1 or 0, which determines whether the NextGen SDK should display the Network End Card.
Bid Response Example
"seatbid": [
{
"bid": [
{
"ext": {
"networkec": 1
}
}
]
}
]
}
What are the supported Network End Card display control NextGen SDK offers?
Attribute | Type | Required |
Description | Signal Value | Expected Behaviour |
networkec |
Int | Yes | Indicates if Smaato SDK should render the Network End Card (Second End Card). | 1, 0 |
1 = Network End Card enabled 0 = Network End Card not enabled |
Last Modified: August 22, 2025 at 7:37 am