Class: Google::Ads::AdManager::V1::Report::Slice
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Report::Slice
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_service.rb
Overview
Use to specify a slice of data.
For example, in a report, to focus on just data from the US, specify
COUNTRY_NAME
for dimension and value: "United States"
.
Instance Attribute Summary collapse
-
#dimension ⇒ ::Google::Ads::AdManager::V1::Report::Dimension
Required.
-
#value ⇒ ::Google::Ads::AdManager::V1::Report::Value
Required.
Instance Attribute Details
#dimension ⇒ ::Google::Ads::AdManager::V1::Report::Dimension
Returns Required. The dimension to slice on.
208 209 210 211 |
# File 'proto_docs/google/ads/admanager/v1/report_service.rb', line 208 class Slice include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |