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 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 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,["# REST Resource: mobileApps\n\n- [Resource: MobileApp](#MobileApp)\n - [JSON representation](#MobileApp.SCHEMA_REPRESENTATION)\n - [Directory](#MobileApp.Directory)\n- [Methods](#METHODS_SUMMARY)\n\nResource: MobileApp\n-------------------\n\nContains 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| `publisher``Name` | `string` Publisher name. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#mobileApp\"` . |\n\n### Directory\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. |"]]