Hello,
Basically, I want to get data Ad Id and Cost (Money spent) from Adwords API for the certain date.
I've checked this
page and see that I can get Ad Id only with two type of reports:
AD_CUSTOMIZERS_FEED_ITEM_REPORT
PLACEHOLDER_FEED_ITEM_REPORT
Both of them doesn't really look like what I need.
I've managed to get Ad group ID and Cost, but I want to go one level deeper.
I've exported data which I need directly from Adwords website, but not sure if it's possible to get same data from API.
Any suggestions?