v0.9.0 dbt_linkedin_source
fivetran-data-model-bot
released this
30 Jul 17:38
·
5 commits
to main
since this release
PR #67 includes the following updates:
🚨 Breaking Changes 🚨
Feature Updates: Conversion Support!
We have added more robust support for conversions in our data models by doing the following:
- Created a
linkedin_ads__conversion_fields
variable to pass through additional conversion metrics in thestg_linkedin_ads__ad_analytics_by_campaign
andstg_linkedin_ads__ad_analytics_by_creative
models.- Set variable defaults in the
dbt_project.yml
to bring in the most used conversion fieldsexternal_website_conversions
andone_click_leads
.
- Set variable defaults in the
- Ensured backwards compatibility with existing passthrough column variables in these models by creating macro checks for whether these fields already are brought in by the existing passthrough variables. This ensures there are no duplicate column errors if both the new conversion variable and the old passthrough variable are leveraged in either
stg_linkedin_ads__ad_analytics_by_*
data model. - Brought in the
conversion_value_in_local_currency
field to the above mentionedstg_linkedin_ads__ad_analytics_by_*
models.
The above new field additions are 🚨 breaking changes 🚨 for users who were not already bringing in conversion fields via passthrough columns.
Documentation Update
- Documents the ability to transform metrics provided to the
linkedin_ads__campaign_passthrough_metrics
andlinkedin_ads__creative_passthrough_metrics
variables in the README. - Added new metrics to
src
andstg
yml files.
Under the Hood
- Updated
linkedin_ad_analytics_by_creative_data
seed file with relevant conversion fields for more robust testing.
Contributors
Full Changelog: v0.8.2...v0.9.0