A application that has been added to or "claimed" by the network to be used for targeting purposes. These mobile apps can come from various app stores.
JSON representation
{"name":string,"displayName":string}
Fields
name
string
Identifier. The resource name of theApplication. Format:networks/{networkCode}/applications/{application_id}
displayName
string
Optional. The display name of the application. This attribute is required and has a maximum length of 80 characters.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],[],null,["# REST Resource: networks.applications\n\n- [Resource: Application](#Application)\n - [JSON representation](#Application.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: Application\n---------------------\n\nA application that has been added to or \"claimed\" by the network to be used for targeting purposes. These mobile apps can come from various app stores.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string } ``` |\n\n| Fields ||\n|---------------|-------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the `Application`. Format: `networks/{networkCode}/applications/{application_id}` |\n| `displayName` | `string` Optional. The display name of the application. This attribute is required and has a maximum length of 80 characters. |\n\n| Methods ------- ||\n|-------------------------------------------------------------------------------|--------------------------------------------------|\n| ### [get](/ad-manager/api/beta/reference/rest/v1/networks.applications/get) | API to retrieve a `Application` object. |\n| ### [list](/ad-manager/api/beta/reference/rest/v1/networks.applications/list) | API to retrieve a list of `Application` objects. |"]]