Skip to content

Releases: fivetran/dbt_ad_reporting

Snapchat Ads Support

04 May 22:17
Compare
Choose a tag to compare

This version introduces support for our latest Ad platform -- Snapchat Ads!

Bug Fix

24 Mar 23:30
54cfa70
Compare
Choose a tag to compare

Thank you @dschoel-pr for your contribution!

Bug Fix:

  • The grain of the source data of the stg_facebook_ads, facebook_ads__ad_adapter, produces records at the ad_id level, but the stg_facebook needs it at the ad_set_id level. To avoid duplicates, the result set in the stg_facebook_ads table is now aggregated to the ad_set_id

Initial Release

02 Mar 21:55
307ffbe
Compare
Choose a tag to compare

This is the initial release of this package.

This dbt package aggregates and models data from multiple Fivetran advertising connectors. The package standardizes the schemas from the various ad connectors and creates a single reporting model for all activity. Activity is reported on a daily level, allowing you to analyze your ad spend, click and impressions by campaigns, ad groups and UTM parameters.

Currently the package supports Redshift, BigQuery and Snowflake.