Google Ads Ad Manager V1 Client - Class LinkedDeviceVisibility (0.7.0)

Reference documentation and code samples for the Google Ads Ad Manager V1 Client class LinkedDeviceVisibility.

Represents the visibility of a LinkedDevice.

Protobuf type google.ads.admanager.v1.LinkedDeviceVisibilityEnum.LinkedDeviceVisibility

Namespace

Google \ Ads \ AdManager \ V1 \ LinkedDeviceVisibilityEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

LINKED_DEVICE_VISIBILITY_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum LINKED_DEVICE_VISIBILITY_UNSPECIFIED = 0;

PBPRIVATE

Value: 2

The linked device can only be used by the user who owns the device linking.

Generated from protobuf enum PRIVATE = 2;

PBPUBLIC

Value: 3

The linked device can be used by anyone on the network.

Generated from protobuf enum PUBLIC = 3;