Skip to content

Commit

Permalink
update variable name for custom item parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
adamribaudo-velir committed Jul 3, 2024
1 parent ac386bb commit 0ee84d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion macros/stage_custom_parameters.sql
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@

{% macro stage_custom_item_parameters(custom_item_parameters) %}
{% for cip in custom_item_parameters %}
,{{ ga4.unnest_key('i.item_params', cp.name , cp.value_type, cp.rename_to or "default" ) }}
,{{ ga4.unnest_key('i.item_params', cip.name , cip.value_type, cip.rename_to or "default" ) }}
{% endfor %}
{% endmacro %}

0 comments on commit 0ee84d8

Please sign in to comment.