Hello,
I'm involved in developing application which generates
monthly reports with AdWords Reporting API. One of primary parts of that
report is a chart which presents values of particular metrics for each
day over month period.
Here is sample picture below for Search Network:
![]()
I'm
using Account Performance Report with segmentation set over Date and
AdNetworkType fields to obtain accumulated metric values for each day
and each network type.
Our goal we'd like to achieve, is to create similar chart which will consider only Shopping Campaigns.
Unfortunately
Account Performance Report doesn't contain field which we could use to
distinguish Shopping Campaigns from network which they belong to.
In
Campaign Performance Report we have AdvertisingChannelType field which
can be used to filter out only relevant campaigns, but this report
doesn't allow to get accumulated (over all campaigns) metrics per each
day.
Of course that report has accumulated values in the last row,
but downloading 30-31 Campaign Performance Reports just to extract
totals for each day doesn't sounds like reliable solution...
Is there any other way to extract easily metrics for all Shopping Campaigns?
Thanks In Advance,
Lukasz