Class: Google::Ads::DataManager::V1::UserIdentifier
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::UserIdentifier
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/datamanager/v1/user_data.rb
Overview
A single identifier for the user.
Instance Attribute Summary collapse
-
#address ⇒ ::Google::Ads::DataManager::V1::AddressInfo
The known components of a user's address.
-
#email_address ⇒ ::String
Hashed email address using SHA-256 hash function after normalization.
-
#phone_number ⇒ ::String
Hashed phone number using SHA-256 hash function after normalization (E164 standard).
Instance Attribute Details
#address ⇒ ::Google::Ads::DataManager::V1::AddressInfo
56 57 58 59 |
# File 'proto_docs/google/ads/datamanager/v1/user_data.rb', line 56 class UserIdentifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email_address ⇒ ::String
56 57 58 59 |
# File 'proto_docs/google/ads/datamanager/v1/user_data.rb', line 56 class UserIdentifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phone_number ⇒ ::String
56 57 58 59 |
# File 'proto_docs/google/ads/datamanager/v1/user_data.rb', line 56 class UserIdentifier include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |