Hi,I'm starting to do some tests using the Adsense Management API.
I need to get info filtering by a Custom Channel related to an specific Custom Search Ad
So I'm doing something like:
'filter' => 'CUSTOM_CHANNEL_ID=='.$channel['channelId'],
The problem is that this kind of filtering seems only to work for Content Ads, so I can filter by custom channels related to content ads, but when I try to get info for Custom search ads I get no stats. I guess it also happen with Adsense for games custom channels.
Maybe the Api only gives data for Content ads?
Thank you in advance