Re: KeywordPerformanceReport - datatype for TotalConvValue?

2011-01-06 Thread AdWords API Advisor
Hi, Right now, report fields that are monetary values are returned as currency values (decimal) rather than as micros (long) by default. You can get the micro values by sending "returnMoneyInMicros: true" as http headers when downloading the report. See this blog post for more details: http://adw

Re: Geo location report

2011-01-06 Thread pure
Does adwords api have that function? help On 1月5日, 下午6时49分, pure wrote: > help > > On 1月4日, 下午1时31分, faqing wu wrote: > > > hi, > > Does adwords api have geo location report service? I have not found > > in ReportDefinitionService. > > Anyone knows about this? > > > Thanks, > >

Can i able to set my budget of Campaign

2011-01-06 Thread Smitty Isidhore
Hi I want to manage my adword campaign through application program. I wish to reset the budget for both daily and monthly as well as i wish to retrieve informations such as number of clicks/day and amount spend per day through my application program. Can this possible? I already have a campaign i

Re: API Calls taking a long, LONG time.

2011-01-06 Thread Alexander Parij
Hi , Try to set the page size to 100 entries. I don't know what language library you are using, but we used python's with ZSI to process the soap response. It was extremely slow when we had page size of let's say 1000 . I don't know what happens inside but the code is not that optimized and t

Re: Definitive report Field source

2011-01-06 Thread Reed
Is anyone else, especially Java programmers, having problems parsing the xmlAttributeName fields in the XML that comes back from getReportFields? I'm using Adobe ColdFusion, which creates Java code and uses the Apache Xerces XML parser, and it absolutely does not like this. From what I've read, i

Re: Unable to verify sandbox.google.com certificate since jan 1 2011

2011-01-06 Thread peet4130
Thanks, The problem turned out to be an old version of OSX and httpclient: "Trusted CA bundle file cacert_sha1.p7s for older environment (where you cannot use SHA512 algorithm such as an old Mac OS X) included in httpclient 2.1.5 expires in Dec 31, 2010. Please update to 2.1.6 if you're on such

Re: KeywordPerformanceReport - datatype for TotalConvValue?

2011-01-06 Thread mm
Hey Anash - I do have that header set in my request, and the other monetary values that I requested (Cost, MaxCpc & MaxCpm) are returned as longs. Only TotalConvValue is not. Thanks - mm On Jan 6, 2:25 am, AdWords API Advisor wrote: > Hi, > > Right now, report fields that are monetary values are

Re: Keyword, Campaign, Adgroup, Ad Performance Reports

2011-01-06 Thread mm
Hey Kevin - You're exactly right. If you want everything, you need to add a Predicate to the Selector for the ReportDefinition that specifies Impressions >= 0. HTH - mm On Jan 5, 7:10 pm, Kevin wrote: > Hello, > I would like to understand these reports. > When I query any of the above reports I

Re: V201008 ReportDefinition defined via the UI has a null selector

2011-01-06 Thread mm
Cool - thanks for looking into it, Eric. Will keep an eye out for the fix. On Jan 5, 5:03 pm, AdWords API Advisor wrote: > Hi MM, > > At the moment some report types created in the UI are returning empty > selectors in the API.  I'm working with the core engineering team to > resolve it, but I do

Re: No value returned from AdGroupCriterionService mutate

2011-01-06 Thread AdWords API Advisor
Hi Joel, The core engineering team is having a hard time finding the root cause of the problem. Can you try running a request against one of these accounts with the partialFailure header set to false? The hope is that this will allow the underlying error to bubble up to the surface, making it ea

Re: Keyword, Campaign, Adgroup, Ad Performance Reports

2011-01-06 Thread Ian
I was under the impression--no pun intended--that zero impression rows were not returned in aggregated results per thisdiscussion. I also just tested the predicate on our production account w/ no

Message sent to adwordsadvisor email address

2011-01-06 Thread Reed
Eric - I've sent a private message to the above email address. thanks -reed -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

Re: Geo location report

2011-01-06 Thread AdWords API Advisor
Hi, The Geographic Performance Report is currently only available in the v13 version of the API: http://code.google.com/apis/adwords/docs/developer/adwords_api_report_geographic.html This report should be available in the ReportDefinitionService next version of the API. Best, - Eric Koleda,

Re: Traffic Estimator Service(v201008) returning improper results

2011-01-06 Thread AdWords API Advisor
Hi Sambaiah, Can you provide an example of this happening? Best, - Eric Koleda, AdWords API Team On Jan 4, 3:11 am, "external...@spurtz.com" wrote: > Hi AdWords Team, > > Traffic Estimator Service (v201008)  returning improper results in > production. > Some estimator results returns zero(0) fo

Re: Automatic Placements Performance Report

2011-01-06 Thread AdWords API Advisor
Hi Dan, The core engineering team is still working on the solution, and at this time I don't have any estimates as to when it will be complete. Best, - Eric On Jan 4, 4:13 am, Dan wrote: > Hello Eric, > > Any news about this fix? > > Thanks in advance, > Dan > > On Dec 14 2010, 6:58 pm, AdWords

Re: When the campaign is with Budget Optimizer and trying to test it for ConvOptimizer eligibility I get RequestError.INVALID_INPUT

2011-01-06 Thread AdWords API Advisor
Hi Alex, The cause of this error is that the campaign being operated on is not eligible to be updated via the API. In this case the campaign was created as part of the Boost Ads program, and as such cannot be manually updated. http://www.google.com/support/places/bin/answer.py?hl=en&answer=104

