-
Notifications
You must be signed in to change notification settings - Fork 7
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
[Feature] Include Campaign and Ad Squad in Ad Report #31
Comments
@fivetran-reneeli @fivetran-joemarkiewicz Sorry to ping you both directly here, but I see that you've done most of the work in this project so far. Do you have any thoughts? |
Hi @JeremyDOwens! Unfortunately we don't have capacity to review your PR in our current sprint, but are looking to pick it up in our upcoming sprint which starts next week. We will be in touch when we start making progress. Thanks for your patience. |
Hi @fivetran-avinash - Any updates? |
Hi @JeremyDOwens ! Thanks for reaching out! I'm taking a look at this now. |
Thanks for your help. After this change, I'll look to update this also: https://github.com/fivetran/dbt_ad_reporting/blob/aa5f3d9b7d2a88f5eff839e8a8c22e85bae72c7c/models/intermediate/int_ad_reporting__ad_report.sql#L93 Should I open a separate issue there? |
Hi @JeremyDOwens ! I just approved your PR and folded it into an existing branch. With regards to the |
Hi @JeremyDOwens ! I set up a new branch with the changes on both Try updating your
|
Hi @JeremyDOwens ! Were you able to test the latest version of the |
Is there an existing feature request for this?
Describe the Feature
Currently, the ad report
snapchat_ads__ad_report
does not include the campaign. This leads to a downstream issue in dbt_ad_reporting where the campaign is mapped to NULL https://github.com/fivetran/dbt_ad_reporting/blob/aa5f3d9b7d2a88f5eff839e8a8c22e85bae72c7c/models/intermediate/int_ad_reporting__ad_report.sql#L99The same goes for ad group (ad squad).
We should include these fields in the ad report.
How would you implement this feature?
In order to implement this feature, I could join relevant other tables to acquire references to the campaign and ad squad. Example query:
Describe alternatives you've considered
It is possible for me to solve my deeper problem by linking the ad_reporting__ad_report back to the raw source tables, however I believe that it's better to tackle the problem at its root and to avoid leapfrog transformations.
Are you interested in contributing this feature?
Anything else?
No response
The text was updated successfully, but these errors were encountered: