dbt_facebook_ads 0.5.0
fivetran-sheringuyen
released this
02 Sep 20:29
·
83 commits
to main
since this release
🚨 Breaking Changes 🚨
The following changes come with PR [https://github.com//pull/21]:
- Renames
facebook_ads__ad_adapter
model tofacebook_ads__url_report
to more accurately reflect what is included in the report; this report now also filters for only records that have a url value forcreative_history.page_link
orcreative_history.template_page_link
. - Renames
facebook_ads__creative_history_prep
model toint_facebook_ads__creative_history
to conform with new styling standards.
🎉 Feature Enhancements 🎉
PR [https://github.com//pull/21] includes the following enhancements:
- Addition of new
facebook_ads__ad_report
that reportsspend
,clicks
andimpressions
at the ad level. README
updates for easier navigation and use of the package.- Migrates
dbt_facebook_ads_creative_history.stg_facebook_ads__url_tag
model directly into this package as a final model namedfacebook_ads__url_tags
. - Added passthrough functionality for
BASIC_AD
pre-built report usingfacebook_ads__basic_ad_metrics
variable.facebook_ads__basic_ad_metrics
example.
vars:
facebook_ads__basic_ad_metrics:
- name: "my_field_to_include" # Required: Name of the field within the source.
alias: "field_alias" # Optional: If you wish to alias the field within the staging model.