Class: Google::Ads::DataManager::V1::ContactIdInfo
- Inherits:
-
Object
- Object
- Google::Ads::DataManager::V1::ContactIdInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/datamanager/v1/user_list.rb
Overview
Additional information when CONTACT_ID is one of the upload_key_types.
Instance Attribute Summary collapse
-
#data_source_type ⇒ ::Google::Ads::DataManager::V1::DataSourceType
Optional.
-
#match_rate_percentage ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#data_source_type ⇒ ::Google::Ads::DataManager::V1::DataSourceType
Returns Optional. Immutable. Source of the upload data.
239 240 241 242 |
# File 'proto_docs/google/ads/datamanager/v1/user_list.rb', line 239 class ContactIdInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#match_rate_percentage ⇒ ::Integer (readonly)
Returns Output only. Match rate for customer match user lists.
239 240 241 242 |
# File 'proto_docs/google/ads/datamanager/v1/user_list.rb', line 239 class ContactIdInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |