twittergadungan
twittergadungan
I have the same issue. I am using `connectivity_plus: ^2.3.5` using iOS simulator 15.5 after stopping the internet connection and I reconnect again, it will always return `ConnectivityResult.none` in some...
> So `app_instance_id` is a mobile-only concept tied to the idea of an installed app, which web does not have. > > However, my understanding from digging through Measurement Protocol...
@hsubox76 we just used event builder. but unfortunately, we can't find that `gtag ` method so we can't get the `clientID`. maybe because our front end developer is currently using...
@hsubox76 Sorry. I think I made a fatal mistake, I forgot to change `api_secret` and `firebase_app_id` as [URL Parameters](https://developers.google.com/analytics/devguides/collection/protocol/ga4/sending-events?client_type=firebase#required_parameters) . I used the Android `api_secret` and `firebase_app_id` instead of using...
@dwyfrequency hi Sorry for late response. here is what I did: 1. I try to get the client id using gtag on my Vue Web app, the client id was...
@dwyfrequency Unfortunately after 3 days, I still can't see the purchase events on GA4 dashboard.
@goodspeed3 so I just need to rename the `firebase_app_id` to be `measurementId` in the query parameters but the value is still the same?
@dwyfrequency Thank you very much for the response, I really appreciate it. I will try and I will update the result but to be honest I am worried if I...
@dwyfrequency I can see the purchase event data when creating data via gtag, and I can immediately see the data on my Firebase Realtime Analytics , and you are right...
> @twittergadungan happy to see that's working for you. Would having an explicit method in the analytics package like `getClientId()` be helpful to your use case? If so, I'll submit...