-
Notifications
You must be signed in to change notification settings - Fork 159
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
analytics app? #52
Comments
Hey @pchalasani, no reason you couldn't create an analytics app with this! The django app starts you off with the python api which connects you to the Shopify Admin API. |
Thank you @mllemango. So in theory, through the python API we can get access to the merchant's customer data, do our own special processing, and give them insights displayed on our app? |
For sure :) Just make sure your app asks for the right scopes to access this type of data. |
Great, thanks for the clarification. |
@mllemango are you aware of any sample datasets that typify merchant customer data, so we can test out our idea, or is there a spec of such data? |
There's a few options available to you, I think the easiest is to search in google and github for third-party data sets. There are apps on our app store that can also populate data (I personally haven't used any so I'm not too knowledgeable about that), and finally we have our shopify cli tool. Theres a |
Hello, can this repo be used as a starting point for an analytics app to be deployed in the Shopify app store?
Sorry if I'm co-opting issues for questions :)
The text was updated successfully, but these errors were encountered: