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

[GLA Analytics] Add Yosemite support for Google Listings & Ads analytics #13203

Closed
rachelmcr opened this issue Jun 28, 2024 · 1 comment · Fixed by #13221
Closed

[GLA Analytics] Add Yosemite support for Google Listings & Ads analytics #13203

rachelmcr opened this issue Jun 28, 2024 · 1 comment · Fixed by #13221
Assignees
Labels
feature: analytics hub In-app store analytics type: task An internally driven task.

Comments

@rachelmcr
Copy link
Contributor

We need to add support in GoogleAdsStore to request a store's campaign analytics from remote.

Considerations:

  • We need to fetch all the campaign data, since the totals only include the data from the campaigns in the current page.
  • If we fetch multiple pages of data, we need to sum the totals from each page to get the actual totals.
  • For now we only need two totals metrics: sales and spend. However, in the next milestone we'll want all the totals, and since we have to fetch all the campaign data (not just the top campaigns for the current metric) we might as well fetch all the metrics by default so we have all the data we need at once. Then we can manipulate it locally for display.
  • We currently don't cache the stats data used in the Analytics Hub.
@rachelmcr rachelmcr self-assigned this Jun 28, 2024
@rachelmcr rachelmcr added type: task An internally driven task. feature: analytics hub In-app store analytics labels Jun 28, 2024
@dangermattic
Copy link
Collaborator

Thanks for reporting! 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: analytics hub In-app store analytics type: task An internally driven task.
Projects
None yet
2 participants