Re: When the campaign is with Budget Optimizer and trying to test it for ConvOptimizer eligibility I get RequestError.INVALID_INPUT

2011-01-06 Thread AdWords API Advisor
Additionally, if you are only trying to determine if a campaign is elligible you should use the conversionOptimizerEligibility field that was introduced in v201008. http://code.google.com/apis/adwords/docs/reference/latest/CampaignService.Campaign.html#conversionOptimizerEligibility Best, - Er

Re: TargetingIdeaService not returning the seed keyword unlike Keyword Tool

2011-01-06 Thread AdWords API Advisor
Hi Jai, That's unusual, as it seems to only be happening for Japanese and not other languages. I'll talk to the core engineering team about it. If you are just trying to get stats about known keywords it's better to use the requestType STATS. Best, - Eric Koleda, AdWords API Team On Jan 5, 8:4

Re: API Calls taking a long, LONG time.

2011-01-06 Thread AdWords API Advisor
Hi, If you are noticing performance issues related to the client library (and not the API itself) please file an issue on the project's site: http://code.google.com/p/google-api-adwords-python-lib/issues/list Best, - Eric On Jan 6, 10:03 am, Alexander Parij wrote: > Hi , > > Try to set the p

Re: traffic estimator geotarget

2011-01-06 Thread AdWords API Advisor
Hi Murali, You are likely making this request against the sandbox environment, which returns dummy data for these requests. Best, - Eric On Jan 5, 6:05 am, Murali4044 wrote: > Hi Eric, > > Thanks for your reply. through this API i am getting very high values for > example keyword "florist" loca

Re: “Automatic Content Network(Display Network)” statistics of each ad group

2011-01-06 Thread AdWords API Advisor
Hi Onur, The StatsSelector object doesn't have a network field, and it's not possible to get the stats segmented by network using this service. Using the ReportDefinitionService, you can filter on the fields AdNetworkType2 to limit the stats to only the Search, Search Partners, or Display network.

Re: Getting AdID of product listing ad clicked for Google Merchant Center product

2011-01-06 Thread AdWords API Advisor
Hi, A ProductAd doesn't have a destination URL, and the API doesn't let you set one. The URLs used come from the product itself. Because of this it makes sense that the ad report wouldn't contain the URLs. I understand that there is a need to get stats about how well different products perform,

Re: Getting ideas closely related to my search term -TargetingIdeaService

2011-01-06 Thread AdWords API Advisor
Hi Jai, You can get similar results using the IdeaTextMatchesSearchParameter http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.IdeaTextMatchesSearchParameter.html Best, - Eric Koleda, AdWords API Team On Jan 5, 11:24 am, Jai wrote: > Hello, > I am using the Targ

Re: Geo location report

2011-01-06 Thread pure
Thank you very much,Eric Koleda. On 1月7日, 上午6时00分, AdWords API Advisor wrote: > Hi, > > The Geographic Performance Report is currently only available in the > v13 version of the API: > > http://code.google.com/apis/adwords/docs/developer/adwords_api_report... > > This report should be available

Re: Can i able to set my budget of Campaign

2011-01-06 Thread AdWords API Advisor
Hi Smitty, Just wondering if your wamp installation has different php.ini for command line and apache configurations? curl could be enabled in only one of them. Calling phpinfo() before running the example should give you more details. You can retrieve the campaign statistics by adding statsSelec

Re: sunset for reporting api v13

2011-01-06 Thread AdWords API Advisor
Hi, We haven't announced a sunset date for v13 reporting or v200909. You can keep track of AdWords API Blog, where we make various AdWords API announcements and sunset dates: http://adwordsapi.blogspot.com/ Cheers, Anash P. Oommen, AdWords API Advisor On Jan 6, 4:48 am, codeninja wrote: > Just

Re: KeywordPerformanceReport - datatype for TotalConvValue?

2011-01-06 Thread AdWords API Advisor
Hi mm, I'll check this at my end later today and confirm with the AdWords team about this behaviour. Cheers, Anash P. Oommen, AdWords API Advisor. On Jan 6, 8:58 pm, mm wrote: > Hey Anash - > I do have that header set in my request, and the other monetary values > that I requested (Cost, MaxCpc

Re: API Calls taking a long, LONG time.

2011-01-06 Thread Kevin
Hi Eric, How do I get the request ID? I'll be happy to provide if you can point me to where I can locate that value? On Jan 5, 3:12 pm, AdWords API Advisor wrote: > Hi Kevin, > > That is certainly abnormal, and I'm not able to replicate it on my > end.  Can you provide the requestId of a reques

Re: API Calls taking a long, LONG time.

2011-01-06 Thread Kevin
Here is a requestID 04a2e2b34d44c37944bcf2117014f018 I cut back my request length to 50 - and this one took about 58 seconds. I have 31,790 ads to retreive at at this speed it will take a bit over 10.2 hours to sync up? This seems pretty slow - when a report of all this information takes perhaps 3

Re: Traffic Estimator Service(v201008) returning improper results

2011-01-06 Thread external...@spurtz.com
Hi Eric, Thanks for your response. I tried two sets of keywords, I am attaching the Traffic Estimator outputs to this post that are in XML format for our convenience. These are tested in production environment.Please suggest me. How the Estimates are coming improper. Regards Sambaiah B Spurtz