Class: Google::Shopping::Merchant::Reports::V1beta::CompetitiveVisibilityBenchmarkView

Inherits:
Object
  • Object
show all
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

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.

Returns:

  • (::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.

    Cannot be filtered on in the 'WHERE' clause.



1104
1105
1106
1107
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1104

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.

Returns:

  • (::Google::Type::Date)

    Date of this row.

    Required in the SELECT clause. A condition on date is required in the WHERE clause.



1104
1105
1106
1107
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1104

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.

Returns:

  • (::Integer)

    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.



1104
1105
1106
1107
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1104

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.

Returns:

  • (::String)

    Country where impressions appeared.

    Required in the SELECT clause. A condition on report_country_code is required in the WHERE clause.



1104
1105
1106
1107
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1104

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.

Returns:



1104
1105
1106
1107
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1104

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.

Returns:

  • (::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).

    Cannot be filtered on in the 'WHERE' clause.



1104
1105
1106
1107
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1104

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