SKOverlay
Implement Apple’s SKOverlay feature in Unity Exchange ads to display App Store overlays that promote app installs within the iOS environment.
Read time 1 minuteLast updated 4 hours ago
SKOverlay is a dynamic ad format resembling a native banner at the bottom of the screen. It prompts users to download offered apps instantly without redirection to the App Store or Storekit page, enhancing ad performance and increasing impressions per mille (IPM) for supporting publishers with updated SDKs. SKOverlay also supports SKAdNetwork postbacks.
Bid Request
Unity flags in the bid request if SKOverlay is allowed for each specific session, since some publishers disable the SKOverlay feature for their app. If SKOverlay is allowed, Unity sends a single extension to flag:bidRequest.imp.ext.skadn.skoverlay: 1
Bid Response
For sessions that are sent withbidRequest.imp.ext.skadn.skoverlay: 1
Status | Bid Response |
---|---|
To disable | Don't add the extension to your bid response |
To enable | resp.seatbid[0].bid[0].ext.skadn.skoverlay.show:1, and select a supported option from the SKOverlay controls table. |
SKOverlay controls
Attribute | Type | Ex | Description | Values |
---|---|---|---|---|
show | Integer | 1 | Indicates whether to show |
|
position | Integer | 1 | Position of the overlay |
|
dismissable | Integer | 5 | Indicates whether the SKOverlay can be dismissed by the user |
|
video_delay | Integer | 5 | Time in seconds to delay before showing the SKOverlay, where 0 means immediate |
|
- = Position
0
- = Dismissible
1
- = Video_delay
5