Hi,

If you are using the official AdWords API client libraries you can
enable logging of the SOAP XML messages.  Have you tried different
date ranges for the criterion stats, perhaps using newer dates?  Have
you tried getting stats on different criteria?

Best,
- Eric

On Feb 11, 10:04 pm, d3onlinemarketing <[email protected]>
wrote:
> Hello,
>
>  Doing the following on the on the campaign level works perfectly
>
>          CampaignSelector selector = new CampaignSelector();
>
>         StatsSelector statsSelector = new StatsSelector();
>
>         DateRange dateRange = new DateRange();
>         dateRange.setMin("20090121");
>         dateRange.setMax("20090121");
>         statsSelector.setDateRange(dateRange);
>
>         selector.setStatsSelector(statsSelector);
>
> com.google.api.adwords.v200909.cm.Stats object is filled out;
>
>  so something i am doing wrong on the AdGroupCriterionPage

-- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/adwords-api?hl=en.

Reply via email to