Class: Google::Ads::AdManager::V1::ContentTargeting

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/targeting.rb

Overview

Content Targeting

Targeted/excluded content entities and bundles.

Instance Attribute Summary collapse

Instance Attribute Details

#excluded_content::Array<::String>

Returns Optional. The resource names of the Content that should be excluded.

Returns:

  • (::Array<::String>)

    Optional. The resource names of the Content that should be excluded.



466
467
468
469
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 466

class ContentTargeting
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#excluded_content_bundles::Array<::String>

Returns Optional. The resource names of the ContentBundles that should be excluded.

Returns:

  • (::Array<::String>)

    Optional. The resource names of the ContentBundles that should be excluded.



466
467
468
469
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 466

class ContentTargeting
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#targeted_content::Array<::String>

Returns Optional. The resource names of the Content that should be targeted/included.

Returns:

  • (::Array<::String>)

    Optional. The resource names of the Content that should be targeted/included.



466
467
468
469
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 466

class ContentTargeting
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#targeted_content_bundles::Array<::String>

Returns Optional. The resource names of the ContentBundles that should be targeted/included.

Returns:

  • (::Array<::String>)

    Optional. The resource names of the ContentBundles that should be targeted/included.



466
467
468
469
# File 'proto_docs/google/ads/admanager/v1/targeting.rb', line 466

class ContentTargeting
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end