Module: Google::Ads::DataManager::V1::ConsentStatus
- Defined in:
- proto_docs/google/ads/datamanager/v1/consent.rb
Overview
Represents if the user granted, denied, or hasn't specified consent.
Constant Summary collapse
- CONSENT_STATUS_UNSPECIFIED =
Not specified.
0- CONSENT_GRANTED =
Granted.
1- CONSENT_DENIED =
Denied.
2