special formatting keyword text in campaign negative performance report

2011-06-14 Thread codeninja
Currently we are getting all of campaign negatives structure using CampaignCriterionService which we have updated to start using ReportDefinitionService by requesting CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT (DateRangeType set to TODAY), in the downloaded xml file we have noticed that the nega

Re: about new Selector.

2011-03-13 Thread codeninja
I came across the same thing, what I found out is in your selector you need to specify inner field name of complex object you are asking for, so in your case instead of specifying "Budget" ask for amount (actually its "Amount", at least in java client library). The response xml usually has all pro

java client libraries for 201101

2011-03-07 Thread codeninja
Hi Adwords Team, Now that 201101 api is out just wondering when will the java client library for 201101 will be released? Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwo

different values for conversionTrackingPurpose?

2011-02-03 Thread codeninja
we are pulling ad performance report with conversion columns and want to know what values get sent back in conversionTrackingPurpose field? we couldnt find any documentation on it...v13 supported Default, Lead, PageView, Signup and Sales so what string values should we expect for them and are there

Re: structure report in V201008

2011-01-17 Thread codeninja
adwords api team, is this a real issue or i am doing something wrong here? thanks. On Jan 13, 4:36 pm, codeninja wrote: > I understood that you can still pull structure reports using > ReportDefinitionService in V201008. I am trying to pull all campaigns > using follo

Re: As a developer, can I use AdWords API to search for keywords?

2011-01-14 Thread codeninja
Jordan, You can use AdGroupCriterionService to get information about keywords (or negatives). http://code.google.com/apis/adwords/docs/reference/latest/AdGroupCriterionService.html Criterion object represent keywords,placements etc. http://code.google.com/apis/adwords/docs/reference/latest/AdGr

structure report in V201008

2011-01-13 Thread codeninja
I understood that you can still pull structure reports using ReportDefinitionService in V201008. I am trying to pull all campaigns using following code : // Create report definition. ReportDefinition reportDefinition = new ReportDefinition(); reportDefinition.s

sunset for reporting api v13

2011-01-05 Thread codeninja
Just wondering now that the reporting is out of beta in v201008, if v13 reporting will be shutdown soon (in next few months)? also what about v200909? Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://

AdWords API Re: Http status code for soap fault

2010-02-02 Thread codeninja
Reed, Just imagine if all those engine APIs start deviating from SOAP spec, think of the custom code that all the clients (stand alone or frameworks) have to write on their side and maintain it. I think the whole point having w3c spec is that we don't have to worry about such small things. Sendin

AdWords API Re: Http status code for soap fault

2010-01-25 Thread codeninja
Jan 20, 2:22 pm, codeninja wrote: > Thanks for the update. > > On Jan 20, 1:57 pm, AdWords API Advisor > wrote: > > > > > Hi, > > > I'm also seeing the 200 status code for faults, which doesn't appear > > correct.  I've opened a dialog

AdWords API Re: Http status code for soap fault

2010-01-20 Thread codeninja
ormation. > > Best, > - Eric Koleda, AdWords API Team > > On Jan 19, 3:14 pm, codeninja wrote: > > > > > With new 2009 api I get http status code of 200 for soap faults. Is > > this something that was changed in 2009 api intentionally or should it > >

AdWords API Http status code for soap fault

2010-01-19 Thread codeninja
With new 2009 api I get http status code of 200 for soap faults. Is this something that was changed in 2009 api intentionally or should it be 500 like v13? I am using spring webservices to make soap calls, and because of soap spec, it expects all soap faults to have http status code of 500. Since