save all guest journey check in attributed models
This commit is contained in:
parent
3e5fd5a761
commit
19337a9918
3 changed files with 470 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue