Module: Peddler::Reports::VendorCoupon

Defined in:
lib/peddler/reports/vendor_coupon.rb,
lib/peddler/reports/vendor_coupon/report.rb,
lib/peddler/reports/vendor_coupon/asin_details.rb,
lib/peddler/reports/vendor_coupon/coupon_details.rb,
lib/peddler/reports/vendor_coupon/report_options.rb,
lib/peddler/reports/vendor_coupon/details_by_campaign.rb,
lib/peddler/reports/vendor_coupon/report_specification.rb,
sig/peddler/reports/vendor_coupon.rbs

Overview

This report contains data to help vendors optimize their coupons and adjust their advertising strategies. This report supports start dates up to two years before the current date.

Defined Under Namespace

Classes: ASINDetails, CouponDetails, DetailsByCampaign, Report, ReportOptions, ReportSpecification

Class Method Summary collapse

Class Method Details

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

Parameters:

  • (Hash[String | Symbol, untyped])

Returns:



13
14
15
# File 'lib/peddler/reports/vendor_coupon.rb', line 13

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