Module: Peddler::Reports::VendorRealTimeTraffic

Defined in:
lib/peddler/reports/vendor_real_time_traffic.rb,
lib/peddler/reports/vendor_real_time_traffic/report.rb,
lib/peddler/reports/vendor_real_time_traffic/report_data.rb,
lib/peddler/reports/vendor_real_time_traffic/report_specification.rb,
sig/peddler/reports/vendor_real_time_traffic.rbs

Overview

This report shares data on the customer traffic to the detail pages of the vendor's items with an hourly granularity. Requests can span multiple date range periods. For example, if the customer specified dataStartTime and dataEndTime span three hours, the report would contain data for each complete hour within the time span.

Defined Under Namespace

Classes: Report, ReportData, ReportSpecification

Class Method Summary collapse

Class Method Details

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

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



14
15
16
# File 'lib/peddler/reports/vendor_real_time_traffic.rb', line 14

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