Unified Subscription Schema (USS)

This page provides a detailed description of the Unified Subscription Schema (USS) within the Daasity Data Model and defines each table and column in this schema

Overview

The purpose of the Unified Subscription Schema is to normalize and load data from various subscription platforms into a single set of tables. From USS, other scripts will push that data down into other tables that can be used for analyzing your subscription business.

Unified Subscription Schema Tables

Order Line Items

Purpose: Normalizes order-line-level data from multiple subscription platforms into a single table

Table Name: uss.order_line_items

Related transform code:

Orders

Purpose: Normalizes order metadata from multiple subscription platforms into a single table

Table Name: uss.orders

Related transform code:

Subscription Lines

Purpose: Normalizes subscription-line-level data from multiple subscription platforms into a single table

Table Name: uss.subscription_lines

Related transform code:

Subscriptions

Purpose: Normalizes subscription metadata from multiple subscription platforms into a single table

Table Name: uss.subscriptions

Related transform code:

Last updated