REST Resource: mobileApps
Stay organized with collections
Save and categorize content based on your preferences.
Resource: MobileApp
Contains information about a mobile app. Used as a landing page deep link.
JSON representation |
{
"id": string,
"title": string,
"directory": enum (Directory ),
"publisherName": string,
"kind": string
} |
Fields |
id |
string
ID of this mobile app.
|
title |
string
Title of this mobile app.
|
directory |
enum (Directory )
Mobile app directory.
|
publisherName |
string
Publisher name.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#mobileApp"
.
|
Directory
Enums |
UNKNOWN |
|
APPLE_APP_STORE |
|
GOOGLE_PLAY_STORE |
|
ROKU_APP_STORE |
|
AMAZON_FIRETV_APP_STORE |
|
PLAYSTATION_APP_STORE |
|
APPLE_TV_APP_STORE |
|
XBOX_APP_STORE |
|
SAMSUNG_TV_APP_STORE |
|
ANDROID_TV_APP_STORE |
|
GENERIC_CTV_APP_STORE |
|
Methods |
|
Gets one mobile app by ID. |
|
Retrieves list of available mobile apps. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-02 UTC.
[null,null,["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. |"]]