GenerateHistoricalMetricsResponse is empty for a particular keywords plan

2023-03-01 Thread 'Maxim Kurapatkin' via Google Ads API and AdWords API Forum
Hello,
I'm able retrieve historical info for keywords plan in adwords.
But with api request response.metrics == []

GenerateHistoricalMetricsRequest is:
keyword_plan: "customers/XXX/keywordPlans/625987651"
historical_metrics_options {
  year_month_range {
start {
  year: 2022
  month: JANUARY
}
end {
  year: 2023
  month: JANUARY
}
  }
  include_average_cpc: true
}


google-ads version "20.0.0"


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads 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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0e912e2e-f1de-4ea9-8c3e-2ebe49a8568bn%40googlegroups.com.


Re: AccountDisabled Error

2013-12-13 Thread Maxim Kurapatkin
Hi Josh,
Thanks a lot for your help! Finally i went thru the ClientId login.  The 
thread could be closed.

Thanks again

-Maxim Kurapatkin




On Monday, December 9, 2013 3:22:42 PM UTC-5, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Maxim,
>
> Could you try regenerating your auth 
> token<https://devsite.googleplex.com/accounts/docs/AuthForInstalledApps>? 
>  If that doesn't work, could you send over the request IDs of some of your 
> failed AdWords requests from the last 5 days?
>
> Also, it would help to know how your accounts are setup.  For example, do 
> you have a top level MCC whose auth token you use for all of your API 
> calls, or do you generate a separate auth token using the credentials for 
> each individual account?
>
> Cheers,
> Josh, AdWords API Team
>
> On Monday, December 9, 2013 10:51:38 AM UTC-8, Maxim Kurapatkin wrote:
>>
>> Nope! Web login for either API and google adwords works as usual without 
>> any alerts...
>>
>>
>>
>>
>> On Thursday, December 5, 2013 2:05:44 PM UTC-5, Josh Radcliff (AdWords 
>> API Team) wrote:
>>>
>>> Hi Maxim,
>>>
>>> When you manually log into AdWords using an account for which you 
>>> received this error do you see any alerts explaining why the account was 
>>> disabled?
>>>
>>> Thanks,
>>> Josh, AdWords API Team
>>>
>>> On Tuesday, December 3, 2013 5:33:27 PM UTC-5, Maxim Kurapatkin wrote:
>>>>
>>>> Thanks for the insight. Did that with no luck...
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Tuesday, December 3, 2013 1:53:13 PM UTC-5, Evgeniy Bogdanov wrote:
>>>>>
>>>>> If you run this code on server, try to open Adwords UI from server's 
>>>>> IP. 
>>>>>
>>>>>
>>>>> 2013/12/3 Maxim Kurapatkin 
>>>>>
>>>>>> Hello,
>>>>>>
>>>>>> "manually and enter the Captcha string."
>>>>>>
>>>>>> Is it a special place under the account settings where i proceed with 
>>>>>> captcha? Because i never get the captcha question during the web login 
>>>>>> either My client or Adwords account.. 
>>>>>>
>>>>>> Please let me know.
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Monday, December 2, 2013 3:09:54 PM UTC-5, Josh Radcliff (AdWords 
>>>>>> API Team) wrote:
>>>>>>>
>>>>>>> Hi Maxim,
>>>>>>>
>>>>>>> This error comes from ClientLogin and can occur when AuthTokens are 
>>>>>>> requested too quickly or at the same time from different locations.  To 
>>>>>>> unlock the accounts you will need to log into them manually and enter 
>>>>>>> the 
>>>>>>> Captcha string.
>>>>>>>
>>>>>>> Please note that the ClientLogin protocol is now deprecated and will 
>>>>>>> be sunset in 
>>>>>>> 2014<http://googleadsdeveloper.blogspot.com/2013/09/announcing-sunset-of-clientlogin-in.html>.
>>>>>>>  
>>>>>>>  Please consider migrating to OAuth2 as soon as possible.  
>>>>>>>
>>>>>>> Regards,
>>>>>>> Josh, AdWords API Team
>>>>>>>
>>>>>>> On Saturday, November 30, 2013 9:09:46 PM UTC-5, Maxim Kurapatkin 
>>>>>>> wrote:
>>>>>>>>
>>>>>>>> Hello,
>>>>>>>> I use My Client Center API to manage linked Adwords account.
>>>>>>>> Both of them can be managed under the web, without any limitations. 
>>>>>>>> However starting two weeks ago, our perl based API platform start 
>>>>>>>> getting 
>>>>>>>> messages like:
>>>>>>>>
>>>>>>>> An error as occurred trying to retrieve the authorization token. 
>>>>>>>> Error: AuthError {
>>>>>>>>   message: Forbidden
>>>>>>>>   code: 403
>>>>>>>>   content: Error=AccountDisabled
>>>>>>>> Url=https://www.google.com/accounts/ErrorMsg?Email=*&;
>>>>>>>> id=adis&ser

Re: AccountDisabled Error

2013-12-09 Thread Maxim Kurapatkin
Nope! Web login for either API and google adwords works as usual without 
any alerts...




On Thursday, December 5, 2013 2:05:44 PM UTC-5, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Maxim,
>
> When you manually log into AdWords using an account for which you received 
> this error do you see any alerts explaining why the account was disabled?
>
> Thanks,
> Josh, AdWords API Team
>
> On Tuesday, December 3, 2013 5:33:27 PM UTC-5, Maxim Kurapatkin wrote:
>>
>> Thanks for the insight. Did that with no luck...
>>
>>
>>
>>
>>
>> On Tuesday, December 3, 2013 1:53:13 PM UTC-5, Evgeniy Bogdanov wrote:
>>>
>>> If you run this code on server, try to open Adwords UI from server's IP. 
>>>
>>>
>>> 2013/12/3 Maxim Kurapatkin 
>>>
>>>> Hello,
>>>>
>>>> "manually and enter the Captcha string."
>>>>
>>>> Is it a special place under the account settings where i proceed with 
>>>> captcha? Because i never get the captcha question during the web login 
>>>> either My client or Adwords account.. 
>>>>
>>>> Please let me know.
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> On Monday, December 2, 2013 3:09:54 PM UTC-5, Josh Radcliff (AdWords 
>>>> API Team) wrote:
>>>>>
>>>>> Hi Maxim,
>>>>>
>>>>> This error comes from ClientLogin and can occur when AuthTokens are 
>>>>> requested too quickly or at the same time from different locations.  To 
>>>>> unlock the accounts you will need to log into them manually and enter the 
>>>>> Captcha string.
>>>>>
>>>>> Please note that the ClientLogin protocol is now deprecated and will 
>>>>> be sunset in 
>>>>> 2014<http://googleadsdeveloper.blogspot.com/2013/09/announcing-sunset-of-clientlogin-in.html>.
>>>>>  
>>>>>  Please consider migrating to OAuth2 as soon as possible.  
>>>>>
>>>>> Regards,
>>>>> Josh, AdWords API Team
>>>>>
>>>>> On Saturday, November 30, 2013 9:09:46 PM UTC-5, Maxim Kurapatkin 
>>>>> wrote:
>>>>>>
>>>>>> Hello,
>>>>>> I use My Client Center API to manage linked Adwords account.
>>>>>> Both of them can be managed under the web, without any limitations. 
>>>>>> However starting two weeks ago, our perl based API platform start 
>>>>>> getting 
>>>>>> messages like:
>>>>>>
>>>>>> An error as occurred trying to retrieve the authorization token. 
>>>>>> Error: AuthError {
>>>>>>   message: Forbidden
>>>>>>   code: 403
>>>>>>   content: Error=AccountDisabled
>>>>>> Url=https://www.google.com/accounts/ErrorMsg?Email=*&;
>>>>>> id=adis&service=adwords
>>>>>>
>>>>>> } at /isotree/lib/perl/Google/Ads/Common/AuthTokenHandler.pm line 
>>>>>> 225.
>>>>>>
>>>>>> At the same moment it works for another google adwords accounts (the 
>>>>>> same library, the same code)...
>>>>>>
>>>>>> Could you please give an insight the reasons that can cause error 
>>>>>> responses like that?
>>>>>>
>>>>>>
>>>>>> Thanks
>>>>>> -Maxim Kurapatkin
>>>>>>
>>>>>>
>>>>>>
>>>>>>  -- 
>>>> -- 
>>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>>>> Also find us on our blog and discussion group:
>>>> http://googleadsdeveloper.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 adwor...@googlegroups.com
>>>> To unsubscribe from this group, send email to
>>>> adwords-api...@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...@googlegroups.com.
>>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>>
>>>
>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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: AccountDisabled Error

2013-12-03 Thread Maxim Kurapatkin
Thanks for the insight. Did that with no luck...





On Tuesday, December 3, 2013 1:53:13 PM UTC-5, Evgeniy Bogdanov wrote:
>
> If you run this code on server, try to open Adwords UI from server's IP. 
>
>
> 2013/12/3 Maxim Kurapatkin >
>
>> Hello,
>>
>> "manually and enter the Captcha string."
>>
>> Is it a special place under the account settings where i proceed with 
>> captcha? Because i never get the captcha question during the web login 
>> either My client or Adwords account.. 
>>
>> Please let me know.
>>
>>
>>
>>
>>
>>
>> On Monday, December 2, 2013 3:09:54 PM UTC-5, Josh Radcliff (AdWords API 
>> Team) wrote:
>>>
>>> Hi Maxim,
>>>
>>> This error comes from ClientLogin and can occur when AuthTokens are 
>>> requested too quickly or at the same time from different locations.  To 
>>> unlock the accounts you will need to log into them manually and enter the 
>>> Captcha string.
>>>
>>> Please note that the ClientLogin protocol is now deprecated and will be 
>>> sunset in 
>>> 2014<http://googleadsdeveloper.blogspot.com/2013/09/announcing-sunset-of-clientlogin-in.html>.
>>>  
>>>  Please consider migrating to OAuth2 as soon as possible.  
>>>
>>> Regards,
>>> Josh, AdWords API Team
>>>
>>> On Saturday, November 30, 2013 9:09:46 PM UTC-5, Maxim Kurapatkin wrote:
>>>>
>>>> Hello,
>>>> I use My Client Center API to manage linked Adwords account.
>>>> Both of them can be managed under the web, without any limitations. 
>>>> However starting two weeks ago, our perl based API platform start getting 
>>>> messages like:
>>>>
>>>> An error as occurred trying to retrieve the authorization token. Error: 
>>>> AuthError {
>>>>   message: Forbidden
>>>>   code: 403
>>>>   content: Error=AccountDisabled
>>>> Url=https://www.google.com/accounts/ErrorMsg?Email=*&;
>>>> id=adis&service=adwords
>>>>
>>>> } at /isotree/lib/perl/Google/Ads/Common/AuthTokenHandler.pm line 225.
>>>>
>>>> At the same moment it works for another google adwords accounts (the 
>>>> same library, the same code)...
>>>>
>>>> Could you please give an insight the reasons that can cause error 
>>>> responses like that?
>>>>
>>>>
>>>> Thanks
>>>> -Maxim Kurapatkin
>>>>
>>>>
>>>>
>>>>  -- 
>> -- 
>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
>> Also find us on our blog and discussion group:
>> http://googleadsdeveloper.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 adwor...@googlegroups.com
>> To unsubscribe from this group, send email to
>> adwords-api...@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...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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: AccountDisabled Error

2013-12-03 Thread Maxim Kurapatkin
Hello,

"manually and enter the Captcha string."

Is it a special place under the account settings where i proceed with 
captcha? Because i never get the captcha question during the web login 
either My client or Adwords account.. 

Please let me know.






On Monday, December 2, 2013 3:09:54 PM UTC-5, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Maxim,
>
> This error comes from ClientLogin and can occur when AuthTokens are 
> requested too quickly or at the same time from different locations.  To 
> unlock the accounts you will need to log into them manually and enter the 
> Captcha string.
>
> Please note that the ClientLogin protocol is now deprecated and will be 
> sunset in 
> 2014<http://googleadsdeveloper.blogspot.com/2013/09/announcing-sunset-of-clientlogin-in.html>.
>  
>  Please consider migrating to OAuth2 as soon as possible.  
>
> Regards,
> Josh, AdWords API Team
>
> On Saturday, November 30, 2013 9:09:46 PM UTC-5, Maxim Kurapatkin wrote:
>>
>> Hello,
>> I use My Client Center API to manage linked Adwords account.
>> Both of them can be managed under the web, without any limitations. 
>> However starting two weeks ago, our perl based API platform start getting 
>> messages like:
>>
>> An error as occurred trying to retrieve the authorization token. Error: 
>> AuthError {
>>   message: Forbidden
>>   code: 403
>>   content: Error=AccountDisabled
>> Url=
>> https://www.google.com/accounts/ErrorMsg?Email=*&id=adis&service=adwords
>>
>> } at /isotree/lib/perl/Google/Ads/Common/AuthTokenHandler.pm line 225.
>>
>> At the same moment it works for another google adwords accounts (the same 
>> library, the same code)...
>>
>> Could you please give an insight the reasons that can cause error 
>> responses like that?
>>
>>
>> Thanks
>> -Maxim Kurapatkin
>>
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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: AccountDisabled Error

2013-12-03 Thread Maxim Kurapatkin
Got you! 

Thanks!
-Maxim Kurapatkin


On Monday, December 2, 2013 3:09:54 PM UTC-5, Josh Radcliff (AdWords API 
Team) wrote:
>
> Hi Maxim,
>
> This error comes from ClientLogin and can occur when AuthTokens are 
> requested too quickly or at the same time from different locations.  To 
> unlock the accounts you will need to log into them manually and enter the 
> Captcha string.
>
> Please note that the ClientLogin protocol is now deprecated and will be 
> sunset in 
> 2014<http://googleadsdeveloper.blogspot.com/2013/09/announcing-sunset-of-clientlogin-in.html>.
>  
>  Please consider migrating to OAuth2 as soon as possible.  
>
> Regards,
> Josh, AdWords API Team
>
> On Saturday, November 30, 2013 9:09:46 PM UTC-5, Maxim Kurapatkin wrote:
>>
>> Hello,
>> I use My Client Center API to manage linked Adwords account.
>> Both of them can be managed under the web, without any limitations. 
>> However starting two weeks ago, our perl based API platform start getting 
>> messages like:
>>
>> An error as occurred trying to retrieve the authorization token. Error: 
>> AuthError {
>>   message: Forbidden
>>   code: 403
>>   content: Error=AccountDisabled
>> Url=
>> https://www.google.com/accounts/ErrorMsg?Email=*&id=adis&service=adwords
>>
>> } at /isotree/lib/perl/Google/Ads/Common/AuthTokenHandler.pm line 225.
>>
>> At the same moment it works for another google adwords accounts (the same 
>> library, the same code)...
>>
>> Could you please give an insight the reasons that can cause error 
>> responses like that?
>>
>>
>> Thanks
>> -Maxim Kurapatkin
>>
>>
>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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.


AccountDisabled Error

2013-11-30 Thread Maxim Kurapatkin
Hello,
I use My Client Center API to manage linked Adwords account.
Both of them can be managed under the web, without any limitations. However 
starting two weeks ago, our perl based API platform start getting messages 
like:

An error as occurred trying to retrieve the authorization token. Error: 
AuthError {
  message: Forbidden
  code: 403
  content: Error=AccountDisabled
Url=https://www.google.com/accounts/ErrorMsg?Email=*&id=adis&service=adwords

} at /isotree/lib/perl/Google/Ads/Common/AuthTokenHandler.pm line 225.

At the same moment it works for another google adwords accounts (the same 
library, the same code)...

Could you please give an insight the reasons that can cause error responses 
like that?


Thanks
-Maxim Kurapatkin



-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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: v201206 authentification error (latest perl v201206 client library)

2012-08-22 Thread Maxim Kurapatkin
Hi David,

I'm using the wrapper. A piece of adwords package object initialsation is

my $api_arguments = {
email   => $cfg->email,
client_id   => $cfg->id,
clientId   => $cfg->id,
password   => $cfg->password,
developer_token   => $cfg->devtoken,
application_token => $cfg->appltoken,
version=> $VERSION,
use_auth_token_cache => $USE_AUTH_TOKEN_CACHE
}



Thank you in advance!




 




On Tuesday, August 14, 2012 1:39:48 AM UTC+3, David Torres wrote:
>
> Hi Maxim,
>
> What kind of authorization method are you trying to use? which keys are 
> you setting in your adwords.properties file?
>
> Best,
>
> -David Torres - Author of the Perl client library
>
> On Wednesday, August 8, 2012 7:17:45 AM UTC-4, Maxim Kurapatkin wrote:
>>
>> Hello,
>> I'm trying switch on the newest perl library and 201206 API version.
>> I can't proceed thru the authentification for some reason, i guess the 
>> problem is because > Here is request and responses:
>>
>> Request:
>>
>> http://www.w3.org/2001/XMLSchema-instance"; 
>> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
>> >https://adwords.google.com/api/adwords/cm/v201206";>> xmlns="https://adwords.google.com/api/adwords/cm/v201206";>XXX-581-2728>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201206";>REDACTED>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201206";>INSERT_USER_AGENT_HERE
>>  
>> (AwApi-Perl/2.7.0, Common-Perl/2.0.0, SOAP-WSDL/2.00.10, libwww-perl/2.033, 
>> perl/5.008008)https://adwords.google.com/api/adwords/cm/v201206";>false>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201206";>false>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201206
>> ">IdNameStatusEndDateStartDateServingStatus
>>
>>
>> Response:
>>
>> > xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>>  
>> xmlns="https://adwords.google.com/api/adwords/cm/v201206";>0004c6bf06f8f9e00a42dde446c7CampaignServiceget01270soap:Server[AuthorizationError.USER_PERMISSION_DENIED
>>  
>> @ ; trigger:'<null>']https://adwords.google.com/api/adwords/cm/v201206";>[AuthorizationError.USER_PERMISSION_DENIED
>>  
>> @ ; 
>> trigger:'<null>']ApiException>  
>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>> xsi:type="AuthorizationError"><null>AuthorizationError.USER_PERMISSION_DENIEDAuthorizationErrorUSER_PERMISSION_DENIED
>>
>> Thanks in advance!
>>
>> -Maxim
>>
>>
>>
>>

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


