Thanks Jan, I'll take a look at the Apility forum.
On Aug 23, 3:07 pm, Jan <[EMAIL PROTECTED]> wrote:
> Hey Bram,
>
> there is a PHP library for Adwords API that also uses nusoap. As far
> as I know there were some other changes necessary to get it working
> properly, perhaps you want to have a l
One more example that occurred this morning. This time I only had
three concurrent reports. The report ran for 55 minutes before I
killed it. The stuck report id was 428986461. After I killed the
process the next report finished in two minutes.
I hope I can get some resolution to this next wee
Hey Bram,
there is a PHP library for Adwords API that also uses nusoap. As far
as I know there were some other changes necessary to get it working
properly, perhaps you want to have a look at it if you encounter
future problems:
http://google-apility.sourceforge.net/
- Jan
On 23 Aug., 13:23, b
Found it Jeff, the encoding of the nuSoap class is set to iso-8859-1
by default, changed that to UTF-8.
var $soap_defencoding = 'UTF-8'; (everywhere)
var $xml_encoding = 'UTF-8'; (class.soap_server.php)
var $decode_utf8 = false; (everywhere)
Add to function serializeEnvelope(...) in class.nus
This feature was removed in v7 of the API:
> Removed method to create an AdWords account - Method createAdWordsAccount,
> which has always been restricted, has been deprecated.
Source: http://www.google.com/apis/adwords/developer/releasenotes.html
-> All
So there is no way to create new client
Please provide information regarding creating client account with api
script.
Thanks in advance,
Anil
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"AdWords API Forum" group.
To post to this group, send email to ad