Hi Bobby,
See
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201003/AddKeywordsPerformanceReportDefinition.java
for a code example that adds a report definition, and
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201003/DownloadRepor
Eric,
Do you have any sample code in Java that uses the v201003 version of
the ReportDefinitionService ?
I've been looking (unsuccesfully) for a way to download all DELETED
ads from a campaign...
Thanks,
Bobby
On Aug 24, 7:39 pm, AdWords API Advisor
wrote:
> Hi Niki,
>
> As DK mentioned, there
Do you plan to support such feature in future versions of the API?
On Aug 24, 9:39 pm, AdWords API Advisor
wrote:
> Hi Niki,
>
> As DK mentioned, there are no aggregation options available in the
> v201003 version of the ReportDefinitionService. What this means is
> that the statistics returned
Hi Niki,
As DK mentioned, there are no aggregation options available in the
v201003 version of the ReportDefinitionService. What this means is
that the statistics returned in the report are aggregated over the
total timespan of the report. If you create a report that uses the
TODAY or YESTERDAY
Niki,
At this time it is not available. I too thought it odd that a feature
present in V1-V13 of the API for daily aggregation as well as
reporting at Campaign|AdGroup and Keyword level to be omitted in
V201003 (V200909 did not include reporting methods).
We have been asked to provide feedback to
Hello,
I'm trying to build an application that is going to fetch performance
data for an account per day. I need performance for campaigns,
adgroups, keywords and ads for selected period on daily basis.
In v13 of API, there is "daily" aggregationType and I think that is
what I need, but the quest