Breaking Changes
Snapchat Ads
- The
dbt_snapchat_ads
dependency has been updated to[">=0.8.0", "<0.9.0"]
. These upstream versions introduce breaking changes. For details, refer to the dbt_snapchat_ads v0.8.0 release notes. (PR #133)- Added ad squad and campaign details to the
snapchat_ads__ad_report
model so they can fill snapchat ad fieldsint_ad_reporting__ad_report
model. These details populate the following fields inad_reporting__ad_report
:ad_squad_id
corresponds to thead_group_id
value.ad_squad_name
corresponds to thead_group_name
value.campaign_id
andcampaign_name
have the equivalent values.
- Added ad squad and campaign details to the
Under The Hood
- Updated validation tests in the
integration_tests
folder to check for discrepancies betweenconversions
andconversions_value
. (PR #133)
Documentation
- Added Quickstart model counts to README. (PR #130)
- Corrected references to connectors and connections in the README. (PR #130)
- Updated the DECISIONLOG and README to include details about timezone differences across ad platforms. (PR #131)
Full Changelog: v1.11.0...v1.12.0