A Seller ID can report one Region (Americas, Europe and India, or Far East) and all Marketplaces (such as United States, Germany, France, Spain, etc.) under each Region. The following Regions and Marketplaces are available:
Scoping Reports to a Single Marketplace
A connected Amazon Seller Central account covers its entire Region, not just one marketplace. If your account is authorized for the United States and Canada, for example, your reports pull data from both marketplaces together unless you scope them to one.
Totals like Units Ordered, Ordered Product Sales, and Sessions still add up correctly across marketplaces: more marketplaces just means more real activity in the total.
Rate and ratio metrics work differently. Averaging a percentage or rate across marketplaces with different pricing, traffic, or Buy Box dynamics produces a number that doesn't reflect any single marketplace's actual performance. These fields need to be scoped to one marketplace to read correctly:
- Featured Offer (Buy Box) Percentage (and its B2B variant)
- Order Item Session Percentage
- Unit Session Percentage
- Average Offer Count
- Average Selling Price
- Average Sales per Order Item
- Average Units per Order Item
- Session Percentage, Page Views Percentage, and their Browser, Mobile App, and B2B variants (available on the Sales and Traffic by Child ASIN report)
- Refund Rate and Refund Rate B2B (Sales and Traffic by Child ASIN report)
To scope a report to a single marketplace:
- Data Studio: add the Marketplace dimension to your table and apply a Marketplace filter, or add a Sales Channel filter control.
- Google Sheets and Microsoft Excel: add Marketplace as a dimension in your query and create a Marketplace filter.
If your account covers more than one marketplace, build one report per marketplace (or filter to one marketplace at a time) rather than reading a single blended report, especially for any of the rate or ratio fields above.
In one case, an account's Ordered Product Sales, Units Ordered, and Sessions all matched Amazon's own reporting, while Featured Offer (Buy Box) Percentage read about 24 to 25 percent against Amazon's reported 97 to 99 percent for the same window. That pattern (volume metrics matching while one rate metric doesn't) is consistent with an unscoped, multi-marketplace pull; treat it as a signal to check your Marketplace scoping first. For a deeper walkthrough with worked examples, see
Why Does My Amazon Seller Central Buy Box Percentage Not Match Amazon While Other Metrics Do?Sales and Traffic Reporting by ASIN
Power My Analytics supports two Sales and Traffic by ASIN reporting modes from Amazon Seller Central, each suited to a different use case.
Sales and Traffic by ASIN (live, parent-level)
This report fetches data on demand directly from Amazon's Selling Partner API every time a chart or table is rendered. Amazon limits this report at the seller account level (one request per 15 minutes), so seller accounts with multiple connected marketplaces will frequently see "We were unable to get live data for this component" in Data Studio, Data Builder, Google Sheets, Microsoft Excel, and other PMA destinations. See Error: 'Unable to get live data for this component' in Amazon Seller Sales and Traffic by ASIN Report for more on this rate-limit behavior. This report cannot be dimensioned by date (an Amazon limitation).
Sales and Traffic by Child ASIN (cached counterpart)
For most ASIN-level reporting needs, the Sales and Traffic by Child ASIN report is the recommended choice. PMA pulls daily data from Amazon and stores it in our data warehouse, which means:
- Date dimensioning is supported. You can break out metrics by day across any date range.
- ASINs with traffic but no sales are included. Sessions and pageview activity is captured even on days when no orders ship.
- The Amazon SP-API rate limit does not affect your reports, because each render reads from PMA's cache rather than calling Amazon live.
Available dimensions: Parent ASIN, Title, Marketplace, Inventory SKU, start date, end date.
Available sales metrics: Units Ordered, Units Ordered B2B, Ordered Product Sales, Ordered Product Sales B2B, Units Shipped, Units Shipped B2B, Orders Shipped, Orders Shipped B2B, Shipped Product Sales, Shipped Product Sales B2B, Units Refunded, Units Refunded B2B, Refund Rate, Refund Rate B2B.
Available traffic metrics: Sessions, Sessions B2B, Page Views, Page Views B2B, Browser Sessions, Browser Sessions B2B, Browser Page Views, Browser Page Views B2B, Mobile App Sessions, Mobile App Sessions B2B, Mobile App Page Views, Mobile App Page Views B2B, Featured Offer (Buy Box) Percentage, Featured Offer (Buy Box) Percentage B2B.
Summing metrics across days
Three metrics can be safely summed across daily rows for multi-day reports: Units Ordered, Ordered Product Sales, and Total Order Items. Other sales and traffic metrics behave as point-in-time or aggregate-only values and should not be totaled across rows without verification.
Percentage fields (Session Percentage, Page Views Percentage, and Browser/Mobile App/B2B variants)
Percentage fields can only be calculated correctly at aggregate; they cannot be summed across rows. Where you configure them depends on the destination:
Google Sheets and Microsoft Excel: Percentage fields are precomputed by PMA and selectable directly from the schema. Look for fields like Total Session Browser Percentage, Total Session Mobile App Percentage, and their B2B variants.
Data Studio: Percentage fields are hidden from the data source by default. The PMA Data Studio demo template includes them preconfigured, so most users can simply start from that template. To add a percentage column to a custom report:
- Add the underlying total field (for example, Session Total) to your table.
- Add the same field a second time.
- Edit the second instance.
- Under Comparison calculation, select Percent of total.
- Rename the field to match the Amazon UI label (for example, Session Total Percentage).
The same approach works for Page Views Total, Session Browser, Sessions Mobile App, and their B2B variants.
A note on Data Studio filters: Percentage values computed via the Percent of total comparison calculation are derived from the unfiltered table aggregate; they will not reflect chart-level filters. This mirrors how percentages behave in Amazon's own UI. If you need filter-responsive percentages, rely on the precomputed Google Sheets fields instead.
Date partition support for exports
When a date column is included in the report request, exports to BigQuery, SQL, FTP, and other destinations honor the daily partition. If no date column is requested, the export returns aggregated values across the requested range.