Hello John,
There are some limitations on getting stats with the 'get' method. I
recommend to start with reports right away.
See this page for the reference:
https://developers.google.com/adwords/api/docs/appendix/reports#criteria
The fields are called "AdNetworkType1" and "AdNetworkType2".
>
> You can add additional fields to see what the difference is, see this
> document as a reference:
>
>
> https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201209-AdGroupCriterionService
>
I've tried to add all the fields I could find but none seem to
differentiate bet
Thanks for replying. I missed that field, but will give it a play. I plan
on using reports, in the near future, Just testing the principles at the
minute and trying to get the data I need on a small number of test cases. I
also need to rewrite most of my code to use jobs to cut the unit costs :)
Hello john,
You can add additional fields to see what the difference is, see this
document as a reference:
https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201209-AdGroupCriterionService
Please note we recommend to use reports to pull stats instead. With
reporting yo
Hi, using the GetKeywords example from java as a basis, I'm pulling back
stats for all my keywords. However for each keyword listed I get 3 values
pulled back. The sum/avg of these values matches what is displayed in the
UI, but I can't see what differentiates them when pulled through the api. I