Hi
When we checked the ad_click event from our andoid apps with Firebase analytics, we found the event count was less than user's. It seems strange. We know "ad_click" is sent by Google Admob sdk. And as document said below, in my understanding event count should be more than users as one user could trigger multiple events.
- Event count: number of times the event was triggered
- Users: number of users who triggered the event
My question is what could cause this? Or something wrong with my understanding?
Thanks