fivetran-data-model-bot
released this
13 Nov 20:28
·
1 commit
to main
since this release
PR #36 includes the following updates:
Breaking Changes
- Incorporates the
basic_ad_actions
andbasic_ad_action_values
pre-built reports in order to grab conversion data. They are both child tables of the already-requiredbasic_ad
report, broken down byaction_type
.- Addition of the new
stg_facebook_ads__basic_ad_actions
andstg_facebook_ads__basic_ad_action_values
(and their_tmp
counterparts) staging models. Given that this is a schema change for the package, this is a breaking change.
- Addition of the new
Feature Updates: Conversion Metrics
- With the inclusion of the
basic_ad_actions
andbasic_ad_action_values
source tables, we have added thefacebook_ads__basic_ad_actions_passthrough_metrics
andfacebook_ads__basic_ad_action_values_passthrough_metrics
variables to pass through additional conversion value metrics to downstream models. - Adds the
optimization_goal
field tostg_facebook_ads__ad_set_history
model. This is defined as the optimization goal this ad set is using, possible values of which are defined here. - Adds the
conversion_domain
field tostg_facebook_ads__ad_history
model. This is defined as the domain you've configured the ad to convert to.
Documentation
- Documents the ability to transform metrics provided to the new
facebook_ads__basic_ad_passthrough_metrics
andfacebook_ads__basic_ad_action_values_passthrough_metrics
variables. See README for details.
Under the Hood
- Creates
facebook_ads_fill_pass_through_columns
macro to make passthrough column logic in the new staging models DRYer.
Contributors
Full Changelog: v0.7.4...v0.8.0