Google Ads Data Manager V1 Client - Class ConsentStatus (0.1.0)

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

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

Value: 0

Not specified.

Generated from protobuf enum CONSENT_STATUS_UNSPECIFIED = 0;

Value: 1

Granted.

Generated from protobuf enum CONSENT_GRANTED = 1;

Value: 2

Denied.

Generated from protobuf enum CONSENT_DENIED = 2;