Repeated, Unexplainable: UNEXPECTED_INTERNAL_API_ERROR

2010-11-02 Thread ADM
Is there any explanation why the simple code snippet below repeatedly fails with the exception UNEXPECTED_INTERNAL_API_ERROR, every time the call is made for any campaign within a specific account, but works all the time for any campaign in any other account? service = (AdGroupService)user.GetSer

Re: Begginer's question

2010-11-02 Thread SEO Programmer
I am very new to Adwords API system. Moreover I dont know how to use the downloaded code from v201008 Client Library in PHP. I am seeking search volume data of a keyword/kwds Global, Local both data and list of related keywords list I want to fetch, Can you help me in any way ? Thanks Bikram

TargetingIdeaService and Only show ideas containing my search terms

2010-11-02 Thread Gozer
I've looked everywhere... Is there a way to have the TargetingIdeaService return results like the manual Keyword Tool does when you check the "Only show ideas containing my search terms". I'm already using EXACT in my criteria. My code is as follows $user = new AdWordsUser(); $user->LogDefau

Re: TargetingIdeaService failing

2010-11-02 Thread manuel
Found the problem. Was using an incorrect xmlns. (mismatch version) < Must be a frequent error.. On Nov 2, 7:36 am, manuel wrote: > The example onhttp://code.google.com/apis/adwords/docs/#soapworks > fine. > > However, when I post the xml below to the TargetingIdeaService, I > always get this: >

Re: TrafficEstimatorService and clientEmail header ...

2010-11-02 Thread api.sgrinb...@gmail.com
Hi Olemis, I've responded and will be tracking this at http://code.google.com/p/google-api-adwords-python-lib/issues/detail?id=134. Thanks, --Stan On Nov 2, 5:07 pm, Olemis Lang wrote: > Forgot something important , please read below > > > > > > > > > > On Tue, Nov 2, 2010 at 4:05 PM, Olemis L

InternalApiError.UNEXPECTED_INTERNAL_API_ERROR

2010-11-02 Thread Fac
When we tried to retrieve keyword performance report using adwords api 201008 version, we had "InternalApiError.UNEXPECTED_INTERNAL_API_ERROR" while tried to download report xml file. This error doesn't occur while we pass single "AdgroupID" to Prodicates as filter. Can anyone help with this proble

Re: Replicating UI report with comprehensive Destination URL activity including remarketing

2010-11-02 Thread jonahviakeyboard
Eric, yes, you can still get them through the UI in a scheduled email, but at the account level, not at the MCC level. Stuck at the account level, the new email report deliveries come with a download link behind a login, not attachments (which could be extracted programmatically) in the old Report

Re: can not submit billing settlement information in China for apply for adwords API token

2010-11-02 Thread Maxim Lovchikov
u are not alone, man. Russians can't do it too. Just makes me mad(( On Nov 2, 5:50 am, guoli zhu wrote: > hi, >  I can not submit billing settlement information in China for apply > for adwords API token. > > Who can tell me why? > > Thanks, >         faqing -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=

Re: TrafficEstimatorService and clientEmail header ...

2010-11-02 Thread Olemis Lang
Forgot something important , please read below On Tue, Nov 2, 2010 at 4:05 PM, Olemis Lang wrote: > On Tue, Nov 2, 2010 at 3:22 PM, Olemis Lang wrote: >> On Tue, Nov 2, 2010 at 1:46 PM, AdWords API Advisor >>  wrote: >>> Hi Olemis, >>> >> >> Thnx for your reply . >> :o) >> >>> If the email you

Re: TrafficEstimatorService and clientEmail header ...

2010-11-02 Thread Olemis Lang
On Tue, Nov 2, 2010 at 3:22 PM, Olemis Lang wrote: > On Tue, Nov 2, 2010 at 1:46 PM, AdWords API Advisor >  wrote: >> Hi Olemis, >> > > Thnx for your reply . > :o) > >> If the email you specified is the target account then you shouldn't >> specify a clientEmail at all. > > That's what I thought a

Re: TrafficEstimatorService and clientEmail header ...

2010-11-02 Thread Olemis Lang
On Tue, Nov 2, 2010 at 1:46 PM, AdWords API Advisor wrote: > Hi Olemis, > Thnx for your reply . :o) > If the email you specified is the target account then you shouldn't > specify a clientEmail at all. That's what I thought after reviewing the original code of the app before upgrading it to us

Re: TrafficEstimatorService and clientEmail header ...

