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

[Feature] Add geography dimensions to shared data marts #102

Open
2 of 4 tasks
jstingey opened this issue Sep 14, 2023 · 1 comment
Open
2 of 4 tasks

[Feature] Add geography dimensions to shared data marts #102

jstingey opened this issue Sep 14, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@jstingey
Copy link

Is there an existing feature request for this?

  • I have searched the existing issues

Describe the Feature

Most of the ad platforms have the option to include geography data in the reporting API exports. This is often a very useful dimension for marketers.

Columns on the country/state/metro level would be excellent. If those columns were in the campaign report table all the better. If they needed to be their own table then that would be better than nothing. I'm sure some of the ad networks don't provide this info, in which case we should note that it will be null for those platforms.

Describe alternatives you've considered

The practical alternative now would be for marketers to spool up different campaigns for targeted geos and encode that in the utm_campaign string. This is far from ideal because it forces them to maintain parallel campaigns just to be able to differentiate geos.

Are you interested in contributing this feature?

  • Yes.
  • Yes, but I will need assistance and will schedule time during your office hours for guidance.
  • No.

Anything else?

No response

@jstingey jstingey added the enhancement New feature or request label Sep 14, 2023
@elanfivetran
Copy link

elanfivetran commented Oct 9, 2023

Hey @jstingey , thank you for opening up this feature request and your interest in the Ad Reporting package.

I definitely can understand the benefit that including geography dimensions would have for customers who are interested in breaking down their campaign metrics by geography. However, adding an additional grain would have a strong impact and can cause downstream breaking changes for our customers who are currently using any of our source specific ad reporting models currently. There are a number of additional campaign dimensions that can be added to our models but our team decided on the current selection to be the most universal and useful dimensions to break down performance by. Because of this, we don't feel that adding in an additional grain would beneficial to a majority of our customers.

That being said there are a couple of solutions that could help you accomplish your goal:

  • As you mentioned, marketers can spool up different campaigns for targeted geos and encode that in the utm_campaign string.
  • You can create a local copy of our package and add geography dimensions within the source models to group in your downstream output models.

I know this may not be the answer you wanted but hopefully it can help you get closer to your goal!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants