AI-generated Key Takeaways
-
Retrieves details for a specific mobile carrier using its ID.
-
Requires authorization with the
dfatrafficking
scope. -
Uses a
GET
request to a specific endpoint with profile and carrier IDs as path parameters. -
The request body should be empty, and a successful response returns a
MobileCarrier
object.
Gets one mobile carrier by ID.
HTTP request
GET https://dfareporting.googleapis.com/dfareporting/v4/userprofiles/{profileId}/mobileCarriers/{id}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
profileId |
User profile ID associated with this request. |
id |
Mobile carrier ID. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of MobileCarrier
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/dfatrafficking