how to get analytics data through api in adminsection

M making an app where I need user’s shopify analytics data in my admin section to process. Is there anyway to get?

I need this data to generate a report for user .

You can access Shopify Analytics data within your app’s admin section using the Shopify Admin API. This API allows you to retrieve order data, product information, customer details, and sales reports. Authenticate your app using OAuth 2.0 and be mindful of API rate limits.