ServicedAccountService: authToken is missing in SoapHeader

2011-03-09 Thread MT
I'm trying to access tge v201101 ServicedAccountService but keep getting a "authToken is missing in SoapHeader" error, even though the token certainly is there. Do I have the namespaces wrong or what can be the reason for this? My request is XXX XXX XXX false And the r

Re: How to restrict API access for developer?

2011-03-09 Thread Ken Aston
Very good idea. Thank you. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subsc

login the sandbox with the php client

2011-03-09 Thread Peter
Hello AdWords users I am new to the AdWords API and I am trying to connect to the sandbox service via php client. To get up to 5 client_emails this forum says "Make a call to v13 AccountService.getClientAccounts", e.g.: $client_accounts = $account_service->call('getClientAccounts'); Can you post

can't connect to AdGroupService-- java.net.ConnectException: Connection timed out

2011-03-09 Thread Rajini
Exception in thread "main" AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/} Server.userException faultSubcode: faultString: java.net.ConnectException: Connection timed out faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/} stackTrace:java.net.ConnectExce

How to get all keywords and corresponding stats?

2011-03-09 Thread Sam Yu
Hi experts, I am a newbie on using google adwords api. And I have a problem about how to get all keywords and their corresponding stats from a AdGroup? I get some information: " Batch keywords in STATS requests Unlike IDEAS requests that generate new keyword ideas, STATS requests can be used to

Re: How to get bulk keywords stats using PHP Client

2011-03-09 Thread Androidman
I fix its all.. thank you. No need reply. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message becaus

Re: How to get bulk keywords stats using PHP Client

2011-03-09 Thread Androidman
Hi Veer, If use your original script, You can get all the results by changing $paging->numberResults = 1; to $paging->numberResults = 4; //where 4 is number of your keywords. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blog

Re: How to get bulk keywords stats using PHP Client

2011-03-09 Thread Androidman
Hi, can you help me? I have same project and problem with Veer. I try your solution and got this error. [RequiredError.REQUIRED @ selector.searchParameters[1].keywords[0].text, RequiredError.REQUIRED @ selector.searchParameters[1].keywords[0].matchType, RequiredError.REQUIRED @ selector.searchP

Re: Hourly AdGroup Performance Report

2011-03-09 Thread Peter Stannett
Hi Tyler I'm definitely no expert but I would imagine you might need to run a cron job? Would you be willing to show me the code in php for how you wrote your report? I'm very new to the api and trying to find a decent example of reporting in php is quite hard! Kind regards Peter On Mar 9, 5:2

Hourly AdGroup Performance Report

2011-03-09 Thread Tyler
Can anyone provide an example of how to run an AdGroup performance report for a given time frame at the hour level? For example, 8pm Wednesday to 8pm Thursday. Any help or a point in the right direction would be great. I'm currently using the PHP client library to do things like update bids but I

Input is not proper UTF-8, indicate encoding

2011-03-09 Thread dmitriy
Hi. I have next exception: exception 'DOMException' with message 'DOMDocument::loadXML(): Input is not proper UTF-8, indicate encoding ! Bytes: 0xA0 0x3C 0x2F 0x6E in Entity, line: 2' in ../includes/lib/ Google/Api/Ads/Common/Util/XmlUtils.php:81 Stack trace: #0 [internal function]: HandleXmlErro

Re: How to restrict API access for developer?

2011-03-09 Thread Orly Junior
Hi Ken, I don't think what you ask specifically is currently implemented, but my suggestion is that you request your developer to program using the sandbox API, until the routine is full tested. The sandbox does make actual changes to your campaign and does not require a developer token. Your deve

Planned Jobs Problems

2011-03-09 Thread Alexander Alex
Hello! We using Java v13 API to make cross-client reports. Logic to plan report is such: 1. Check if there is room for report (15 queue limit) 2. If ok - validate it 3. If ok - plan it, store Job ID. 4. For each not downloaded reports, check their statuses; if status OK - download it. It works

QuotaCheckError.ACCOUNT_INACCESSIBLE

2011-03-09 Thread Locobee
Started getting this error a couple days ago. We reset the developer token and this did not work. There was info out about the possibility of our account having suspicious activity. We have been using the API for years and never had this issue. We reset all mcc passwords and updated our applica