v201206 authentification error (latest perl v201206 client library)

2012-08-08 Thread Maxim Kurapatkin
Hello,
I'm trying switch on the newest perl library and 201206 API version.
I can't proceed thru the authentification for some reason, i guess the 
problem is because http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
>https://adwords.google.com/api/adwords/cm/v201206";>https://adwords.google.com/api/adwords/cm/v201206";>XXX-581-2728https://adwords.google.com/api/adwords/cm/v201206";>REDACTEDhttps://adwords.google.com/api/adwords/cm/v201206";>INSERT_USER_AGENT_HERE
 
(AwApi-Perl/2.7.0, Common-Perl/2.0.0, SOAP-WSDL/2.00.10, libwww-perl/2.033, 
perl/5.008008)https://adwords.google.com/api/adwords/cm/v201206";>falsehttps://adwords.google.com/api/adwords/cm/v201206";>falsehttps://adwords.google.com/api/adwords/cm/v201206";>IdNameStatusEndDateStartDateServingStatus


Response:

http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v201206";>0004c6bf06f8f9e00a42dde446c7CampaignServiceget01270soap:Server[AuthorizationError.USER_PERMISSION_DENIED
 
@ ; trigger:'']https://adwords.google.com/api/adwords/cm/v201206";>[AuthorizationError.USER_PERMISSION_DENIED
 
