Skip to content
Open
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
36 changes: 36 additions & 0 deletions .quickstart/quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,39 @@ public_models: [
"linkedin_ads__monthly_campaign_country_report",
"linkedin_ads__monthly_campaign_region_report"
]

supported_vars:
linkedin_ads__use_local_currency:
type: boolean
value: false
description: "Present costs in local currency instead of USD. Please note that conversion values are only available in local currency"
display_name: "Use Local Currency"

linkedin_ads__conversion_fields:
type: list
value:
- "external_website_conversions"
- "one_click_leads"
description: "Metrics from `AD_ANALYTICS_BY_CAMPAIGN`, `AD_ANALYTICS_BY_CREATIVE`, `MONTHLY_AD_ANALYTICS_BY_MEMBER_COUNTRY`, AND `MONTHLY_AD_ANALYTICS_BY_MEMBER_REGION` that will be tracked as conversions"
display_name: "Conversion Metrics"

linkedin_ads__creative_passthrough_metrics:
type: dictionary
description: "Additional `AD_ANALYTICS_BY_CREATIVE` report columns to include in `linkedin_ads__creative_report` and `linkedin_ads__url_report`"
display_name: "Additional Creative Analytics Metrics"

linkedin_ads__campaign_passthrough_metrics:
type: dictionary
description: "Additional `AD_ANALYTICS_BY_CAMPAIGN` report columns to include in `linkedin_ads__campaign_report`, `linkedin_ads__campaign_group_report`, and `linkedin_ads__account_report`"
display_name: "Additional Campaign Analytics Metrics"

linkedin_ads__monthly_ad_analytics_by_member_country_passthrough_metrics:
type: dictionary
description: "Additional `MONTHLY_AD_ANALYTICS_BY_MEMBER_COUNTRY` report columns to include in `linkedin_ads__monthly_country_report`"
display_name: "Additional Country Analytics Metrics"

linkedin_ads__monthly_ad_analytics_by_member_region_passthrough_metrics:
type: dictionary
description: "Additional `MONTHLY_AD_ANALYTICS_BY_MEMBER_REGION` report columns to include in `linkedin_ads__monthly_region_report`"
display_name: "Additional Region Analytics Metrics"

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

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

## Documentation
- Updates README with standardized Fivetran formatting.
- Removes duplicative column yml definitions.

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

# dbt_linkedin v1.1.0

[PR #56](https://github.com/fivetran/dbt_linkedin/pull/56) includes the following updates:
Expand Down
121 changes: 74 additions & 47 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: 'linkedin'
version: '1.1.0'
version: '1.2.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: 'linkedin_integration_tests'
version: '1.1.0'
version: '1.2.0'
profile: 'integration_tests'
config-version: 2

Expand Down
2 changes: 0 additions & 2 deletions models/staging/stg_linkedin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -392,8 +392,6 @@ models:
description: The count of chargeable clicks.
- name: member_region_geo_id
description: ID representing the region of the LinkedIn members who interacted with the campaign.
- name: clicks
description: The count of chargeable clicks.
- name: impressions
description: This is the count of "impressions" for Direct Ads and Sponsored Updates and "sends" for InMails.
- name: conversion_value_in_local_currency
Expand Down