Class: Google::Ads::DataManager::V1::Consent

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#ad_personalization::Google::Ads::DataManager::V1::ConsentStatus

Returns Optional. Represents if the user consents to ad personalization.

Returns:



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.

Returns:



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