Method: mobileApps.list

Retrieves list of available mobile apps.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v3.3/userprofiles/{profileId}/mobileApps

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

Query parameters

Parameters
ids[]

string

Select only apps with these IDs.

searchString

string

Allows searching for objects by name or ID. Wildcards (

*

) are allowed. For example,

"app*2015"

will return objects with names like

"app Jan 2018"

,

"app Jan 2018"

, or simply

"app 2018"

. Most of the searches also add wildcards implicitly at the start and the end of the search string. For example, a search string of

"app"

will match objects with name

"my app"

,

"app 2018"

, or simply

"app"

.

directories[]

enum (Directories)

Select only apps from these directories.

maxResults

integer

Maximum number of results to return.

pageToken

string

Value of the

nextPageToken

from the previous result page.

Request body

The request body must be empty.

Response body

If successful, the response body contains data with the following structure:

Mobile app accountPermissionGroups.list Response

JSON representation
{
  "kind": string,
  "nextPageToken": string,
  "mobileApps": [
    {
      object (MobileApp)
    }
  ]
}
Fields
kind

string

Identifies what kind of resource this is. Value: the fixed string

"dfareporting#mobileAppsListResponse"

.

nextPageToken

string

Pagination token to be used for the next list operation.

mobileApps[]

object (MobileApp)

Mobile apps collection.

Authorization Scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/dfatrafficking

Directories

Enums
UNKNOWN
APPLE_APP_STORE
GOOGLE_PLAY_STORE