Hey!
I'm trying to download a report (ACCOUNT_PERFORMANCE_REPORT) with all the basic stuff like Clicks, Impressions and so on.
This work great and I segment by Date so I get back data with every day being a new row.
My problem is with the Ctr metric. It isn't too useful having the Ctr of both Search Network and Content Network, so I want to segment this as well with AdNetworkType1.
My question is, what is the best way of getting the Ctr for the Search Network segment only, while still getting the other metrics with all networks?
Do I have to ask for two seperate reports? Or is it easier to just combine the metrics in my application?