Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter Google Tag Manager

I need to implement Google Tag Manager in my current flutter app. I looked for a package but I only found this https://pub.dev/packages/google_tag_manager which is only for flutter web.

My question: Is there a way to integrate Google Tag Manager in an existing flutter app, which uses Firebase Analytics, without creating a plugin itself?

like image 851
abuder Avatar asked Jul 31 '26 11:07

abuder


1 Answers

The only way i found that was following this: https://developers.google.com/tag-manager/android/v5

Follow the first step and in the second step you can use the flutter firebase analytics plugin to log events normally :)

like image 175
V.Cunha Avatar answered Aug 03 '26 14:08

V.Cunha