2010-11-02 Thread AdWords API Advisor
Hi Olemis, If the email you specified is the target account then you shouldn't specify a clientEmail at all. A clientEmail is only necessary when you are authenticating as an MCC user and need to target the request to a specific client account. Best, - Eric Koleda, AdWords API Team On Nov 2, 11

Re: average positon

2010-11-02 Thread AdWords API Advisor
Hi Farid, For your existing keywords you can use the ReportDefinitionService to request the AveragePosition field of the KEYWORDS_PERFORMANCE_REPORT: http://code.google.com/apis/adwords/docs/appendix/reports.html#keywords or use the AdGroupCriterionService to get the BiddableAdGroupCriterion.s

Re: RHEL and Ubuntu discrepancies with 13.0.0

2010-11-02 Thread AdWords API Advisor
Hi Andy, That SOAP request does appear to be properly formatted. Best, - Eric On Nov 1, 2:49 pm, Andy wrote: > Hi Eric, > > Before I do, can you confirm that this is in fact a correctly formed > request so I can write out the query being the problem: > > http://schemas.xmlsoap.org/soap/ > encod

Re: v201008 - ReportUtils::DownloadReport is not return all data using GZIPPED_CSV files

2010-11-02 Thread AdWords API Advisor
Hi Michael, I haven't heard any cases of truncated report data using the new ReportDefinitionService, but I can look into it. Send the ReportDefinition ID to adwordsapiadvi...@google.com and then update this thread so I know to check that inbox. Best, - Eric Koleda, AdWords API Team On Nov 2, 6

Re: URL Performance Report Imp values low?

2010-11-02 Thread AdWords API Advisor
Hi ADM, The values in the report seem to match up to the values in the UI. Can you point me to a specific URL that isn't matching up correctly? Best, - Eric On Nov 1, 1:40 am, ADM wrote: > Eric, > > A report ID that shows this is: 2535819 > > The report returned is attached. > > PLease let me k

Re: Sandbox: ServicedAccountService.get UNEXPECTED_INTERNAL_API_ERROR

2010-11-02 Thread AdWords API Advisor
Hi Wilrik, I'm not able to reproduce this problem, as the accounts are returned correctly. Perhaps try using a new email address to create a new sandbox account (by first calling CampaignService.get()) and see if the problem continues. Best, - Eric Koleda, AdWords API Team On Oct 29, 9:57 am, W

Re: get policy violation to make exemption request

2010-11-02 Thread Kevin
Hi Eric, Thanks for clarifying. Currently, there's no way to get disapproval reason for disapproved keyword through the API. Is there any plan to add it in the future version? Thanks, Kevin On Nov 1, 6:39 pm, AdWords API Advisor wrote: > Hi Kevin, > > The description of the field is incorrect

Determining Report ID from scheduled email

2010-11-02 Thread jak...@primrose-london.co.uk
Hi, I've scheduled daily adwords report in adwords frontend. Now I'm receiving mails with link in format: https://adwords.google.com/cm/CampaignMgmt?frag=repd.xxx/y&__u=xx&__c=yy ( x and y are integers) is it possible to determine report id from this link? Thanks

Re: TrafficEstimatorService and clientEmail header ...