@ ; 
trigger:'']ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="AuthorizationError">AuthorizationError.USER_PERMISSION_DENIEDAuthorizationErrorUSER_PERMISSION_DENIED

Thanks in advance!

-Maxim



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Авторизация AdWords API на php

2012-05-22 Thread Maxim Kurapatkin

http://code.google.com/p/google-api-adwords-php/ 




- Original Message - 
From: "Allex"  
To: adwords-api@googlegroups.com 
Sent: Tuesday, May 15, 2012 11:13:19 AM GMT +02:00 Athens, Beirut, Bucharest, 
Istanbul 
Subject: Авторизация AdWords API на php 

Плиз, хоть один пример с работающей авторизацией AdWords API на php, или четкая 
инструкция по шагам что где и как делать 


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
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 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


RESPONSE_SIZE_LIMIT_EXCEEDED Error

2011-07-11 Thread Maxim Kurapatkin
Hello, 
I've got strange error on get criterions request. xml batch seems right. can 
you please check out what is wrong? 

[Mon Jul 11 09:23:39 2011] Outgoing Request: 
http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
>https://adwords.google.com/api/adwords/cm/v200909";>xREDACTEDXXXPerl
 Google::AdWords::Client 1.3.2: 
get_keywords.plfalsehttps://adwords.google.com/api/adwords/cm/v200909";>172675561015
 



