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: [Backend] Create an infrastructure for every provider to collect analytics and show it in the dashboard #152

Open
1 task done
nevo-david opened this issue Mar 19, 2024 · 0 comments
Labels

Comments

@nevo-david
Copy link
Contributor

🔖 Feature description

In order to measure better how the launch goes, it's better to collect information about every platform.

🎤 Why is this feature needed ?

✌️ How do you aim to achieve this?

We need to add another function inside of ArticleIntegrationsInterface and ISocialMediaIntegration to collect analytics - of course it's must be optional so we can implement it slowly.

  • We need to create a database table that collects impressions, post engagement, and post clicks (if possible)
  • We need to create a job that runs immediately after adding a provider to collect the previous information.
  • We need to create a job that runs once a day to collect the latest information.

The aim is to do it daily.

🔄️ Additional Information

No response

👀 Have you spent some time to check if this feature request has been raised before?

  • I checked and didn't find similar issue

Are you willing to submit PR?

None

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

No branches or pull requests

1 participant