Re: criteria report not including 0 impressions, i am using ruby client

2012-04-19 Thread Chirag
Hi, Try to remove field CtrSignificance. It prevents zero impressions data. See docs here. https://developers.google.com/adwords/api/docs/appendix/reports#criteria On Thursday, April 19, 2012 11:08:26 AM UTC+5:30, Michael Ni wrote: > > Is there somewhere in the documentation that shows clearly whi

Re: downloaded GZIP report giving errors when extracting

2012-04-19 Thread Zweitze
I use System.IO.Compression.GZipStream, part of .NET framework 2.0 and higher. I never had any problems with GZIPped reports in the last five years. So, consider ditching the SharpZipLib (?!) code and start using GZipStream. On Wednesday, April 18, 2012 7:55:08 PM UTC+2, bgraves wrote: > E

Re: Image ad and media service

2012-04-19 Thread u...@taykey.com
ANYONE?! On Tuesday, April 17, 2012 4:36:36 PM UTC+3, u...@taykey.com wrote: > > where (when creating new ImageAd )should i use the returned id after > upload an image to the media service ? > > 10X in advance! > > On Monday, April 16, 2012 4:33:37 PM UTC+3, u...@taykey.com wrote: >> >> and this

Re: Digest for adwords-api@googlegroups.com - 15 Messages in 10 Topics

2012-04-19 Thread Тарас Бунык
2012/4/19 > Today's Topic Summary > > Group: http://groups.google.com/group/adwords-api/topics > >- Image ad and media service <#136ca8ef52f3617d_group_thread_0> [1 >Update] >- downloaded GZIP report giving errors when > extracting<#136ca8ef52f3617d_group_thread_1>[2 Updates] >

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-04-19 Thread Nira Amit
Hi Kevin, Sorry for the confusion, the exception is not when getting the graph, it's when trying to create the account. I am able to get the ServicedAccountGraph for my sandbox account with the 5 automatically-created accounts in it. However, i am unable to create a new account as done in the C

Re: InternalApiError.UNEXPECTED_INTERNAL_API_ERROR in sandbox

2012-04-19 Thread Kevin Winter
Hi, Unfortunately, the original bug I mentioned in this thread are still in effect. We are talking with the core engineers regarding how to address this and other pain points of using the sandbox. Follow our blog for updates on this. Additionally, the ServicedAccountService will not return

Re: criteria report not including 0 impressions, i am using ruby client

2012-04-19 Thread Michael Ni
thank you, if you hadn't told me, i would have never found it. mike On Thursday, April 19, 2012 12:27:47 AM UTC-7, Chirag wrote: > > Hi, > Try to remove field CtrSignificance. It prevents zero impressions data. > See docs here. > https://developers.google.com/adwords/api/docs/appendix/reports#c

Re: Quality score on Adwords Api

2012-04-19 Thread Kevin Winter
Hi js, No, these fields cannot be written. The qualityInfo and stats fields are marked ReadOnly (in the BiddableAdGroupCriterion object: https://developers.google.com/adwords/api/docs/reference/latest/AdGroupCriterionService.BiddableAdGroupCriterion#qualityInfo ) and the API should ignore va

How to access AdParam info and how many API units does it cost?

2012-04-19 Thread Chris
Hi, I would like to access information for all AdParams in my campaigns, but I cannot see a report that has the option to include this in the fields. Is there one? If there is not then it would seem I have to use the get() method of AdParamServiceInterface. On the API Rates sheet it says that

Re: How to access AdParam info and how many API units does it cost?

2012-04-19 Thread Chris
Ah, I forgot to mention that I am working with the Java client library, API v201109 On Thursday, 19 April 2012 13:19:44 UTC-5, Chris wrote: > > Hi, > > I would like to access information for all AdParams in my campaigns, but I > cannot see a report that has the option to include this in the fiel

Re: Traffic Estimator Service (v201109) fails partially for some keywords

2012-04-19 Thread Sumanth MN
Hi Eric, Thanks for the response. In the Traffic Estimator Online Tool there is no concept of an Ad Group. Can you please elaborate on "Ad Group" concept for Traffic Estimation. I still want to use bulk queries and there is no way to differentiate actual 0 values and the case where the keywor

Re: Quality score on Adwords Api

2012-04-19 Thread newbie_boxers
I see. So there is no way that it could have any values in it? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You receive

Is there any way to set timeout in ReportUtil (Java Client)?

2012-04-19 Thread Lex Chen
Hi, I found when I use the ReportUtil of lastest AdWords Java Library (v8.5.0) to download the report. Some time it will hang and never return. I use the jstack tool to check the process information. I found the thread is waiting for response (method conn.getResponseCode()). Is there any way to

Re: sandbox

2012-04-19 Thread newbie_boxers
Hi Ewan, what is uniqid() in your code man? Do you still need this if you are in the production site of google?or just in sandbox? -js -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/grou