Reference documentation and code samples for the Google Ads Ad Manager V1 Client class RichMediaAdsCompanyGdprStatus.
The status of a RichMediaAdsCompany for use in a GdprProtection.
Protobuf type google.ads.admanager.v1.RichMediaAdsCompanyGdprStatusEnum.RichMediaAdsCompanyGdprStatus
Namespace
Google \ Ads \ AdManager \ V1 \ RichMediaAdsCompanyGdprStatusEnumMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
RICH_MEDIA_ADS_COMPANY_GDPR_STATUS_UNSPECIFIED
Value: 0Default value. This value is unused.
Generated from protobuf enum RICH_MEDIA_ADS_COMPANY_GDPR_STATUS_UNSPECIFIED = 0;
COMPLIANCE_UNKNOWN
Value: 1The company has not been contacted or responded about GDPR compliance, or otherwise the GDPR compliance is undetermined.
Generated from protobuf enum COMPLIANCE_UNKNOWN = 1;
COMPLIANT
Value: 2The company has been determined as compliant for GDPR.
Generated from protobuf enum COMPLIANT = 2;
COMPLIANT_AND_DEFAULT
Value: 3The company has been determined as compliant, and is part of the default set of companies eligible as a vendor.
Generated from protobuf enum COMPLIANT_AND_DEFAULT = 3;
COMPLIANT_LIGHTWEIGHT_VERIFIED
Value: 4The company has been determined to be compliant through certification process.
Generated from protobuf enum COMPLIANT_LIGHTWEIGHT_VERIFIED = 4;
NOT_COMPLIANT
Value: 5The company has been determined as non-compliant for GDPR.
Generated from protobuf enum NOT_COMPLIANT = 5;