Hello Gideon,

 You have two options: you can either use the getAdStats() API method:

  http://code.google.com/apis/adwords/docs/developer/AdService.html#getAdStats

or you can schedule an Ad Performance Report:

  
http://code.google.com/apis/adwords/docs/developer/adwords_api_report_creative.html

If you have a relatively small number of ads in a single ad group then
using getAdStats() will end up costing fewer API units, and the code
will likely be more straightforward. If you are dealing with hundreds
of ads or ads spread across multiple ad groups (or accounts), then
using the ReportService would make more sense.

Cheers,
-Jeff Posnick, AdWords API Team


On Jun 26, 2:01 pm, "ken.r...@redpointglobal.com"
<ken.r...@redpointglobal.com> wrote:
> Hello
>
> I am using ApiServices.v13.AdService API in order to retrieve info
> about our ADs
>
> I can not get any more data about our ADs beside the following info:
> id,
> adType,
> statusSpecified
> adGroupId,
> displayUrl,
> destinationUrl,
> exemptionRequest,
> status.ToString
> disapproved
>
> How can I please get the following data about the AD
> Click, Impr, Cost, Conv Rate, Etc... ?
>
> Thank you in advance for any advise/help
> Gideon
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to