App Context¶
Value |
Type |
Description |
---|---|---|
id |
string |
The application ID prefixed with the exchange name followed by an underscore.
For example, if Rubicon sends a bid request for App ID “123”, the field
becomes |
name |
string |
Application name, for example, |
pub |
object |
Publisher object, for more information, see the Publisher Object section. |
domain |
string |
The domain of the app, for example, |
cattax |
int |
The taxonomy in use for the
|
cat |
array of strings |
Array of content categories for the site, based on |
sectcat |
array of strings |
Array of content categories for this section of the site, based on |
pagecat |
array of strings |
Array of content categories for this page, based on |
privpolicy |
integer |
Indicates if the site has a privacy policy, where |
bundle |
string |
Application bundle or package name, for example, |
storeurl |
string |
App store’s URL for the mobile application, for example
|
ver |
string |
Application version, for example |
paid |
integer |
Specifies if the App is a free or paid version, e.g., |
App JSON Example¶
{
"app":{
"id":"pubnative_1009429",
"paid":0,
"domain":"leomaster.com",
"publisher":{
"name":"example published",
"id":"pubnative_12345"
},
"storeurl":"https://play.google.com/store/apps/details?id=com.leo.appmaster",
"bundle":"com.leo.appmaster",
"cattax":2,
"cat":[
"IAB3"
],
"name":"Private Zone - AppLock, Video & Photo Vault"
}
}