REST Resource: mobileApps

  • The MobileApp resource contains information about a mobile app and is used as a landing page deep link.

  • A MobileApp resource has fields for ID, title, directory, publisher name, and kind.

  • The directory field specifies the mobile app store.

  • The available methods for MobileApp resources are get (to get one app by ID) and list (to retrieve a list of apps).

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

get

Gets one mobile app by ID.

list

Retrieves list of available mobile apps.
Design a Mobile Site
View Site in Mobile | Classic
Share by: