Distribution

Contains information about distribution like number of stores, sales agents, offices etc

In order for the CN to know about how you sell and distribute your
products or services it needs to have a metric for your distribution.
This could for example be the number of physical stores you have or the
number of sales partners etc. An example of such a file can be found in
TableĀ 2.

The Distribution Data CSV file should contain the following column headers:

  • Country (string): A three-letter country code as specified in the ISO 3166 standard, indicating the country in which the sales occurred.
  • Region (string): The region within the country where the sales occurred. The format for the region may vary depending on the specific region being represented, but should adhere to the ISO 3166 standard.
  • Grouping (string): An optional field for grouping the distribution data based on additional criteria, such as sales channels or product categories.
  • Date (date): The first date of the period of the sales transaction, in the format of YYYY-MM-DD (ISO 8601).
  • Product (string): The name or identifier of the product that was sold.
  • Channel (string): The sales channel name used when selling the product.
  • Value (integer): The number of distribution units present during the transaction period.
Country Region Grouping Date Product Channel Value
SWE all all 2018-01-07 Health Agents 90
SWE all all 2018-01-07 Life Agents 90
SWE all all 2018-01-07 Pc Agents 90
SWE all all 2018-01-14 Health Agents 90
SWE all all 2018-01-14 Life Agents 90
SWE all all 2018-01-14 Pc Agents 90