[Mon Jul 11 09:23:42 2011] Incoming Response: 
http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v200909";>0b5f3dc707265aa21a259160ee4a1ace132421soap:ServerSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED
 @ https://adwords.google.com/api/adwords/cm/v200909";>SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED
 @ 
ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="SizeLimitError">SizeLimitErrorRESPONSE_SIZE_LIMIT_EXCEEDED
 




Thanks 
-Maxim 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Re: Auth Token Forbidden

2010-07-16 Thread Maxim Kurapatkin
Thank you so much Anash! 


Hi Maxim, 

You need to cache and reuse Authtokens in your application. The 
ClientLogin server will raise 403 errors and captcha challenges if you 
make calls to it too often. See our blog post on best practices around 
authtoken usage for more details. 

http://adwordsapi.blogspot.com/2010/07/discover-v2009-working-with-authtokens.html
 

Cheers, 
Anash P. Oommen, 
AdWords API Advisor 

On Jul 16, 1:32 am, Maxim Kurapatkin  wrote: 
> Hello, 
> 
> From time to time i'm receiving the following errors from API server: 
> 
> Could not get token for x...@gmail.com. Reason: Forbidden (code 403) 
> CaptchaToken=h-fwpJ7ozQHQGe-cpkR9SPPquHQbuCEmQSDpDRRsP1GppBLrkRuh-TN66ys1xc 
> q7xJdFkD1oA4_yeTYRF-hBi_64SJ4kX5hn4uIs_jjmNnN00IwaskNKM:d3Y6iWiB8qdi6kyOJDB 
> SRg 
> CaptchaUrl=Captcha?ctoken=h-fwpJ7ozQHQGe-cpkR9SPPquHQbuCEmQSDpDRewJQ_Oo4egw 
> RsP1GppBLrkRuh-TN66ys1xcq7xJdFkD1oA4_yeTYRF-kX5hn4uIs_jjmNnN00IwaskNKM%3Ad3 
> Y6iWiB8qdi6kyOJDBSRg 
> Error=CaptchaRequired 
> 
> What does it mean? can i force and hardcore AuthToken field in SOAP request? 
> 
> Thanks 
> 
> -Maxim 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
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 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


