fivetran-data-model-bot
released this
30 Jul 17:37
·
4 commits
to main
since this release
PR #59 includes the following updates:
Feature Updates: Conversion Support!
- We have added the following source fields to each
stg_google_ads__<entity>_stats
model:conversions
: The number of conversions you've received, across your conversion actions. Conversions are measured with conversion tracking and may include modeled conversions in cases where you are not able to observe all conversions that took place. You can use this column to see how often your ads led customers to actions that you’ve defined as valuable for your business.conversions_value
: The sum of monetary values for yourconversions
. You have to enter a value in the Google Ads UI for your conversion actions to make this metric useful.view_through_conversions
: For video campaigns, view-through conversions tell you when an impression of your video ad leads to a conversion on your site. The last impression of a video ad will get credit for the view-through conversion. An impression is different than a “view” of a video ad. A “view” is counted when someone watches 30 seconds (or the whole ad if it’s shorter than 30 seconds) or clicks on a part of the ad. A “view” that leads to a conversion is counted in theconversions
column.
- In the event that you were already passing the above fields in via our passthrough columns, the package will dynamically avoid "duplicate column" errors.
The above new field additions are 🚨 breaking changes 🚨 for users who were not already bringing in conversion fields via passthrough columns.
Under the Hood
- Updated the package maintainer PR template.
- Created
google_ads_fill_pass_through_columns
andgoogle_ads_add_pass_through_columns
macros to ensure that the new conversion fields are backwards compatible with users who have already included them via passthrough fields.
Contributors
Full Changelog: v0.10.1...v0.11.0