Class: Google::Shopping::Merchant::Reports::V1beta::CompetitiveVisibilityBenchmarkView
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reports::V1beta::CompetitiveVisibilityBenchmarkView
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/reports/v1beta/reports.rb
Overview
Fields available for query in competitive_visibility_benchmark_view
table.
Competitive visibility report with the category benchmark.
Values are only set for fields requested explicitly in the request's search query.
Instance Attribute Summary collapse
-
#category_benchmark_visibility_trend ⇒ ::Float
Change in visibility based on impressions with respect to the start of the selected time range (or first day with non-zero impressions) for a combined set of merchants with highest visibility approximating the market.
-
#date ⇒ ::Google::Type::Date
Date of this row.
-
#report_category_id ⇒ ::Integer
Google product category ID to calculate the report for, represented in Google's product taxonomy.
-
#report_country_code ⇒ ::String
Country where impressions appeared.
-
#traffic_source ⇒ ::Google::Shopping::Merchant::Reports::V1beta::TrafficSource::TrafficSourceEnum
Traffic source of impressions.
-
#your_domain_visibility_trend ⇒ ::Float
Change in visibility based on impressions for your domain with respect to the start of the selected time range (or first day with non-zero impressions).
Instance Attribute Details
#category_benchmark_visibility_trend ⇒ ::Float
Returns Change in visibility based on impressions with respect to the start of the selected time range (or first day with non-zero impressions) for a combined set of merchants with highest visibility approximating the market.
Cannot be filtered on in the 'WHERE' clause.
1170 1171 1172 1173 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1170 class CompetitiveVisibilityBenchmarkView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#date ⇒ ::Google::Type::Date
Returns Date of this row.
Required in the SELECT
clause. A condition on date
is required in the
WHERE
clause.
1170 1171 1172 1173 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1170 class CompetitiveVisibilityBenchmarkView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_category_id ⇒ ::Integer
Returns Google product category ID to calculate the report for, represented in Google's product taxonomy.
Required in the SELECT
clause. A condition on report_category_id
is
required in the WHERE
clause.
1170 1171 1172 1173 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1170 class CompetitiveVisibilityBenchmarkView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_country_code ⇒ ::String
Returns Country where impressions appeared.
Required in the SELECT
clause. A condition on report_country_code
is
required in the WHERE
clause.
1170 1171 1172 1173 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1170 class CompetitiveVisibilityBenchmarkView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#traffic_source ⇒ ::Google::Shopping::Merchant::Reports::V1beta::TrafficSource::TrafficSourceEnum
Returns Traffic source of impressions.
Required in the SELECT
clause.
1170 1171 1172 1173 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1170 class CompetitiveVisibilityBenchmarkView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#your_domain_visibility_trend ⇒ ::Float
Returns Change in visibility based on impressions for your domain with respect to the start of the selected time range (or first day with non-zero impressions).
Cannot be filtered on in the 'WHERE' clause.
1170 1171 1172 1173 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1170 class CompetitiveVisibilityBenchmarkView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |