[[["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."],[],[],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/v5/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/v5/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/v5/mobileApps/get) | Gets one mobile app by ID. |\n| [list](/doubleclick-advertisers/rest/v5/mobileApps/list) | Retrieves list of available mobile apps. |"]]