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

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 \ RichMediaAdsCompanyGdprStatusEnum

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

RICH_MEDIA_ADS_COMPANY_GDPR_STATUS_UNSPECIFIED

Value: 0

Default value. This value is unused.

Generated from protobuf enum RICH_MEDIA_ADS_COMPANY_GDPR_STATUS_UNSPECIFIED = 0;

COMPLIANCE_UNKNOWN

Value: 1

The 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: 2

The company has been determined as compliant for GDPR.

Generated from protobuf enum COMPLIANT = 2;

COMPLIANT_AND_DEFAULT

Value: 3

The 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: 4

The company has been determined to be compliant through certification process.

Generated from protobuf enum COMPLIANT_LIGHTWEIGHT_VERIFIED = 4;

NOT_COMPLIANT

Value: 5

The company has been determined as non-compliant for GDPR.

Generated from protobuf enum NOT_COMPLIANT = 5;