Auth Token Forbidden

2010-07-15 Thread Maxim Kurapatkin

Hello, 

>From time to time i'm receiving the following errors from API server: 

Could not get token for x...@gmail.com. Reason: Forbidden (code 403) 
CaptchaToken=h-fwpJ7ozQHQGe-cpkR9SPPquHQbuCEmQSDpDRRsP1GppBLrkRuh-TN66ys1xcq7xJdFkD1oA4_yeTYRF-hBi_64SJ4kX5hn4uIs_jjmNnN00IwaskNKM:d3Y6iWiB8qdi6kyOJDBSRg
 
CaptchaUrl=Captcha?ctoken=h-fwpJ7ozQHQGe-cpkR9SPPquHQbuCEmQSDpDRewJQ_Oo4egwRsP1GppBLrkRuh-TN66ys1xcq7xJdFkD1oA4_yeTYRF-kX5hn4uIs_jjmNnN00IwaskNKM%3Ad3Y6iWiB8qdi6kyOJDBSRg
 
Error=CaptchaRequired 


What does it mean? can i force and hardcore AuthToken field in SOAP request? 


Thanks 

-Maxim 



-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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


InternalApiError.UNEXPECTED_INTERNAL_API_ERROR @

2010-04-21 Thread Maxim Kurapatkin
Hello, 
I'm recieveing unexpected error on this request. Please advice what is wrong?? 

