save all guest journey check in attributed models

This commit is contained in:
Joaquin 2024-11-02 11:28:22 +01:00
parent 3e5fd5a761
commit 19337a9918
3 changed files with 470 additions and 0 deletions

View file

@ -80,6 +80,12 @@ Please note that strings should be encoded with " ' your_value_here ' ",
{% macro dim_dash() %}
{{ return({"dimension": "'by_dash_source'", "dimension_value": "dash_source"}) }}
{% endmacro %}
{% macro dim_has_payment() %}
{{ return({"dimension": "'by_has_payment'", "dimension_value": "'has_payment'"}) }}
{% endmacro %}
{% macro dim_has_id_check() %}
{{ return({"dimension": "'by_has_id_check'", "dimension_value": "'has_id_check'"}) }}
{% endmacro %}
/*
Macro: get_kpi_dimensions_per_model