AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-23 Thread AdWords API Advisor
Hi Raj, It seems that the authentication is working correctly, and that nusoap is running out of memory. Are you making a very large request? Best, - Eric On Nov 20, 4:12 pm, Raj wrote: > Thank you Eric, > > I tested my credentials and it just returned > SID: > LSID: > AUTH: > > and > I just p

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-20 Thread Raj
Thank you Eric, I tested my credentials and it just returned SID: LSID: AUTH: and I just put this AUTH value in my code then tried to run the file. It gave the following error: Fatal error: Allowed memory size of 104857600 bytes exhausted (tried to allocate 15782831 bytes) in C:\AppServ\www\raj\

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-20 Thread AdWords API Advisor
Hi Raj, You can test the ClientLogin API manually by entering the following URL into your web browser, replacing {email} and {password} with your credentials. https://www.google.com/accounts/ClientLogin?accountType=GOOGLE&Email={email}&Passwd={password}&service=adwords Does this return a vali

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-20 Thread Raj
Hi Eric, I found that in headers, the authentication method '' $auth- >get_auth_token() " is not returning a value in the following code. I am getting authToken field empty. when I saw in XML file of the $headers I have $email, $password, $account_type, $service values with me. and $account_ty

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-20 Thread AdWords API Advisor
Hi Raj, Do you have the final SOAP XML request and response logged? That would give me a better idea of what the final result looks like. If not that, do you have the requestId header from the response? Best, - Eric On Nov 20, 10:55 am, Raj wrote: > Hi Eric, > > One more thing   I am able to

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-20 Thread Raj
Hi Eric, One more thing I am able to use GeoTargetingService. So I am sure my authentication token is working fine. This is my code next to the requestXML $targetingidea = $targeting_service->call('get', $request_xml1); $targetingidea = $targetingidea['rval']['entries']; //$targetingideaen

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-20 Thread AdWords API Advisor
Hi Raj, Is there an error returned in the response XML, or just no results? Also, if you don't want to set paging you should leave out the paging tag, not set the value as "null". Best, - Eric On Nov 19, 11:00 pm, Raj wrote: > Hi Eric, > Thanks for your reply. > First time I tried with IDEAS it

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-19 Thread Raj
Hi Eric, Thanks for your reply. First time I tried with IDEAS itself. It did not work. Then I was trying with each requestType. My goal is to get keywords for given seedkeyword. In V13, I used KeywordToolService and getKeywordVariations method. I am trying to migrate to the new version. I thing

AdWords API Re: Reg: TargetingIdeaService for Getting keywords given a seed keyword

2009-11-19 Thread AdWords API Advisor
Hi Raj, The field "requestType" does not accept the value "IDEA_TYPE". The value must be either "IDEAS" or "STATS": http://code.google.com/apis/adwords/v2009/docs/reference/TargetingIdeaService.RequestType.html Best, - Eric Koleda, AdWords API Team On Nov 19, 2:07 pm, Raj wrote: > Hi all,