How Do Android Subscription Lifecycle Events Work in Firebase Analytics? (SDK vs Play Integration + subscription_convert Behavior) #7595
Unanswered
ibrahimdevs
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I have a question regarding how subscription lifecycle events are handled on Android in Firebase Analytics, especially compared to iOS.
1. Are subscription events on Android sent by the SDK or processed through Google Play integration?
I would like to understand the underlying mechanism:
This distinction is important because it affects whether certain subscription events depend on app opens.
2. How does
subscription_convertwork on Android? Does it require an app open?Let’s assume the event is triggered from the SDK (client-side).
If so, I would expect the following behavior:
Example scenario:
In this case, would Firebase log
subscription_convertonly for the 6 users who open the app?Or does Firebase still receive the conversion data from Google Play and log the event regardless of whether the app is opened?
This behavior seems different from iOS, where events like
app_store_subscription_convertrely on the user opening the app because they are SDK-triggered.Thank you!
Understanding this difference is crucial for planning my Google Ads campaign event strategy, so any clarification would be highly appreciated.
@rlazo @vkryachko @mrober
Beta Was this translation helpful? Give feedback.
All reactions