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 \ LinkedDeviceVisibilityEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LINKED_DEVICE_VISIBILITY_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum LINKED_DEVICE_VISIBILITY_UNSPECIFIED = 0;
PBPRIVATE
Value: 2The linked device can only be used by the user who owns the device linking.
Generated from protobuf enum PRIVATE = 2;
PBPUBLIC
Value: 3The linked device can be used by anyone on the network.
Generated from protobuf enum PUBLIC = 3;