Class: Google::Ads::DataManager::V1::Consent
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::Consent
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/datamanager/v1/consent.rb
Overview
Digital Markets Act (DMA) consent settings for the user.
Instance Attribute Summary collapse
-
#ad_personalization ⇒ ::Google::Ads::DataManager::V1::ConsentStatus
Optional.
-
#ad_user_data ⇒ ::Google::Ads::DataManager::V1::ConsentStatus
Optional.
Instance Attribute Details
#ad_personalization ⇒ ::Google::Ads::DataManager::V1::ConsentStatus
Returns Optional. Represents if the user consents to ad personalization.
33 34 35 36 |
# File 'proto_docs/google/ads/datamanager/v1/consent.rb', line 33 class Consent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#ad_user_data ⇒ ::Google::Ads::DataManager::V1::ConsentStatus
Returns Optional. Represents if the user consents to ad user data.
33 34 35 36 |
# File 'proto_docs/google/ads/datamanager/v1/consent.rb', line 33 class Consent include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |