-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[analytics] ECOMMERCE_PURCHASE is now deprecated #3512
Comments
This is already a PR with a lot more analytics changes #3385. I don't think it can be merged in until we have the ability to publish each package with major versions in place as it's an API change. Could be wrong though. |
I'll update the PR to indicate the methods not used are deprecated. |
Hello 👋, to help manage issues we automatically close stale issues.
|
@russellwheatley Can you please suggest what we have to do as a quick-fix to setUp e-commerce GA events. My current version: |
v5 is no longer supported, it is time to upgrade |
See https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.Event#public-static-final-string-ecommerce_purchase
API needs changing to support
logPurchase
and deprecate the old API.https://firebase.google.com/docs/reference/android/com/google/firebase/analytics/FirebaseAnalytics.Event#PURCHASE
The text was updated successfully, but these errors were encountered: