Class: Google::Ads::AdManager::V1::ContentTargeting
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::ContentTargeting
- 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
-
#excluded_content ⇒ ::Array<::String>
Optional.
-
#excluded_content_bundles ⇒ ::Array<::String>
Optional.
-
#targeted_content ⇒ ::Array<::String>
Optional.
-
#targeted_content_bundles ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#excluded_content ⇒ ::Array<::String>
Returns 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.
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.
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.
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 |