I'm implementing Google Analytics v4 in my android app through GTM. Container and code are configured according to instructions found here https://developers.google.com/tag-manager/android/v4/. I'm getting logs which indicate that events are being matched to a rule and fired, but I don't get any data in Google Analytics. Logs look something like this:
04-23 22:01:35.966 V/GoogleTagManager(22149): putHit called
04-23 22:01:35.966 V/GoogleTagManager(22149): Sending hit to store PATH: https: PARAMS: ul=en-gb, ev=value, el=label, t=event, cd=MainActivity, ....
04-23 22:01:36.026 V/GoogleTagManager(22149): putHit called
Please give some advice...