To simplify, assume I've an app that's similar to Reddit and I would like to track the ad revenue for each subreddit.
In such case, what's the appropriate way to track the revenue for each unique subreddit?
I assumed that I could create an ad unit id for each subreddit but I'm not sure if that's appropriate or if it has any limitations (e.g. limit to how many ad unit ids can be generated). Please let me know If I'm misunderstanding how the ad unit ids work because all this is new to me.
e.g. limit to how many ad unit ids can be generated
-> There is no limit on number Ad units that can be used https://support.google.com/admob/answer/7356431
You can have n number of ad unit ids used on single page as long as you follow admob implementation guidelines https://support.google.com/admob/answer/2936217?hl=en&ref_topic=9756841
In such case, what's the appropriate way to track the revenue for each unique subreddit?