New KPI rates for Main KPIs
This commit is contained in:
parent
d5f36c14df
commit
49a10fe249
2 changed files with 77 additions and 3 deletions
|
|
@ -190,6 +190,33 @@
|
|||
},
|
||||
{
|
||||
"order_by": 100,
|
||||
"metric": "Revenue Retained Rate",
|
||||
"value": "revenue_retained_ratio",
|
||||
"previous_year_value": "previous_year_revenue_retained_ratio",
|
||||
"relative_increment": "relative_increment_revenue_retained_ratio",
|
||||
"number_format": "percentage",
|
||||
"increment_sign_format": "positive",
|
||||
},
|
||||
{
|
||||
"order_by": 101,
|
||||
"metric": "Revenue Retained Post-Resolutions Rate",
|
||||
"value": "revenue_retained_post_resolutions_ratio",
|
||||
"previous_year_value": "previous_year_revenue_retained_post_resolutions_ratio",
|
||||
"relative_increment": "relative_increment_revenue_retained_post_resolutions_ratio",
|
||||
"number_format": "percentage",
|
||||
"increment_sign_format": "positive",
|
||||
},
|
||||
{
|
||||
"order_by": 102,
|
||||
"metric": "Host Resolution Payment Rate",
|
||||
"value": "xero_host_resolution_payment_ratio",
|
||||
"previous_year_value": "previous_year_xero_host_resolution_payment_ratio",
|
||||
"relative_increment": "relative_increment_xero_host_resolution_payment_ratio",
|
||||
"number_format": "percentage",
|
||||
"increment_sign_format": "negative",
|
||||
},
|
||||
{
|
||||
"order_by": 110,
|
||||
"metric": "Guest Journey Start Rate",
|
||||
"value": "start_rate_guest_journey",
|
||||
"previous_year_value": "previous_year_start_rate_guest_journey",
|
||||
|
|
@ -198,7 +225,7 @@
|
|||
"increment_sign_format": "positive",
|
||||
},
|
||||
{
|
||||
"order_by": 101,
|
||||
"order_by": 111,
|
||||
"metric": "Guest Journey Completion Rate",
|
||||
"value": "completion_rate_guest_journey",
|
||||
"previous_year_value": "previous_year_completion_rate_guest_journey",
|
||||
|
|
@ -207,7 +234,7 @@
|
|||
"increment_sign_format": "positive",
|
||||
},
|
||||
{
|
||||
"order_by": 102,
|
||||
"order_by": 112,
|
||||
"metric": "Guest Journey Incompletion Rate",
|
||||
"value": "incompletion_rate_guest_journey",
|
||||
"previous_year_value": "previous_year_incompletion_rate_guest_journey",
|
||||
|
|
@ -216,7 +243,7 @@
|
|||
"increment_sign_format": "negative",
|
||||
},
|
||||
{
|
||||
"order_by": 103,
|
||||
"order_by": 113,
|
||||
"metric": "Guest Journey Payment Rate",
|
||||
"value": "payment_rate_guest_journey",
|
||||
"previous_year_value": "previous_year_payment_rate_guest_journey",
|
||||
|
|
@ -530,6 +557,15 @@
|
|||
"number_format": "currency_gbp",
|
||||
"increment_sign_format": "negative",
|
||||
},
|
||||
{
|
||||
"order_by": 271,
|
||||
"metric": "Host Resolutions Amount Paid per Booking",
|
||||
"value": "xero_host_resolution_payment_per_booking_in_gbp",
|
||||
"previous_year_value": "previous_year_xero_host_resolution_payment_per_booking_in_gbp",
|
||||
"relative_increment": "relative_increment_xero_host_resolution_payment_per_booking_in_gbp",
|
||||
"number_format": "currency_gbp",
|
||||
"increment_sign_format": "negative",
|
||||
},
|
||||
] %}
|
||||
with
|
||||
int_mtd_vs_previous_year_metrics as (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue