Class: Google::Ads::AdManager::V1::FirstPartyMobileApplicationTargeting
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::FirstPartyMobileApplicationTargeting
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/targeting.rb
Overview
First-party mobile application targeting.
Instance Attribute Summary collapse
-
#excluded_applications ⇒ ::Array<::String>
Optional.
-
#targeted_applications ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#excluded_applications ⇒ ::Array<::String>
Returns Optional. The resource names of the first-party applications that should be excluded.
489 490 491 492 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 489 class FirstPartyMobileApplicationTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#targeted_applications ⇒ ::Array<::String>
Returns Optional. The resource names of the first-party applications that should be targeted.
489 490 491 492 |
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 489 class FirstPartyMobileApplicationTargeting include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |