Hello Mani,

 Could you clarify what type of info you're trying to retrieve?

 Getting the actual budget set for a campaign is straight forward:
retrieve the campaign (using the CampaignService's getCampaign()/
getCampaignList()/getAllAdWordsCampaigns()) and take a look at the
budgetAmount and budgetPeriod fields of the Campaign object you get
back.

 If what you're asking about is determining how much of your budget is
left at any point in time, you should retrieve your starting budget
for a given time period (as described above) and then determine how
much has been spent in your campaign, either via a report or via the
CampaignService's getCampaignStats() method. Note that the data you
retrieve from either method won't be updated real-time. Then you can
just subtract the campaign's cost over a period of time from the
initial budget to find out how much is remaining.

Cheers,
-Jeff Posnick, AdWords API Team


On May 1, 6:46 am, mani <mani.shig...@gmail.com> wrote:
> How to get current budget for campaign on daily basis using Google
> Adwords API?
>
> I have not found any parameter for budget on in Campaign Service.
--~--~---------~--~----~------------~-------~--~----~
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