Advertising Product Metrics now aggregate correctly across SKUs
Fixed multi-SKU/ASIN aggregation in Advertising Product Metrics and added a new asin+sku level dataset.
In the Amazon Advertising product_metrics table, there was an issue for accounts that have multiple sku for the same ASIN. The aggregated table in the data sharing randomly skipped one of those SKUs instead of aggregating all the data at ASIN level.
What has been done:
- The
skucolumn on theproduct_metrics_sourcetable has been added. - The
advertising_product_metricsdataset now produces correct aggregations at the ASIN level, summing all metrics. - A new dataset
advertising_product_sku_metricsis now available, displaying product metrics aggregated at theasin+skulevel.
Why we discovered this now: we are now relying on product_metrics_source to provide correct campaign-level metrics (aligned with the Amazon Ads Console). Checking for improvements revealed that some accounts still had incorrect figures, which led to the investigation and the issue discovery.