REST Resource: networks.linkedDevices

Resource: LinkedDevice

A test mobile device that is linked to the network. Can be used to preview a creative within a mobile application.

JSON representation
{
  "name": string,
  "displayName": string,
  "owner": string,
  "visibility": enum (LinkedDeviceVisibility)
}
Fields
name

string

Identifier. The resource name of the LinkedDevice. Format: networks/{networkCode}/linkedDevices/{linked_device_id}

displayName

string

Required. The display name of the LinkedDevice.

owner

string

Output only. The user who owns this device linking. Format: networks/{networkCode}/users/{user}

visibility

enum (LinkedDeviceVisibility)

Optional. The visibility of the device.

LinkedDeviceVisibility

Represents the visibility of a LinkedDevice.

Enums
LINKED_DEVICE_VISIBILITY_UNSPECIFIED Default value. This value is unused.
PRIVATE The linked device can only be used by the user who owns the device linking.
PUBLIC The linked device can be used by anyone on the network.

Methods

get

Gets a LinkedDevice.

list

Lists LinkedDevice objects.