Reference documentation and code samples for the Google Ads Marketing Platform Admin V1alpha Client class LinkVerificationState.
The verification state of the link between a product account and a GMP organization.
Protobuf type google.marketingplatform.admin.v1alpha.LinkVerificationState
Namespace
Google \ Ads \ MarketingPlatform \ Admin \ V1alphaMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
LINK_VERIFICATION_STATE_UNSPECIFIED
Value: 0The link state is unknown.
Generated from protobuf enum LINK_VERIFICATION_STATE_UNSPECIFIED = 0;
LINK_VERIFICATION_STATE_VERIFIED
Value: 1The link is established.
Generated from protobuf enum LINK_VERIFICATION_STATE_VERIFIED = 1;
LINK_VERIFICATION_STATE_NOT_VERIFIED
Value: 2The link is requested, but hasn't been approved by the product account admin.
Generated from protobuf enum LINK_VERIFICATION_STATE_NOT_VERIFIED = 2;