> For the complete documentation index, see [llms.txt](https://help.daasity.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.daasity.com/core-concepts/data-integrations/setup-guides/digital-integrations/amazon-seller-central/transformation-configuration-setup/seller-retail-analytics-reports.md).

# Seller Retail Analytics Reports

## Overview

The Daasity transformation code maps data from the Amazon Seller Central schema into the Unified Traffic Schema (UTS) for traffic data

## Feature Dependencies

You must have enabled our [Code Repository](/technical-docs/transform-code/code-repository.md) feature in order to both access the Daasity transformation code as well as modify a Script Manifest File enabling this code to execute

We recommend you review the [Transformation Configuration](/technical-docs/workflows-and-scheduling/script-manifest-yaml-files.md) section of our Help documentation to familiarize yourself with our workflow engine and script manifest files.

## Script Manifest File (YML)

### Upstream Transformation Dependencies

{% hint style="danger" %}
This code is dependent on the following integration being installed:

* Sales and Traffic Business Report
* Sales and Traffic SKU Report

This code block is dependent on the following upstream code blocks being implemented:

* Initialization
  {% endhint %}

### Transformation Code Requirements

To enable the data transformation from the Amazon Seller Central schema into UOS, the following code must be run in a workflow:

```
  uts_amazon:
    integrations:
      - amazon_selling_partner
    scripts:
     - "github://platform-sql-shared/scripts/base/2650_uts/2653_UTS_BAS_traffic_amazon.sql"
     - "github://platform-sql-shared/scripts/base/2650_uts/2663_UTS_BAS_product_page_amazon.sql"
```

### Unified Traffic Schema

Code to populate the UTS tables with general traffic data and product views data from Amazon

* <https://github.com/Daasity/platform-sql-shared/blob/master/scripts/base/2650_uts/2653_UTS_BAS_traffic_amazon.sql>
* <https://github.com/Daasity/platform-sql-shared/blob/master/scripts/base/2650_uts/2663_UTS_BAS_product_page_amazon.sql>
