Velir / dbt-ga4

dbt Package for modeling raw data exported by Google Analytics 4. BigQuery support, only.
MIT License
290 stars 129 forks source link

fct_ga4_sessions has both a 'count_purchase' and 'count_purchases' when using 'purchase' as a conversion #210

Closed ryan-systematik closed 1 year ago

ryan-systematik commented 1 year ago

I'm using the package in a dbt project with "conversion_events: ['purchase']" in dbt_project.yml, as we're told to do in: https://github.com/Velir/dbt-ga4#conversion-events . This causes fct_ga4_sessions to have both a count_purchase and count_purchases column, which is very confusing. If the intent is that 'purchase' is always tracked, then the docs should be updated to specify that you don't need to include 'purchase' as a conversion event.