REquest: 

http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
>https://adwords.google.com/api/adwords/cm/v200909";>***Perl Google::AdWords::Client 1.3.2: 
setcriteria.plfalsehttps://adwords.google.com/api/adwords/cm/v200909";>ADD1262025558new ford car 2015EXACTPAUSEDhttp://www.carleasingsecrets.com/newcar/
 



Response 
http://schemas.xmlsoap.org/soap/envelope/";>soap:ServerInternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 @ https://adwords.google.com/api/adwords/cm/v200909";>InternalApiError.UNEXPECTED_INTERNAL_API_ERROR
 @ 
ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="InternalApiError">InternalApiErrorUNEXPECTED_INTERNAL_API_ERROR
 



Thanks 
-Maxim 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: RESPONSE_SIZE_LIMIT_EXCEEDED for AdgroupService

2010-04-20 Thread Maxim Kurapatkin
Got it, thank you 

-Maxim 


Hi Maxim, 

Some of the elements in your request have xmlns="". This is removing 
the elements from the AdWords cm namespace, so they aren't being seen 
in the request, resulting in very large responses. Please ensure you 
namespaces are set correctly. 

Best, 
- Eric Koleda, AdWords API Team 

On Apr 16, 4:28 pm, Maxim Kurapatkin  wrote: 
> Hello, 
> I have RESPONSE_SIZE_LIMIT_EXCEEDED responses even for result range for 2 
> entries. 
> 
> Here is an example: 
> 
> Outgoing Request: 
> http://www.w3.org/2001/XMLSchema-instance"; 
> xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
> > xmlns="https://adwords.google.com/api/adwords/cm/v200909";>*REDACTED
>  ***Perl 
> Google::AdWords::Client 1.3.2: 
> adgroups_keywords.plfalse Header> xmlns="https://adwords.google.com/api/adwords/cm/v200909";>  xmlns="">5302728 xmlns="">02 > 
> 
> Incoming Response: 
>  xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/";>  
> xmlns="https://adwords.google.com/api/adwords/cm/v200909";>52ba819191ae63dbed153424beef9f341  rations>16471< 
> /soap:Header>soap:Server tstring>SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED @ 
>  xmlns="https://adwords.google.com/api/adwords/cm/v200909";>SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED
>  @ 
> ApiException e>http://www.w3.org/2001/XMLSchema-instance"; 
> xsi:type="SizeLimitError"> or.Type>SizeLimitErrorRESPONSE_SIZE_LIMIT_EXCEEDED< 
> /reason> ap:Envelope> 
> 
> Please avdice 
> 
> Thanks! 
> 
> -Maxim 
> 
> -- 
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
> Have you migrated to v200909 yet? 
> The v13 sunset is on April 22, 2010. 
> 
> Also find us on our blog and discussion 
> group:http://adwordsapi.blogspot.comhttp://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 
> athttp://groups.google.com/group/adwords-api?hl=en 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
Have you migrated to v200909 yet? 
The v13 sunset is on April 22, 2010. 

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 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


