PR #38 includes the following updates:
Breaking Changes
- The
click_uri_type
field has been added to the below mentioned models. This field allows users to differentiate which click uri type (text_ad
orspotlight
) is being used to populate the results of theclick_uri
field. Please be aware this field only supportstext_ad
orspotlight
click uri types. If you are interested in this package supporting more click uri ad types, please let us know in this Feature Request.stg_linkedin_ads__creative_history
(in thedbt_linkedin_source
package)linkedin_ads__creative_report
linkedin_ads__url_report
Bug Fixes (upstream dbt_linkedin_source change)
- The
click_uri
field has been adjusted to populate the results following a coalesce on thetext_ad_landing_page
,spotlight_landing_page
, orclick_uri
fields. For more details refer to dbt_linkedin_source v0.10.0 release notes.- This change is in response to a LinkedIn Ads API and Fivetran LinkedIn Ads connector update which moved
click_uri
data to either thetext_ad_landing_page
orspotlight_landing_page
fields depending on the creative type.
- This change is in response to a LinkedIn Ads API and Fivetran LinkedIn Ads connector update which moved
Documentation Updates
- The
click_uri
field documentation has been updated to reflect the updated state of the field. - Included a new
DECISIONLOG.md
entry to highlight why it's possible metrics don't add up across different grains.
Under the Hood
- Updates to the
linkedin_creative_history_data
seed file to include the following new fields to ensure accurate data validation tests:text_ad_landing_page
spotlight_landing_page
Full Changelog: v0.9.1...v0.10.0