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

[New Connector] - Apple and Android App Data #14

Open
JoseAnaya28 opened this issue Jun 3, 2024 · 4 comments
Open

[New Connector] - Apple and Android App Data #14

JoseAnaya28 opened this issue Jun 3, 2024 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@JoseAnaya28
Copy link

@apentori

Request from Comms and Founders to get data from the apple app store and the google play store for downloads over time of the Status App.

I tried using the api key you generated for me but it seems the airbyte connector builder won't be sufficient for this request

@apentori
Copy link
Collaborator

apentori commented Jun 4, 2024

Could you add more context please ?
Like documentation links, limitation of the connector builder for this, ...

@apentori apentori added the enhancement New feature or request label Jun 4, 2024
@JoseAnaya28
Copy link
Author

JoseAnaya28 commented Jun 5, 2024

@apentori, yeah sorry. Created the issue without a lot of information but here's the summary:

  1. For apple connector, the main issue is the authentication. It needs to authenticate using a JWT token and currently the builder does not support it. Other than that, it seems pretty straightforward by requesting a report, read a report and then download the data. Ideally we would be able to get each report subtype.

  2. For google, they don't have an API for the app statistics we need. They only have an API for app metrics for backend and system data, so it's not useful for our case. So we need a different way to get the statistics reports.

@jakubgs
Copy link
Member

jakubgs commented Jul 1, 2024

I believe the work on this is continuing, but I see no updates.

@apentori
Copy link
Collaborator

apentori commented Sep 4, 2024

For iOS store, the report can only be asked by admin : https://developer.apple.com/documentation/appstoreconnectapi/analytics/downloading_analytics_reports#4333771.
If request is made in the config ONGOING, it should generate on periodicly, that an API key made with the role Sales should be abble to access.

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

3 participants