Hello,

 If you want the stats for one specific ad, have you tried the
getAdStats() method?

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

You can pass in whatever date range you're interested in.

 There's no single method that will tell you how much budget you have
left for a given campaign. You can get what the current budget is for
a campaign using, for instance, getCampaign()

  
http://code.google.com/intl/en/apis/adwords/docs/developer/CampaignService.html#getCampaign

and then looking at its budget-related properties. You can find out
how much money has already been used for a campaign in a given date
range using the getCampaignStats() method

  
http://code.google.com/intl/en/apis/adwords/docs/developer/CampaignService.html#getCampaignStats

and then do the subtraction yourself to find the remaining budget.

Cheers,
-Jeff Posnick, AdWords API Team


On Feb 6, 1:29 am, PSPL Noida <psplno...@gmail.com> wrote:
> Hello,
>
> Is there any way to get monthly traffic of ad words add? And also how
> we can get spend budget of remaining budget by API? PLease provide me
> link, how we can get programmatically.
--~--~---------~--~----~------------~-------~--~----~
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