[ad_1]
I need a solution to get product revenue data for one of my games published on the Google Play Store in the app. To clarify, let’s say I have three in-app products with the following product IDs
game.coins game.noads game.lifes
From the Google Play Console, I can see the revenue for each product and also the total revenue. I found an API called Google Analytics Data API which supports a dimension called eventName but which has a single value in-app purchase.
So, I found the Google Analytics v4 reporting API which has dimensions and metrics like ga: productSku and ga: itemRevenue which I believe should work.
However, I have two concerns,
The viewId field is required but I couldn’t find the one that is for my game. Since this is a Google Analytics API, is this the same revenue I saw in the Google Play Console?
I appreciate any help on these.
|
Sources 2/ https://stackoverflow.com/questions/70412067/is-there-an-api-to-retrieve-in-app-products-revenue-from-google-play-store The mention sources can contact us to remove/changing this article |
[ad_2]