Skip to content

v1.3.0 dbt_ad_reporting

Compare
Choose a tag to compare
@fivetran-reneeli fivetran-reneeli released this 20 Mar 21:44
· 137 commits to main since this release

🎉 Introducing Reddit Ads Compatibility 🎉

(PR #83) includes the following feature additions:

  • We have added Reddit Ads as another platform to our Ad Reporting package.
  • Your Reddit Ads data can now be rolled into the below models:
    • ad_reporting__account_report
    • ad_reporting__campaign_report
    • ad_reporting__ad_group_report
    • ad_reporting__ad_report
    • ad_reporting__url_report

Note: If you are NOT using Reddit Ads, add the below variable to your dbt_project.yml to disable the Reddit Ads models.

vars:
  ad_reporting__reddit_ads_enabled: False ## True by default

🌊 Changes 🌊

Full Changelog: v1.2.1...v1.3.0