Duplicate of https://groups.google.com/forum/#!topic/adwords-api/RUZ_xg7hHHY
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
I found that the problem is in the curl call. My server Debian says:
Curl Hostname was NOT found in DNS cacheSomeone says that the problem is
the version of curl:
see
http://stackoverflow.com/questions/27093467/curl-hostname-was-not-found-in-dns-cache-error
Adding:
nameserver 127.0.0.1
to e
I tried to make a first example of GetCampaings.php as the guide said.
It takes very long time to get my campaigns.
The code slow are:
1. download the wsdl
2. GenerateHttpHeaders
3. __soapCall --> it's slow but request time is nice (about 200ms)
It takes about 15 second to get 1 campaign (test).
I just tried the Example GetCampaign and it takes long (about 15 or 20
seconds).
it takes long in:
1. WSDL download
2. HttpHeaders generation: GenerateHttpHeaders
3. __soapCall
but responseTime is nice (200ms) and there arent connection issue.
Please help me..
--
--
=~=~=~=~=~=~=~=~=~=~=~=