Skip to content
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
11 changes: 11 additions & 0 deletions .quickstart/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ public_models: [
"reddit_ads__ad_group_report",
"reddit_ads__campaign_country_report"
]

supported_vars:
reddit_ads__conversion_event_types:
type: list
value:
- "lead"
- "purchase"
- "custom"
description: "`event_name` values from `*_CONVERSIONS_REPORT` tables that will be tracked as conversions"
display_name: "Conversion Event Types"

12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# dbt_reddit_ads v1.4.0

[PR #33](https://github.com/fivetran/dbt_reddit_ads/pull/33) includes the following updates:

## Documentation
- Updates README with standardized Fivetran formatting.
Comment thread
fivetran-joemarkiewicz marked this conversation as resolved.
- Removes duplicative column yml definitions.

## Under the Hood
- In the `quickstart.yml` file:
- Adds `supported_vars` for Quickstart UI customization.

# dbt_reddit_ads v1.3.0
[PR#31](https://github.com/fivetran/dbt_reddit_ads/pull/31) includes the following updates:

Expand Down
123 changes: 74 additions & 49 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'reddit_ads'
version: '1.3.0'
version: '1.4.0'
config-version: 2
require-dbt-version: [">=1.3.0", "<3.0.0"]

Expand Down
2 changes: 1 addition & 1 deletion docs/catalog.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/manifest.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integration_tests/dbt_project.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: 'reddit_ads_integration_tests'
version: '1.3.0'
version: '1.4.0'
profile: 'integration_tests'
config-version: 2

Expand Down
4 changes: 1 addition & 3 deletions models/reddit_ads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,6 @@ models:
description: Total monetary value associated with custom-defined conversion events.
- name: custom_items
description: Total number of items involved in custom-defined conversion events.
- name: campaign_id
description: '{{ doc("campaign_id") }}'
- name: currency
description: '{{ doc("currency") }}'
- name: effective_status
Expand All @@ -426,4 +424,4 @@ models:
- name: funding_instrument_id
description: >
The ID of the funding instrument (e.g., credit card or line of credit) used
to pay for the ad campaign.
to pay for the ad campaign.
4 changes: 1 addition & 3 deletions models/staging/stg_reddit_ads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ models:
description: '{{ doc("_fivetran_synced") }}'
- name: clicks
description: '{{ doc("clicks") }}'
- name: date_day
description: '{{ doc("date") }}'
- name: impressions
description: '{{ doc("impressions") }}'
- name: region
Expand Down Expand Up @@ -346,4 +344,4 @@ models:
- name: view_through_conversions
description: '{{ doc("view_through_conversion") }}'
- name: source_relation
description: "{{ doc('source_relation') }}"
description: "{{ doc('source_relation') }}"