The Campaign Manager 360 API v3.5 is deprecated and will be sunset on Apr 20, 2023. All users must migrate to a newer API version by that date.

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

Methods

get

Gets one mobile app by ID.

list

Retrieves list of available mobile apps.