Module: Peddler::Reports::MarketplaceASINPageViewMetrics

Defined in:
lib/peddler/reports/marketplace_asin_page_view_metrics.rb,
lib/peddler/reports/marketplace_asin_page_view_metrics/report.rb,
lib/peddler/reports/marketplace_asin_page_view_metrics/report_options.rb,
lib/peddler/reports/marketplace_asin_page_view_metrics/report_specification.rb,
lib/peddler/reports/marketplace_asin_page_view_metrics/marketplace_asin_page_view_metrics.rb,
sig/peddler/reports/marketplace_asin_page_view_metrics.rbs

Overview

Provides information on the ASIN page view (glance view) metrics for the DE, FR, IT, ES, NL, PL, SE, BE (EU-8) and UK marketplaces, with data available up to the last seven days. A page view is a customer view of the product's detail page for a given ASIN. Developers have the option to specify a start and end date to retrieve data within that range. If no dates are specified, the report will provide the data for the latest available day. For marketplaces and product categories where the seller does not have a meaningful presence (40 units sold), the report will not return any data.

Defined Under Namespace

Classes: MarketplaceASINPageViewMetrics, Report, ReportOptions, ReportSpecification

Class Method Summary collapse

Class Method Details

.parse(hash) ⇒ Peddler::Reports::MarketplaceASINPageViewMetrics::Report

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



17
18
19
# File 'lib/peddler/reports/marketplace_asin_page_view_metrics.rb', line 17

def parse(hash)
  Report.parse(hash)
end