Hi Jana,
You need to request a field to get it. Try passing Amount as a field in the
selector when retrieving campaign. See
http://code.google.com/apis/adwords/docs/appendix/selectorfields.html for
details.
Cheers,
Anash P. Oommen,
AdWords API Advisor.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
-- Forwarded message --
From: dummy one
Date: Mon, Oct 24, 2011 at 1:35 PM
Subject: Re: how do I set daily budget to a campaign using java api v201101
To: anash.p.oommen+fo...@google.com
Hi Anash ,
Thanks a lot , but there is still problem I can't set it , I want my
Hi,
You can modify
http://code.google.com/p/google-api-adwords-java/source/browse/trunk/examples/v201101/UpdateCampaign.java
to
suit your needs. As for budget amount, 1 unit of fundamental currency =
100 micros, so if your account's basic currency is INR, then you need to
set 2500 as
Hi ,
I am new to adwords . how do I set daily budget to a campaign using
java api v201101 , I can't set it , I want my daily budget as Rs 25/
day .please provide me some code i have used as ,
Budget budget = new Budget();
budget.setPeriod(BudgetBudgetPeriod.DAILY);
budget.setA
Hi ,
I am new to adwords . how do I set daily budget to a campaign using
java api v201101 , I can't set it , I want my daily budget as Rs 25/
day .please provide me some code i have used as ,
Budget budget = new Budget();
budget.setPeriod(BudgetBudgetPeriod.DAILY);
budget.setA