[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[[["\u003cp\u003eThe MobileApp resource provides information about a mobile application, acting as a landing page deep link.\u003c/p\u003e\n"],["\u003cp\u003eIt includes details such as the app's ID, title, directory, publisher name, and a fixed kind value.\u003c/p\u003e\n"],["\u003cp\u003eMobile apps can be sourced from various directories, including Apple App Store, Google Play Store, and others, indicated by the \u003ccode\u003edirectory\u003c/code\u003e field.\u003c/p\u003e\n"],["\u003cp\u003eYou can retrieve individual mobile app details using the \u003ccode\u003eget\u003c/code\u003e method or a list of available mobile apps using the \u003ccode\u003elist\u003c/code\u003e method.\u003c/p\u003e\n"]]],[],null,["- [Resource: MobileApp](#MobileApp)\n - [JSON representation](#MobileApp.SCHEMA_REPRESENTATION)\n - [Directory](#MobileApp.Directory)\n- [Methods](#METHODS_SUMMARY)\n\nResource: MobileApp Contains information about a mobile app. Used as a landing page deep link.\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"id\": string, \"title\": string, \"directory\": enum (/doubleclick-advertisers/rest/v4/mobileApps#MobileApp.Directory), \"publisherName\": string, \"kind\": string } ``` |\n\n| Fields ||\n|-----------------|---------------------------------------------------------------------------------------------------------------|\n| `id` | `string` ID of this mobile app. |\n| `title` | `string` Title of this mobile app. |\n| `directory` | `enum (`[Directory](/doubleclick-advertisers/rest/v4/mobileApps#MobileApp.Directory)`)` Mobile app directory. |\n| `publisherName` | `string` Publisher name. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#mobileApp\"` . |\n\nDirectory\n\n| Enums ||\n|---------------------------|---|\n| `UNKNOWN` | |\n| `APPLE_APP_STORE` | |\n| `GOOGLE_PLAY_STORE` | |\n| `ROKU_APP_STORE` | |\n| `AMAZON_FIRETV_APP_STORE` | |\n| `PLAYSTATION_APP_STORE` | |\n| `APPLE_TV_APP_STORE` | |\n| `XBOX_APP_STORE` | |\n| `SAMSUNG_TV_APP_STORE` | |\n| `ANDROID_TV_APP_STORE` | |\n| `GENERIC_CTV_APP_STORE` | |\n\n| Methods ||\n|----------------------------------------------------------|------------------------------------------|\n| [get](/doubleclick-advertisers/rest/v4/mobileApps/get) | Gets one mobile app by ID. |\n| [list](/doubleclick-advertisers/rest/v4/mobileApps/list) | Retrieves list of available mobile apps. |"]]