OAuth 2.0 confusion while I upgrade from ClientLogin to OAuth mechanism

2013-10-03 Thread Sanju A
Hi Team, We are having a web server application which works online and also offline. Online : where we can do any change to campaigns(eg: changing the status or changing budget) Offline: with some Cron Trigger we dump the statistics of account/campaign offline every day through scheduler. So here

ContentCpc returnd as null when adding new Keyword or placement

2013-05-09 Thread Sanju A
Hi, When am adding any new placement (without setting any bids) and done mutate and it was successful but in returned object I got default cpcBid but ContentBid is shown null. But in google UI the maxCpc for placement is shown as adgroup level default contentBid but through API it is returning nul

BiddingErrors.INVALID_BID when updating content CPC at adgroupCriteria level

2013-05-08 Thread Sanju A
Hi, I am trying to update the existing contectCPC of one of my adgroupCriteria but throws error saying Invalid Error. Code Follows below for refrence: Criterion criterion = new Criterion(); criterion.setId(*); BiddableAdGroupCriterion biddableAdGroupCriterion = new BiddableAdGr

Re: Didn't see the package v201302 within adwords-axis-1.12.4-sources.jar

2013-04-02 Thread Sanju A
Hi, I have seen adwords-api-8.11.0 jar ( https://code.google.com/p/google-api-adwords-java/downloads/list) which supports V201302 and also I have seen axis jar in https://code.google.com/p/google-api-ads-java/downloads/list so my qustion is which we need to follow. There is slight difference in ge

Can we use old client library adwords-api-8.11.0 jar to work with V201302

2013-04-01 Thread Sanju A
Hi, Previously working on V201206 and V201209 versions we have used jars like adwords-api-8.7.0.jar and adwords-api-8.8.0.jar resp and worked fine. But now we are going to start up grading our product to new version V201302 but we are struck with small confusion. I have seen adwords-api-8.11.0.ja

Is it possible to get Mobile and MobileImage Ads info using Ad Performance adhoc report download

2013-03-18 Thread Sanju A
Hi Team, Can we get markup languages, countryCode and business name of Mobile Ads and Image information like dimensions, Urls, Mime type of MobileImage Ads using AdHoc AdPerformance Report Download. I can get those info from AdGroupAdService but i want it to get from adhoc report for fast inserti

TrafficEstimatorService throw EntityNotFound.INVALID_ID

2013-02-04 Thread Sanju A
Hi Guys, Am working on getting traffic estimates from TrafficEstimatorService' for my particular adgroup and Campaign and its throwing an Exception saying *EntityNotFound.INVALID_ID* Here am struck with this error. Previously with V201206 it was working fine but after migrating code to V201209 got

Any Update in BudgetService 'BudgetId'

2012-11-21 Thread Sanju A
Hi Team, I have updated my project code with V201209 and previously (just before 3days) when I create any new Campaign without budgetId it used to say 'BudgetID' operand required error so I done by creating new BudgetId using budgetService and assigned that budgetId to campaign and done mutate. B

Re: What value would BudgetId have if a camapaign isn't using a shared budget

2012-11-04 Thread Sanju A
Hi Paul, Yes Excatly what I want. I want to change the budget for one of them which is shared with above 3campaigns. And trying with BudgetId by changing amounts for that budgetId doesn't reflects the change in budget. Thnx On Fri, Nov 2, 2012 at 5:50 PM, Paul Matthews wrote: > Hi Sanju, > > I

Unable to modify Budget of campaign

2012-11-01 Thread Sanju A
Hi Adwords, I'm stuck in migrating to V201209 using java. How can we modify individual budget or shared budget of a campaign. I have seen in one of the mail thread that assigning budgetId to null for existing campaign (which is having some budget previously) and setting this budget to campaign ob

Re: CampaignAdExtensionService.get() - retrieve site links only and nothing else

2012-10-30 Thread Sanju A
Hi Zweitze, For retrieving Only 'SiteLinks' we need set predicate in which field as 'AdExtensionType' and value as 'SITELINKS_EXTENSION' for operator 'EQUALS' and set this predicate to selector and by passing this selector object to get method on 'CampaignAdExtension Service' you will able to get