Plan to Actual Code
This page provides detailed instructions on the Plan to Actual Code transform code block and what should be added to the Script Manifest file in order to execute the code
Script Manifest File (YML)
Upstream Transformation Dependencies
This code block is dependent on the following upstream code blocks being implemented:
Initialization
UOS
UMS
Google Analytics
Order Status
Order Channel and Marketing
Transformation Code Requirements
The following code should be added to the main workflow in the appropriate position, after Order and Order Line Revenue and before Customer per the Transform Code Sequence - DRP page
Plan to Actual
Add this code to enable plan to actual analysis by creating the following tables:
[
drp.daily_plan_to_actua
l][
drp.daily_plan_to_actual_marketing
]
Calculate the daily metrics and populate the tables
Last updated