CompetitiveVisibilityTopMerchantView class
Fields available for query in competitive_visibility_top_merchant_view
table.
Competitive visibility report with business with highest visibility. Values are only set for fields requested explicitly in the request's search query.
Constructors
- CompetitiveVisibilityTopMerchantView.new({double? adsOrganicRatio, Date? date, String? domain, double? higherPositionRate, bool? isYourDomain, double? pageOverlapRate, String? rank, String? reportCategoryId, String? reportCountryCode, String? trafficSource})
- CompetitiveVisibilityTopMerchantView.fromJson(Map json_)
Properties
- adsOrganicRatio ↔ double?
-
Ads / organic ratio
shows how often the domain receives impressions from Shopping ads compared
to organic traffic.
getter/setter pair
- date ↔ Date?
-
Date of this row.
getter/setter pair
- domain ↔ String?
-
Domain of your competitor or your domain, if 'is_your_domain' is true.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- higherPositionRate ↔ double?
-
Higher position rate
shows how often a competitor’s offer got placed in a higher position on
the page than your offer.
getter/setter pair
- isYourDomain ↔ bool?
-
True if this row contains data for your domain.
getter/setter pair
- pageOverlapRate ↔ double?
-
Page overlap rate
shows how frequently competing retailers’ offers are shown together with
your offers on the same page.
getter/setter pair
- rank ↔ String?
-
Position of the domain in the top merchants ranking for the selected keys
(
date
,report_category_id
,report_country_code
,traffic_source
) based on impressions.getter/setter pair - reportCategoryId ↔ String?
-
Google product category ID to calculate the report for, represented in
Google's product taxonomy.
getter/setter pair
- reportCountryCode ↔ String?
-
Country where impressions appeared.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trafficSource ↔ String?
-
Traffic source of impressions.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited