firebase-cpp-sdk icon indicating copy to clipboard operation
firebase-cpp-sdk copied to clipboard

Disable in_app_purchase event

Open mrpuzzler opened this issue 7 years ago • 5 comments

Feature request: disable auto logging of in_app_purchase. Now it logs prices with taxes. It breaks analytics and iTunes/Google has different in reports.

mrpuzzler avatar Jun 20 '18 14:06 mrpuzzler

@mrpuzzler what do you mean that it breaks analytics? Could you provide more details about what exactly you're after and why the current situation doesn't work?

stewartmiles avatar Oct 11 '18 16:10 stewartmiles

Now Firebase auto-logs in-app purchases. BUT some countries include 10-30% VAT into price. This breaks ARPU and other numbers from Firebase. I do manual log with predefined fixed prices ...

On Thu, Oct 11, 2018 at 7:50 PM Stewart Miles [email protected] wrote:

@mrpuzzler https://github.com/mrpuzzler what do you mean that it breaks analytics? Could you provide more details about what exactly you're after and why the current situation doesn't work?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/firebase/quickstart-cpp/issues/27#issuecomment-429031860, or mute the thread https://github.com/notifications/unsubscribe-auth/AFf6Yas4Fabi8rLzHuF0DZUxSzzchyP6ks5uj3bKgaJpZM4Uva1a .

mrpuzzler avatar Oct 11 '18 17:10 mrpuzzler

So you want an API to manually log purchases ?

stewartmiles avatar Oct 11 '18 17:10 stewartmiles

I already do it (custom event + marked as conversion). But it will be great to have option to disable auto-log and log it with manual price.

On Thu, Oct 11, 2018 at 8:41 PM Stewart Miles [email protected] wrote:

So you want an API to manually log purchases ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/firebase/quickstart-cpp/issues/27#issuecomment-429050815, or mute the thread https://github.com/notifications/unsubscribe-auth/AFf6YaIW_HkEuBeQjqcbfsDdnvadNmncks5uj4LggaJpZM4Uva1a .

mrpuzzler avatar Oct 11 '18 17:10 mrpuzzler

This issue does not seem to follow the issue template. Make sure you provide all the required information.

google-oss-bot avatar Sep 02 '20 23:09 google-oss-bot