Re: TargetingIdeaService "AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: ''"

2012-12-06 Thread Takeshi Hagikura
Hi Mihail, Is your soap request for TargetingIdeaService? Looks like it's for CampaignService. If you are still seeing the issue, can you please send the clientCustomerId and the soap xml again to ONLY me? You can send it from the top right corner of each message. Best, - Takeshi On Thursday,

Re: API is slow when accessing GetService requests

2012-12-06 Thread Paul Matthews
Hi Dave, Is there any chance you could capture either Xdebug * output or XHProf * output on these running scripts to allow us to suggest a solution / improve the library. Also, any information you're willing to share with us about the env

Re: UserList

2012-12-06 Thread David Torres
Hi, I'm not 100% sure of what you are looking for, but you can always check the userList sizeand figure out if you want to target it or not. If you want some sort of combination of Ads based on the s

Re: Strange segmenting behavior when using ConversionTypeName in account performance report

2012-12-06 Thread Dorian Kind
I just stumbled upon this behavior again, so here's the bump: Bump. On Tuesday, October 16, 2012 3:32:27 PM UTC+2, Dorian Kind wrote: > > Hi all, > > I've noticed that ad hoc reports that include the field > "ConversionTypeName" exhibit a peculiar behavior regarding conversion rate. > If I incl

TARGETED_MONTHLY_SEARCHES returns 0 for all months although in AdWords interface does not

2012-12-06 Thread Ales Sturala
Hello, I am using C# AdWords API. The query is as follows: AdWords.TargetingIdeaSelector selector = new AdWords.TargetingIdeaSelector(); selector.ideaType = IdeaType.KEYWORD; selector.requestType = AdWords.RequestType.STATS; using AttributeType.TARGETED_MONTHLY_SEARCHES Limiting to country Nethre

How to get deleted ads report in ReportDefinitionService

2012-12-06 Thread Vipin
Hello, I am using ReportDefinitionService API for getting keywords performance reports. But I am not getting "deleted ads" clicks,cost etc using this service. I am only getting eligible and paused ads details in the report. Anyone please tell me how to get deleted ads details in my keywords

Re: TargetingIdeaService "AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: ''"

2012-12-06 Thread Mihail
My SOAP request http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:xsd="http://www.w3.org/2001/XMLSchema";> https://adwords.google.com/api/adwords/cm/v201209";> https://adwords.google.com/api/adwords/cm/v201209";>** h

Re: TargetingIdeaService "AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: ''"

2012-12-06 Thread Mihail
I checked the availability and value clientCustomerId first. With the same request header values ​​CampaignService and others works right. четверг, 6 декабря 2012 г., 13:31:11 UTC+5 пользователь Takeshi Hagikura написал: > > Hello Mihail, > > Please make sure your clientCustomerId you are specif

Re: UserList

2012-12-06 Thread Takeshi Hagikura
Hello Ychastnik, Let me clarify the question. Are you asking if a UserList is valid which has less than a hundred people? If so, UserList is not limited by the people. Best, - Takeshi, AdWords API Team 2012年12月4日火曜日 2時04分53秒 UTC-8 Ychastnik: > > Tell me, is it possible through api banner impres

Re: TargetingIdeaService "AuthenticationError.CUSTOMER_NOT_FOUND @; trigger: ''"

2012-12-06 Thread Takeshi Hagikura
Hello Mihail, Please make sure your clientCustomerId you are specifying in your request is correct. Best, - Takeshi, AdWords API Team 2012年12月4日火曜日 5時44分35秒 UTC-8 Mihail: > > Hello! > I have a problem with TargetingIdeaService. Working with the Campaigns, > AdGroups, AdGroupAds etc. succeeds,

Re: Report download failed

2012-12-06 Thread Takeshi Hagikura
Basically, 4xx response code means client error. Then you should investigate client side first. - Takeshi 2012年12月5日水曜日 21時54分07秒 UTC-8 Takeshi Hagikura: > > Hello Lokhi, > > You can't specify "Status" in your predicate. > Please refer this document for possible field names. > > https://developer

Re: How can i create an Adword developer account

2012-12-06 Thread Anash P. Oommen
Hi Ryan, Here are the links to get you started: Signing up for API: https://developers.google.com/adwords/api/docs/signingup Client libraries: https://developers.google.com/adwords/api/docs/clientlibraries. You can use the .NET client library, it has examples for the various services and commo