Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #29

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# dbt_twitter version.version

## Documentation
- Updated README:
- Fixed broken links to dbt model documentation.
- Applied minor formatting improvements.

# dbt_twitter v0.8.0

[PR #26](https://github.com/fivetran/dbt_twitter/pull/26) includes the following **BREAKING CHANGE** updates:
Expand Down
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<p align="center">
# Twitter Ads Transformation dbt Package ([Docs](https://fivetran.github.io/dbt_twitter/))

<p align="left">
<a alt="License"
href="https://github.com/fivetran/dbt_twitter/blob/main/LICENSE">
<img src="https://img.shields.io/badge/License-Apache%202.0-blue.svg" /></a>
Expand All @@ -10,7 +12,6 @@
<img src="https://img.shields.io/badge/Contributions-welcome-blueviolet" /></a>
</p>

# Twitter Ads Transformation dbt Package ([Docs](https://fivetran.github.io/dbt_twitter/))
## What does this dbt package do?
- Produces modeled tables that leverage Twitter Ads data from [Fivetran's connector](https://fivetran.com/docs/applications/twitter-ads) in the format described by [this ERD](https://fivetran.com/docs/applications/twitter-ads#schemainformation) and builds off the output of our [Twitter Ads source package](https://github.com/fivetran/dbt_twitter_source).
- Enables you to better understand the performance of your ads across varying grains:
Expand All @@ -25,12 +26,12 @@ The following table provides a detailed list of all tables materialized within t

| **Table** | **Description** |
| ------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------- |
| [twitter_ads__account_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter.twitter_ads__account_report) | Each record in this table represents the daily performance at the account and ad-placement level. |
| [twitter_ads__campaign_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter.twitter_ads__campaign_report) | Each record in this table represents the daily performance of ads at the account, campaign, and ad-placement level. |
| [twitter_ads__line_item_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter.twitter_ads__line_item_report) | Each record in this table represents the daily performance of ads at the campaign, account, line item, and ad-placement level. Line items are essentially ad groups in other platforms. |
| [twitter_ads__keyword_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter.twitter_ads__keyword_report) | Each record in this table represents the daily performance of a keyword at the account, campaign, line item, keyword, and ad-placement level. |
| [twitter_ads__promoted_tweet_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter.twitter_ads__pin_promotion_report) | Each record in this table represents the daily performance of ads at the account, campaign, line item, promoted tweet, and ad-placement level. |
| [twitter_ads__url_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter.twitter_ads__url_report) |Each record in this table represents the daily performance of ads at the account, campaign, line item, promoted tweet, url, and ad-placement level. | |
| [twitter_ads__account_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter_ads.twitter_ads__account_report) | Each record in this table represents the daily performance at the account and ad-placement level. |
| [twitter_ads__campaign_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter_ads.twitter_ads__campaign_report) | Each record in this table represents the daily performance of ads at the account, campaign, and ad-placement level. |
| [twitter_ads__line_item_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter_ads.twitter_ads__line_item_report) | Each record in this table represents the daily performance of ads at the campaign, account, line item, and ad-placement level. Line items are essentially ad groups in other platforms. |
| [twitter_ads__keyword_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter_ads.twitter_ads__keyword_report) | Each record in this table represents the daily performance of a keyword at the account, campaign, line item, keyword, and ad-placement level. |
| [twitter_ads__promoted_tweet_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter_ads.twitter_ads__pin_promotion_report) | Each record in this table represents the daily performance of ads at the account, campaign, line item, promoted tweet, and ad-placement level. |
| [twitter_ads__url_report](https://fivetran.github.io/dbt_twitter/#!/model/model.twitter_ads.twitter_ads__url_report) |Each record in this table represents the daily performance of ads at the account, campaign, line item, promoted tweet, url, and ad-placement level. | |

<!--section-end-->

Expand Down
Loading