Class: Google::Ads::AdManager::V1::FirstPartyMobileApplicationTargeting

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

Instance Attribute Details

#excluded_applications::Array<::String>

Returns Optional. The resource names of the first-party applications that should be excluded.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::Array<::String>)

    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