firebase / firebase-cpp-sdk

Firebase C++ SDK
http://firebase.google.com
Apache License 2.0
278 stars 114 forks source link

Disable in_app_purchase event #128

Open mrpuzzler opened 6 years ago

mrpuzzler commented 6 years ago

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.

stewartmiles commented 6 years ago

@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?

mrpuzzler commented 6 years ago

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 notifications@github.com 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 .

stewartmiles commented 6 years ago

So you want an API to manually log purchases ?

mrpuzzler commented 6 years ago

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 notifications@github.com 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 .

google-oss-bot commented 4 years ago

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