fivetran-data-model-bot
released this
15 Oct 17:51
·
1 commit
to main
since this release
PR #26 includes the following BREAKING CHANGE updates:
Feature Updates: Native Conversion Support
We have added more robust support for conversions in our data models by doing the following:
- Created the
twitter_ads__conversion_fields
andtwitter_ads__conversion_sale_amount_fields
variables to pass through conversion metrics (total number and monetary value, respectively). Conversion metrics are split into these 2 variables due to the N:1 relationship between Twitter conversions and their conversion value fields.- By default,
twitter_ads__conversion_fields
will includeconversion_purchases_metric
andconversion_custom_metric
. - By default,
twitter_ads__conversion_sale_amount_fields
will includeconversion_purchases_sale_amount
andconversion_custom_sale_amount
. - These conversion fields will be included in each end model report. Additionally, they will be summed up into new
total_conversions
andtotal_conversions_sale_amount
columns. - See README for more details on how to configure these variables.
- By default,
Under the Hood
- Ensured the above changes maintain backwards compatibility with existing passthrough column variables.
- Added integrity and consistency validation tests within
integration_tests
for the Twitter Ads transformation models.
Documentation
- Highlighted all metrics included in the package by default. Previously,
url_clicks
andspend_micro
were missing from this README section. - Documented how to configure the new
twitter_ads__conversion_fields
andtwitter_ads__conversion_sale_amount_fields
variables here. - Added Contributors subsection to README.
Contributors
Full Changelog: v0.7.0...v0.8.0