mobileAppInfo
object.thirdParty
in the enrichment response.digital
.mobileAppInfo
will returnnull
mobileAppInfo
object contains the following fields:
Field | Description |
---|---|
id | ID of the matched mobile app |
name | App name |
url | Link to the app, either in the Google Play Store or the app’s homepage |
logo | Link to a downloadable app logo image |
developerName | App developer name |
developerId | App developer ID |
category | Mobile app category (separate from Spade’s category tree). Possible values: Auto and Transportation , Creative and Design , Education and Parenting , Entertainment and Media , Finance and Business , Games , Health and Lifestyle , Shopping and Marketplaces , Social and Communication , Travel and Events , Utility and Tools |
hasGamblingOrRewards | Indicates whether the app has gambling features or cash prizes/rewards |
hasSimulatedGambling | Indicates whether the app contains simulated gambling |
ageRating | App’s age rating. Possible values: Children , Teen , Adult |
display
object, which returns our recommendation for how to present information in your UI. Below is an example based on the previous enrichment for a Google Play Store purchase made for an app called “Artificial Life,” categorized as “Education and Parenting”:
mobileAppInfo
object, such as the app’s logo, category, developer name, and URL, which you can use within your application.
If you are using counterparty category personalization, you can use the app’s counterparty.id
to return a custom category for the mobile app. The custom category will be returned in the personalization
object.
hasGamblingOrRewards
or hasSimulatedGambling
fields, which return true
if the app contains either feature.counterparty.id
, as returned in the enrichment response.mobileAppInfo.ageRating
.