Method: mobileApps.get

  • This document outlines how to get one mobile app by ID using an HTTP GET request.

  • The request URL includes path parameters for the user profileId and the mobile app id.

  • The request body must be empty, and the response body contains an instance of MobileApp if the request is successful.

  • The API call requires the https://www.googleapis.com/auth/dfatrafficking OAuth scope for authorization.

Gets one mobile app by ID.

HTTP request

GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/mobileApps/{id}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
profileId

string (int64 format)

User profile ID associated with this request.

id

string

Mobile app ID.

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of MobileApp.

Authorization scopes

Requires the following OAuth scope:

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