REST Resource: networks.applications

Resource: Application

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 the Application. 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.

Methods

get

API to retrieve a Application object.

list

API to retrieve a list of Application objects.