Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

Facebook Marketing: expand time_increment config, add date_preset config #14391

Open
darian-heede opened this issue Jul 4, 2022 · 13 comments
Open

Comments

@darian-heede
Copy link
Contributor

Tell us about the problem you're trying to solve

When fetching reach data, we oftentimes want monthly aggregations (calendar month) or even lifetime aggregations over campaigns or ads for example. With the current implementation of time_increment this is not possible. The insights API does allow for such specifications though, using the date_preset and time_increment parameters.

  • To fetch lifetime data we would set date_preset = maximum and time_increment = all_days
  • To fetch monthly data we would set date_preset = maximum and time_increment = monthly

The time_increment configuration currently only allows for values [1,89] in days and defaults to 1.

Describe the solution you’d like

Add options all_days and monthly to time_increment and allow for the configuration of date_preset.

Describe the alternative you’ve considered or used

Using another source for Facebook reach data.

Are you willing to submit a PR?

No.

@darian-heede darian-heede added needs-triage type/enhancement New feature or request labels Jul 4, 2022
@darian-heede darian-heede changed the title Facebook Marketing: expand time_increment config, add date_preset configuration Facebook Marketing: expand time_increment config, add date_preset config Jul 4, 2022
@alafanechere
Copy link
Contributor

Thank you for the suggestion @darian-heede . I triaged the issue to make sure it eventually reaches our team backlog.

@misteryeo
Copy link
Contributor

@darian-heede
Copy link
Contributor Author

Hey @alafanechere, do you have an update when this feature will be available?

@misteryeo
Copy link
Contributor

Hi @darian-heede - we haven't made any plans to implement this feature so far so no updates here. We will continue to monitor upvotes for this feature but you're also welcome to make a PR to implement this!

@sh4sh
Copy link
Contributor

sh4sh commented Feb 21, 2023

@YowanR same here, it looks like @scottleechua needs to leave a comment here before we can assign

@scottleechua
Copy link
Contributor

Adding a comment!

@YowanR
Copy link
Contributor

YowanR commented Feb 22, 2023

Great, this was finally assigned to you @scottleechua ! :D

@scottleechua
Copy link
Contributor

Hi, this is on my radar! Just currently blocked on this as Meta temporarily disabled sandbox ad accounts about two weeks ago. Am staying on top of this.

@YowanR
Copy link
Contributor

YowanR commented Mar 22, 2023

Any updates here, @scottleechua ?

@scottleechua
Copy link
Contributor

@YowanR still blocked on this without access to a sandbox ad account. 😢

@octavia-squidington-iii
Copy link
Collaborator

At Airbyte, we seek to be clear about the project priorities and roadmap. This issue has not had any activity for 180 days, suggesting that it's not as critical as others. It's possible it has already been fixed. It is being marked as stale and will be closed in 20 days if there is no activity. To keep it open, please comment to let us know why it is important to you and if it is still reproducible on recent versions of Airbyte.

@andrii-porokhnavets
Copy link

I am interested in this feature, especially for the monthly option. I am also ready to contribute. @octavia-squidington-iii could you please highlight places that should be updated to support monthly time increment option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Unclaimed
Development

No branches or pull requests