Class: Google::Ads::AdManager::V1::Report::Flag
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Report::Flag
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
A flag for a report. Flags are used show if certain thresholds are met. Result rows that match the filter will have the corresponding [MetricValueGroup.flagValues][MetricValueGroup] index set to true. For more information about flags see: https://support.google.com/admanager/answer/15079975
Instance Attribute Summary collapse
-
#filters ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Filter>
Required.
-
#name ⇒ ::String
Optional.
Instance Attribute Details
#filters ⇒ ::Array<::Google::Ads::AdManager::V1::Report::Filter>
Returns Required. Filters to apply for the flag.
335 336 337 338 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 335 class Flag include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Optional. Name of the flag. The flag names RED, YELLOW, GREEN, BLUE, PURPLE, and GREY correspond to the colored flags that appear in the UI. The UI will not display flags with other names, but they are available for use by API clients.
335 336 337 338 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 335 class Flag include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |