Is there an existing issue for this?
Describe the issue
I am using the dbt ad_reporting package and while testing I noticed the ad_reporting__url_report has no data for LinkedIn. Looking at the underlying models - the URL value is being pulled and parsed from the creative_history.click_uri value which doesn't appear to exist in our connector.
I reached out to support and they told me that there was an API change:
Your click_uri should now be spotlight_landing_page and text_ad_landing_page in the CREATIVE_HISTORY table based on the LinkedIn API Creative migration.
This would mean the models starting from the source model: https://github.com/fivetran/dbt_linkedin_source/blob/main/models/stg_linkedin_ads__creative_history.sql and all that rely on it would need to be updated to ensure the URL is being passed to the final ad_report model.
Relevant error log or model output
No response
Expected behavior
The dbt package uses the updated fields to support the final URL report.
dbt Project configurations
NA
Package versions
- package: fivetran/ad_reporting
version: 1.7.1
What database are you using dbt with?
snowflake
dbt Version
latest version
Additional Context
No response
Are you willing to open a PR to help address this issue?
Is there an existing issue for this?
Describe the issue
I am using the dbt
ad_reportingpackage and while testing I noticed thead_reporting__url_reporthas no data for LinkedIn. Looking at the underlying models - the URL value is being pulled and parsed from thecreative_history.click_urivalue which doesn't appear to exist in our connector.I reached out to support and they told me that there was an API change:
This would mean the models starting from the source model: https://github.com/fivetran/dbt_linkedin_source/blob/main/models/stg_linkedin_ads__creative_history.sql and all that rely on it would need to be updated to ensure the URL is being passed to the final ad_report model.
Relevant error log or model output
No response
Expected behavior
The dbt package uses the updated fields to support the final URL report.
dbt Project configurations
NA
Package versions
version: 1.7.1
What database are you using dbt with?
snowflake
dbt Version
latest version
Additional Context
No response
Are you willing to open a PR to help address this issue?