RESPONSE_SIZE_LIMIT_EXCEEDED for AdgroupService

2010-04-16 Thread Maxim Kurapatkin
Hello, 
I have RESPONSE_SIZE_LIMIT_EXCEEDED responses even for result range for 2 
entries. 

Here is an example: 

Outgoing Request: 
http://www.w3.org/2001/XMLSchema-instance"; 
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"; 
>https://adwords.google.com/api/adwords/cm/v200909";>*REDACTED***Perl
 Google::AdWords::Client 1.3.2: 
adgroups_keywords.plfalsehttps://adwords.google.com/api/adwords/cm/v200909";>530272802
 


Incoming Response: 
http://schemas.xmlsoap.org/soap/envelope/";>https://adwords.google.com/api/adwords/cm/v200909";>52ba819191ae63dbed153424beef9f34116471soap:ServerSizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED
 @ https://adwords.google.com/api/adwords/cm/v200909";>SizeLimitError.RESPONSE_SIZE_LIMIT_EXCEEDED
 @ 
ApiExceptionhttp://www.w3.org/2001/XMLSchema-instance"; 
xsi:type="SizeLimitError">SizeLimitErrorRESPONSE_SIZE_LIMIT_EXCEEDED
 


Please avdice 

Thanks! 

-Maxim 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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


Re: AdWords API Setting convertions

2010-03-29 Thread Maxim Kurapatkin
Hello, 
We are using both google and our native conversion tracking. 
Second is a complex task and it's has individual actions in each case. 

Let me know If you need help. 

Thanks 
-Maxim Kurapatkin 



Hello, dear colleagues! 

Is it somehow possible to set conversions without using "Google Code 
for Conversion Page"? 

We need that to use "Conversion Optimizer" for the third-party 
ecommerce. We have no opportuniti to put Google's conversion Code, but 
can track conversions for each keyword and make api-requests at a real- 
time. 

Thank you 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 
Have you migrated to v200909 yet? 
The v13 sunset is on April 22, 2010. 

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 

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject. 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Have you migrated to v200909 yet?
The v13 sunset is on April 22, 2010.

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

To unsubscribe from this group, send email to 
adwords-api+unsubscribegooglegroups.com or reply to this email with the words 
"REMOVE ME" as the subject.