How do I write campaign parameters in Flutter? I have push notification enabled. So when a user comes to my app from notification I want to write some UTM information to google analytics e.g source, medium, campaign
I am using "usage 3.4.1" plugin for Flutter but I don't see any option/API to write UTM parameters to GA
Need some help on how to accomplish this...
Thanks for your help