Auto Store allows DSPs to decide whether InMobi Exchange should display a store modal on top of a VAST video. This feature enhances the effectiveness of app-install campaigns, leading to increased conversion rates and reduced CPIs.
It is a store modal supported by iOS with the SKStoreProductViewController object.
DSPs determine if the InMobi Exchange iOS Store Kit is displayed automatically after a user:
When dismissed, users see the creative end card loaded below.

|
Attribute |
Description |
Type |
|
autostore |
Indicates whether the inventory is eligible for Auto Store.
|
Int; |
{
"imp": [
{
"ext": {
"autostore":1
}
}
]
|
Attribute |
Description |
Type |
autostore |
Indicates whether InMobi Exchange should enable automatically displaying the Store.
|
Int; default 1 |
{
"seatbid":[
{
"bid":[
{
"ext": {
"autostore":1
}
}
]
}
}
}
|
Attribute |
Description |
Type |
autostoreclick |
Indicates whether InMobi Exchange should fire click trackers when automatically displaying the Store Kit.
|
Int; default 0 |
{
"seatbid":[
{
"bid":[
{
"ext":{
"autostore":1,
"autostoreclick":1
}
}
]
}
]
By installing this SDK update, you agree that your Children Privacy Compliance setting remains accurate or that you will update that setting, whenever there is a change in your app's audience. You may update the app's Children Privacy Compliance settings at https://publisher.inmobi.com/my-inventory/app-and-placements.
Support Center