I'm not sure I understand what you are trying to do exactly.

If you download an AdPerformanceReport you can get Date and 
AccountDescriptiveName fields. You also get AdGroupId which can then be 
used to select an AdGroup object from the AdGroupService.

You could also be looking for the AdGroupPerformanceReport which has all of 
those fields available, but at the AdGroup level instead of the Ad level.

Or you could be looking for the AdGroupAdService which gets you access to 
an AdGroupAd object.

The Date field does not actually belong to any of these levels, it is a way 
to segment performance data for a specific aggregation of 
Ads/AdGroups/Campaigns. The AccountDescriptiveName also does not belong to 
an AdGroup or AdGroupAd object, it exists only at the Account level and is 
included in reports as a convenience, but is excluded from the individual 
services because it does not have anything to do with an AdGroup or 
AdGroupAd directly.

I hope this helps, if you could provide some more context about what you 
are trying to accomplish we may be able to help you better.

Jason

On Thursday, September 26, 2013 6:09:50 PM UTC-4, vladim...@builddirect.com 
wrote:
>
> Hi,
>
> I use AdGroupService  for Ad Performance Report.
>
> I added some fields("Clicks", "Impressions", "Ctr")  to Selector.fields 
> and I got  a list of AdGroup objects as result. 
>
> But AdGroup object does not encapsulate fields like 
> "AccountDescriptiveName" and "Date" and I cannot read these values.
>
> Full list of  feields for Ad Performance Report.:
>
> https://developers.google.com/adwords/api/docs/appendix/reports?csw=1#ad.. 
>
> AdGroupService Response: 
> https://developers.google.com/adwords/api/docs/appendix/selectorfields#v201306-AdGroupService
>
>  Is there any other way to read these fields ?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to