Hello
I have a report that uses
AD_EXCHANGE_MOBILE_APP_NAME, and AD_EXCHANGE_MOBILE_DEVICE_NAME dimensions with the following columns:
AD_EXCHANGE_ESTIMATED_REVENUE
AD_EXCHANGE_CLICKS
AD_EXCHANGE_IMPRESSIONS
AD_EXCHANGE_AD_REQUESTS
But looks like MOBILE_APP_RESOLVED_ID would give me more useful results (package name on android and ID on iOS). However, it looks like this dimension cannot be used with the above columns.
After some digging, I considered replacing the columns with
AD_SERVER_ALL_REVENUE,
AD_SERVER_CLICKS,
AD_SERVER_IMPRESSIONS
which would work with MOBILE_APP_RESOLVED_ID. But while this works in some cases, in others the former report works, but the latter yields no data.
Any clues? Perhaps I am missing the documentation that better explains this.
Thanks