2010-11-02 Thread Olemis Lang
On Mon, Nov 1, 2010 at 3:13 PM, Olemis Lang wrote: [...] > > {{{ > #!python > > Traceback (most recent call last): >  [...] >  File > "/path/to/venv/lib/python2.5/site-packages/adspygoogle/adwords/AdWordsWebService.py", > line 130, in __ManageSoap >    raise Error(e) > Error: > }}} > > Q: >  - I

Begginer's question

2010-11-02 Thread uspavani žabac
Hi, I have problem with creating MMC account witch is nessesy to use AdWords API. AdWords API is working good in sendbox. I already have accounts like AdSence, Webmaster or AdWords and when I try to sing for MMC in third step, when try to log in with existing google email and pass I receive "Error

Re: seeking a step by step guide to use this Adwords PHP Library to get search volume of a keyword.

2010-11-02 Thread SEO Programmer
Hi, I am very new to Adwords API, I found latest version is 2010,08 version PHP Clinet Library. I want to get the Global search volume of a keyword programmatically by a PHP Script by Adwords API or some other API I want to get this data. But I am seeking a sample PHP script to get this data, how

Incomplete Signup

2010-11-02 Thread Philippe
Je me suis inscrit en tant que développeur dans mon centre multi compte, j’ai reçu mon jeton de développeur, mais lors du développement j’ai une erreur « QuotaCheckError.INCOMPLETE_SIGNUP_NO_BILLING_INFO @ » Ma question est : Ou puis je saisir mes informations de facturation (je n'ai pas l'option

TargetingIdeaService failing

2010-11-02 Thread manuel
The example on http://code.google.com/apis/adwords/docs/#soap works fine. However, when I post the xml below to the TargetingIdeaService, I always get this: Result: Fault occurred while processing. Any clue? Thanks. http://schemas.xmlsoap.org/soap/ envelope/" xmlns:ns1="https://adwords.google.c

By a PHP Script - How to get global or local Search Volume of keyword(s) for a country or Google.com international data

2010-11-02 Thread SEO Programmer
I want to get the Global search volume of a keyword programmatically by a PHP Script. By Adwords API or some other API I want to get this data. I want to know Local or Global both search volumes, if possible for a particular country. Thanks Bikram Choudhury -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

can not submit billing settlement information in China for apply for adwords API token

2010-11-02 Thread guoli zhu
hi, I can not submit billing settlement information in China for apply for adwords API token. Who can tell me why? Thanks, faqing -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/g

Is this possible?

2010-11-02 Thread TomA2010
I am using the API to show prices for my products in my adwords ads. At the moment, I loop through the keywords and set the product price for each product. Is there a way to do it in batch. So that one API request would set all keyword params to the same price, for an entire adgroup? It seems th

Re: Average Position for keywords

2010-11-02 Thread Federico Ulfo
Hi Farid, that's easy, with PHP API you can do as follow: SetClientId( $client_id ); // Select the client $user->LogDefaults(); $reportDefinitionService = $user- >GetReportDefinitionService('v201008'); $operations = array(); // Create ad group predicate. $statusPredicate = n

Re: Average Position for keywords

2010-11-02 Thread Federico Ulfo
Hi Farid with PHP API you can do as follow: field = 'Id $statusPredicate->operator = 'EQUALS'; $statusPredicate->values = array('YOUR KEYWORD ID HERE'); // Create selector. $selector = new Selector(); $selector->predicates = array( $statusPredicate ); $selector->fields = $keywordsFields = array(

Re: Getting automatic placements via 201008 API

2010-11-02 Thread DaveOz
Thanks for the reply Eric. The automatic placements report would be really useful to programmatically search for badly performing automatic placements so action can be taken to resolve. Currently I cannot see how this can be don't via the API without this report functioning is a manner more similar

Re: How can I get a list of all my MCC clients using the AdWords API ?

2010-11-02 Thread Federico Ulfo
Hi Gabriel, in PHP is pretty easy: GetServicedAccountService('v201008'); $selector = new ServicedAccountSelector(); $graph = $servicedAccountService->get($selector); echo ""; print_r( $graph ); echo ""; ?> Best, Federico www.federicoulfo.it On Nov 2,

Diacritic characters are collated with latin characters, often with strange search volumes for the keywords

2010-11-02 Thread Martin
Hi (Eric?), In Swedish and other Scandinavian languages diacritic letters are not just umlauts, but are actually new letters and compose new words. We have noticed strange search volumes for keywords with diacritic characters (in Swedish: åäö) that should have fairly large search volumes in the l

Forbidden access to V13 full samples!!!

2010-11-02 Thread Peter Trobec
Hello! Since I can't make a report definition with the cross-client support enabled on the new version of the API I have to use the V13 version. I was looking through the examples, but when I click the View full sample link it gives me following error: Forbidden Your client does not have permiss

Re: v201008 - ReportUtils::DownloadReport is not return all data using GZIPPED_CSV files

2010-11-02 Thread Michael Melander
Oh, and the report type downloaded is: KEYWORDS_PERFORMANCE_REPORT I'm not settings any predicates since we don't want any filtering on that. I've tried to filter out only pause, or active or deleted campaigns but with the same result... i.e. the downloaded data does not match the data in Google

How can I get a list of all my MCC clients using the AdWords API ?

2010-11-02 Thread Gabriel T
Hello, In my MCC I have a list of MCC clients. How can I get them with a command line ? With the API ? I can get all my accounts using a ServicedAccountService call to the SOAP ws but they are not sorted by clients. So how can I get the list of my clients ? Thank you -- =~=~=~=~=~=~=~=~=~=~=~=~

Re: v201008 - ReportUtils::DownloadReport is not return all data using GZIPPED_CSV files

2010-11-02 Thread Michael Melander
Perhaps I should say that not all clients get incomplete data downloaded, only those with lots of data to download. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~