Feature request: disable auto logging of in_app_purchase.
It's needed a way to stop tracking in_app_purchase automatically collected event on iOS.
If this opportunity is made, it will be very good.
This was the only reason we had to move a lot of our apps to other platform for analytics. Anyone who has access to crashlytics will have access to in-app purchase data. We have many layers of access rights. We don't want everyone to have access to financial data, on the team.
This issue is important and should be addressed.
Tracked internally at b/130422135
Any chance get it soon?
179 days passed, just a reminder
Any update on this?
I needed a team member to have access to crashlytics only and was not supposed to have access to in-app purchase and Admob data. I ended up creating a new role in IAM. It works but control of 'auto logging' would make things a lot easy.
I just found this through Google:
"By default, the SDK collects in-app purchase information on iOS via the public transaction observer methods from Apple. On Android, this is enabled via Google Play In-app Billing. Both iOS and Android in-app purchase tracking can be turned off via the disableAutomatedInAppPurchaseReporting() method."
Found at the bottom of https://support.google.com/firebase/answer/6318039?hl=en
Looks like this is a GADMobileAds method, and not a Firebase method, though.
I needed a team member to have access to crashlytics only and was not supposed to have access to in-app purchase and Admob data. I ended up creating a new role in IAM. It works but control of 'auto logging' would make things a lot easy.
Can you explain how you created the role in IAM?
I quickly wrote down some steps for myself to remember, at that time. I am not sure if they will be work now. I have since moved my app away from Google eco-system. Here are the steps:
Firebase: Create user with Crashlytics access only
- Open project in firebase
- Select Settings->Permissions
- Select Advanced Permissions
- Select “Roles”
- Search “Firebase Quality Admin”
- Select “Create from Role”
- Change title from “Custom Firebase Quality Admin” to “NEW Firebase Quality Admin”
- Remove the permission:
- firebaseanalytics.resources.googleAnalyticsEdit
- firebaseanalytics.resources.googleAnalyticsReadAndAnalyze
- Save
- Goto IAM
- Add user to the new role
any chance this issue could be fixed? thanks!
I just found this through Google:
"By default, the SDK collects in-app purchase information on iOS via the public transaction observer methods from Apple. On Android, this is enabled via Google Play In-app Billing. Both iOS and Android in-app purchase tracking can be turned off via the disableAutomatedInAppPurchaseReporting() method."
Found at the bottom of https://support.google.com/firebase/answer/6318039?hl=en
Looks like this is a GADMobileAds method, and not a Firebase method, though.
Hi, Have you tried it? Did it work?
We haven't GADMobileAds in project, so looks disableAutomatedInAppPurchaseReporting() won't work for Firebase.
Any updates on this? We want to onboard more team members to Firebase, but we don't need all of them to see revenue data.
bump, our analytics data is at risk of being ruined by users who 'hack' IAP's. Our backend filters out invalid attempts by validating the receipt ID"s, but the attempts are logged to Firebase Analytics anyway so now our dashboard has a random day where we made 10,000% more than we usually make.. all thanks to one rouge user. It makes the chart illegible now since everything else (our 'valid' data) by comparison is crushed to near zero..
We'd like to report in_app_purchase manually once we validate the purchase on our backend
Any update on it?
@paulb777 do you have any updates on this feature?
This is not on the roadmap at this time. The use cases described above can be addressed by using features such as data-restriction management or user deletion. Closing this ticket for now, but feel free to provide more details on the underlying use cases not already described.