Reference documentation and code samples for the Google Ads Data Manager V1 Client class ConsentStatus.
Represents if the user granted, denied, or hasn't specified consent.
Protobuf type google.ads.datamanager.v1.ConsentStatus
Namespace
Google \ Ads \ DataManager \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CONSENT_STATUS_UNSPECIFIED
Value: 0Not specified.
Generated from protobuf enum CONSENT_STATUS_UNSPECIFIED = 0;
CONSENT_GRANTED
Value: 1Granted.
Generated from protobuf enum CONSENT_GRANTED = 1;
CONSENT_DENIED
Value: 2Denied.
Generated from protobuf enum CONSENT_DENIED = 2;