Re: Getting Access Token from $_REQUEST[code] is very slow (PHP)

2013-10-18 Thread g12
I noticed that not just the getting the acess_token process is slow, but 
every call made against the adwords account. Like getting the customerIDs 
from adwords test MCC account. I get them all, but taking serious time.


2013. október 17., csütörtök 13:10:58 UTC+2 időpontban g...@mediasales.hu a 
következőt írta:

 Hi!

 Thanks for your information. 

 Sorry for the late answer, we were look after the DNS problem. We tried 
 out two other DNS but its still slow. 

 I am using the newest PHP client library  V201309 and OAuth2handler to get 
 the access token. 
 Still, its slow, taking mins even with refresh token.

 What could be the problem?

 Thanks for your help.

 Regards,
 Béla Szabó

 2013. október 10., csütörtök 12:18:44 UTC+2 időpontban Paul Matthews 
 (AdWords API Team) a következőt írta:

 Hi there,

 Which version of the php client library are you using as there is no 
 method getAccessToken on the AdWords user? The request to the OAuth2 
 servers should be quick. Is there any chance you're having DNS issues or 
 other networking issues that could slow down the request?

 As an aside, it's definitely worth caching the access_token between 
 requests to make sure you get the maximum performance (access_token are 
 valid for 60 minutes).

 Regards,

 - Paul, AdWords API Team.

 On Tuesday, 8 October 2013 13:45:43 UTC+1, g...@mediasales.hu wrote:

 Hi!

 Since 1-2 week the process of getAccessToken is very slow. I am 
 sending request with scopes useing OAuth 2.0. After that i am getting the 
 code and  calling the method against $user object. 
 $user-getAccessToken($code,$callBackUrl); This is success, i get the data 
 i want, but it's taking mins.  What should i do? Thanks for any advice.

 Regards,



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Getting Access Token from $_REQUEST[code] is very slow (PHP)

2013-10-18 Thread Paul Matthews (AdWords API Team)
Hi,

It looks a lot like there's a network connectivity issue between your 
servers and the AdWords servers. Can you try running the code examples on a 
different network to confirm this. You can also use networking tools such 
as traceroute http://en.wikipedia.org/wiki/Traceroute to diagnose network 
issues. If there are network connectivity issues, you should talk to your 
hosting provider to get it resolved.

Regards,

- Paul, AdWords API Team.

On Friday, 18 October 2013 09:58:42 UTC+1, g...@mediasales.hu wrote:

 I noticed that not just the getting the acess_token process is slow, but 
 every call made against the adwords account. Like getting the customerIDs 
 from adwords test MCC account. I get them all, but taking serious time.


 2013. október 17., csütörtök 13:10:58 UTC+2 időpontban g...@mediasales.hua 
 következőt írta:

 Hi!

 Thanks for your information. 

 Sorry for the late answer, we were look after the DNS problem. We tried 
 out two other DNS but its still slow. 

 I am using the newest PHP client library  V201309 and OAuth2handler to 
 get the access token. 
 Still, its slow, taking mins even with refresh token.

 What could be the problem?

 Thanks for your help.

 Regards,
 Béla Szabó

 2013. október 10., csütörtök 12:18:44 UTC+2 időpontban Paul Matthews 
 (AdWords API Team) a következőt írta:

 Hi there,

 Which version of the php client library are you using as there is no 
 method getAccessToken on the AdWords user? The request to the OAuth2 
 servers should be quick. Is there any chance you're having DNS issues or 
 other networking issues that could slow down the request?

 As an aside, it's definitely worth caching the access_token between 
 requests to make sure you get the maximum performance (access_token are 
 valid for 60 minutes).

 Regards,

 - Paul, AdWords API Team.

 On Tuesday, 8 October 2013 13:45:43 UTC+1, g...@mediasales.hu wrote:

 Hi!

 Since 1-2 week the process of getAccessToken is very slow. I am 
 sending request with scopes useing OAuth 2.0. After that i am getting the 
 code and  calling the method against $user object. 
 $user-getAccessToken($code,$callBackUrl); This is success, i get the data 
 i want, but it's taking mins.  What should i do? Thanks for any advice.

 Regards,



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Getting Access Token from $_REQUEST[code] is very slow (PHP)

2013-10-17 Thread g12
Hi!

Thanks for your information. 

Sorry for the late answer, we were look after the DNS problem. We tried out 
two other DNS but its still slow. 

I am using the newest PHP client library  V201309 and OAuth2handler to get 
the access token. 
Still, its slow, taking mins even with refresh token.

What could be the problem?

Thanks for your help.

Regards,
Béla Szabó

2013. október 10., csütörtök 12:18:44 UTC+2 időpontban Paul Matthews 
(AdWords API Team) a következőt írta:

 Hi there,

 Which version of the php client library are you using as there is no 
 method getAccessToken on the AdWords user? The request to the OAuth2 
 servers should be quick. Is there any chance you're having DNS issues or 
 other networking issues that could slow down the request?

 As an aside, it's definitely worth caching the access_token between 
 requests to make sure you get the maximum performance (access_token are 
 valid for 60 minutes).

 Regards,

 - Paul, AdWords API Team.

 On Tuesday, 8 October 2013 13:45:43 UTC+1, g...@mediasales.hu wrote:

 Hi!

 Since 1-2 week the process of getAccessToken is very slow. I am sending 
 request with scopes useing OAuth 2.0. After that i am getting the code and 
  calling the method against $user object. 
 $user-getAccessToken($code,$callBackUrl); This is success, i get the data 
 i want, but it's taking mins.  What should i do? Thanks for any advice.

 Regards,



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Getting Access Token from $_REQUEST[code] is very slow (PHP)

2013-10-10 Thread Paul Matthews (AdWords API Team)
Hi there,

Which version of the php client library are you using as there is no method 
getAccessToken on the AdWords user? The request to the OAuth2 servers 
should be quick. Is there any chance you're having DNS issues or other 
networking issues that could slow down the request?

As an aside, it's definitely worth caching the auth_token between requests 
to make sure you get the maximum performance (auth_tokens are valid for 60 
minutes).

Regards,

- Paul, AdWords API Team.

On Tuesday, 8 October 2013 13:45:43 UTC+1, g...@mediasales.hu wrote:

 Hi!

 Since 1-2 week the process of getAccessToken is very slow. I am sending 
 request with scopes useing OAuth 2.0. After that i am getting the code and 
  calling the method against $user object. 
 $user-getAccessToken($code,$callBackUrl); This is success, i get the data 
 i want, but it's taking mins.  What should i do? Thanks for any advice.

 Regards,


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

--- 
You received this message because you are subscribed to the Google Groups 
AdWords API Forum group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.