Class: Google::Shopping::Merchant::Reports::V1beta::CompetitiveVisibilityCompetitorView
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Reports::V1beta::CompetitiveVisibilityCompetitorView
- 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_competitor_view table.
Competitive visibility report with businesses with similar visibility.
Values are only set for fields requested explicitly in the request's search query.
Instance Attribute Summary collapse
-
#ads_organic_ratio ⇒ ::Float
Ads / organic ratio shows how often the domain receives impressions from Shopping ads compared to organic traffic.
-
#date ⇒ ::Google::Type::Date
Date of this row.
-
#domain ⇒ ::String
Domain of your competitor or your domain, if 'is_your_domain' is true.
-
#higher_position_rate ⇒ ::Float
Higher position rate shows how often a competitor’s offer got placed in a higher position on the page than your offer.
-
#is_your_domain ⇒ ::Boolean
True if this row contains data for your domain.
-
#page_overlap_rate ⇒ ::Float
Page overlap rate shows how frequently competing retailers’ offers are shown together with your offers on the same page.
-
#rank ⇒ ::Integer
Position of the domain in the similar businesses ranking for the selected keys (
date,report_category_id,report_country_code,traffic_source) based on impressions. -
#relative_visibility ⇒ ::Float
Relative visibility shows how often your competitors’ offers are shown compared to your offers.
-
#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.
Instance Attribute Details
#ads_organic_ratio ⇒ ::Float
1036 1037 1038 1039 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1036 class CompetitiveVisibilityCompetitorView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#date ⇒ ::Google::Type::Date
1036 1037 1038 1039 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1036 class CompetitiveVisibilityCompetitorView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#domain ⇒ ::String
1036 1037 1038 1039 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1036 class CompetitiveVisibilityCompetitorView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#higher_position_rate ⇒ ::Float
1036 1037 1038 1039 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1036 class CompetitiveVisibilityCompetitorView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#is_your_domain ⇒ ::Boolean
1036 1037 1038 1039 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1036 class CompetitiveVisibilityCompetitorView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_overlap_rate ⇒ ::Float
1036 1037 1038 1039 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1036 class CompetitiveVisibilityCompetitorView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rank ⇒ ::Integer
1036 1037 1038 1039 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1036 class CompetitiveVisibilityCompetitorView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#relative_visibility ⇒ ::Float
1036 1037 1038 1039 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1036 class CompetitiveVisibilityCompetitorView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_category_id ⇒ ::Integer
1036 1037 1038 1039 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1036 class CompetitiveVisibilityCompetitorView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#report_country_code ⇒ ::String
1036 1037 1038 1039 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1036 class CompetitiveVisibilityCompetitorView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#traffic_source ⇒ ::Google::Shopping::Merchant::Reports::V1beta::TrafficSource::TrafficSourceEnum
1036 1037 1038 1039 |
# File 'proto_docs/google/shopping/merchant/reports/v1beta/reports.rb', line 1036 class CompetitiveVisibilityCompetitorView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |