Getting QuotaCheckError.INCOMPLETE_SIGNUP

2013-03-14 Thread Pau Gargallo
Hi,

(I do not know if this is the right place to ask the question. Please 
redirect me if needed)

Since today, we are getting the following error in all our api requests:

  adspygoogle.adwords.AdWordsErrors.AdWordsGoogleInternalError: 
[QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']

The code that worked fine yesterday.

Did something change?
Any hints on how to fix it?

Our MCC ID is 261-506-0694

Thanks in advance!
pau

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: unexpected error: QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''

2013-03-14 Thread Pau Gargallo
Hi,

I'm having the same problem. We have been using the API for the last 4 
months and today we started getting the INCOMPLETE_SIGNUP exception. 
 Nothing has change from our side.

Any help will be highly appreciated.

pau



On Wednesday, March 13, 2013 2:58:47 PM UTC+1, Richard Worrall wrote:
>
> Hi,
>
> Not sure what's going on here but I've been using the API successfully for 
> about 3 weeks. Then today, I started getting this exception:
>
> QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:''
>
> when I try to run the following code:
>
> api = AdwordsApi::Api.new(CONFIG_PATH)
> service = api.service(:ManagedCustomerService,:v201209)
> selector = { :fields => ['CustomerId'] }
> api.use_mcc { service.get(selector) }
>
> Any ideas what could be going on here? I haven't changed any credentials 
> and they've been working fine for weeks.
>
> Cheers!
> Richard
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 QuotaCheckError.INCOMPLETE_SIGNUP

2013-03-15 Thread Pau Gargallo
It's working again.
Thanks for fixing it!

pau


On Thursday, March 14, 2013 4:06:01 PM UTC+1, Kevin Winter (AdWords API 
Team) wrote:
>
> We're currently investigating this.
>
> - Kevin Winter
> AdWords API Team
>
> On Wednesday, March 13, 2013 6:26:28 AM UTC-4, Pau Gargallo wrote:
>>
>> Hi,
>>
>> (I do not know if this is the right place to ask the question. Please 
>> redirect me if needed)
>>
>> Since today, we are getting the following error in all our api requests:
>>
>>   adspygoogle.adwords.AdWordsErrors.AdWordsGoogleInternalError: 
>> [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']
>>
>> The code that worked fine yesterday.
>>
>> Did something change?
>> Any hints on how to fix it?
>>
>> Our MCC ID is 261-506-0694
>>
>> Thanks in advance!
>> pau
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-03 Thread Pau Gargallo
Hi Kevin,

Since yesterday, we are getting the same QuotaCheckError.INCOMPLETE_SIGNUP 
error again :-(
Can we do something to fix it?

Thanks!
pau



On Friday, March 15, 2013 9:54:52 AM UTC+1, Pau Gargallo wrote:
>
> It's working again.
> Thanks for fixing it!
>
> pau
>
>
> On Thursday, March 14, 2013 4:06:01 PM UTC+1, Kevin Winter (AdWords API 
> Team) wrote:
>>
>> We're currently investigating this.
>>
>> - Kevin Winter
>> AdWords API Team
>>
>> On Wednesday, March 13, 2013 6:26:28 AM UTC-4, Pau Gargallo wrote:
>>>
>>> Hi,
>>>
>>> (I do not know if this is the right place to ask the question. Please 
>>> redirect me if needed)
>>>
>>> Since today, we are getting the following error in all our api requests:
>>>
>>>   adspygoogle.adwords.AdWordsErrors.AdWordsGoogleInternalError: 
>>> [QuotaCheckError.INCOMPLETE_SIGNUP @ ; trigger:'']
>>>
>>> The code that worked fine yesterday.
>>>
>>> Did something change?
>>> Any hints on how to fix it?
>>>
>>> Our MCC ID is 261-506-0694
>>>
>>> Thanks in advance!
>>> pau
>>>
>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-03 Thread Pau Gargallo
Thank you Kevin!

--

Pau Gargallo, PhD
[image: Phone] (+34) 93.508.82.41 Ext. 217 pgarga...@clacktion.com[image:
Clacktion logo] <http://www.clacktion.com/>
[image: See 
map]<https://maps.google.com/maps?q=Clacktion,+Barcelona,+Espa%C3%B1a&hl=es&ie=UTF8&sll=37.0625,-95.677068&sspn=56.724997,135.263672&oq=clacktion&hq=Clacktion,&hnear=Barcelona,+Catalu%C3%B1a,+Espa%C3%B1a&t=m&z=14&iwloc=A>



On Wed, Apr 3, 2013 at 3:50 PM, Kevin Winter (AdWords API Team) <
adwordsapiadvisor+ke...@google.com> wrote:

> Hi Pau,
>   We're looking into this (again). I apologize for the inconvenience.
>
> - Kevin Winter
> AdWords API Team
>
>
> On Wednesday, April 3, 2013 5:35:16 AM UTC-4, Pau Gargallo wrote:
>>
>> Hi Kevin,
>>
>> Since yesterday, we are getting the same QuotaCheckError.**INCOMPLETE_SIGNUP
>> error again :-(
>> Can we do something to fix it?
>>
>> Thanks!
>> pau
>>
>>
>>
>> On Friday, March 15, 2013 9:54:52 AM UTC+1, Pau Gargallo wrote:
>>>
>>> It's working again.
>>> Thanks for fixing it!
>>>
>>> pau
>>>
>>>
>>> On Thursday, March 14, 2013 4:06:01 PM UTC+1, Kevin Winter (AdWords API
>>> Team) wrote:
>>>>
>>>> We're currently investigating this.
>>>>
>>>> - Kevin Winter
>>>> AdWords API Team
>>>>
>>>> On Wednesday, March 13, 2013 6:26:28 AM UTC-4, Pau Gargallo wrote:
>>>>>
>>>>> Hi,
>>>>>
>>>>> (I do not know if this is the right place to ask the question. Please
>>>>> redirect me if needed)
>>>>>
>>>>> Since today, we are getting the following error in all our api
>>>>> requests:
>>>>>
>>>>>   adspygoogle.adwords.**AdWordsErrors.**AdWordsGoogleInternalError:
>>>>> [QuotaCheckError.INCOMPLETE_**SIGNUP @ ; trigger:'']
>>>>>
>>>>> The code that worked fine yesterday.
>>>>>
>>>>> Did something change?
>>>>> Any hints on how to fix it?
>>>>>
>>>>> Our MCC ID is 261-506-0694
>>>>>
>>>>> Thanks in advance!
>>>>> pau
>>>>>
>>>>  --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 QuotaCheckError.INCOMPLETE_SIGNUP

2013-04-04 Thread Pau Gargallo
Hi Kevin,

it's working again.

Thanks!
pau


On Wed, Apr 3, 2013 at 6:22 PM, Kevin Winter (AdWords API Team) <
adwordsapiadvisor+ke...@google.com> wrote:

> Hi Pau,
>   Sorry for the trouble here - we're rolling back the change that's
> impacting you.  If you still can't make API calls in an hour, please let us
> know.
>
> - Kevin Winter
> AdWords API Team
>
>
> On Wednesday, April 3, 2013 11:06:12 AM UTC-4, Pau Gargallo wrote:
>
>> Thank you Kevin!
>>
>> --
>>
>> Pau Gargallo, PhD
>> [image: Phone]  (+34) 93.508.82.41 Ext. 217  pgar...@clacktion.com [image:
>> Clacktion logo] <http://www.clacktion.com/>
>> [image: See 
>> map]<https://maps.google.com/maps?q=Clacktion,+Barcelona,+Espa%C3%B1a&hl=es&ie=UTF8&sll=37.0625,-95.677068&sspn=56.724997,135.263672&oq=clacktion&hq=Clacktion,&hnear=Barcelona,+Catalu%C3%B1a,+Espa%C3%B1a&t=m&z=14&iwloc=A>
>>
>>
>>
>> On Wed, Apr 3, 2013 at 3:50 PM, Kevin Winter (AdWords API Team) <
>> adwordsapia...@**google.com> wrote:
>>
>>> Hi Pau,
>>>   We're looking into this (again). I apologize for the inconvenience.
>>>
>>> - Kevin Winter
>>> AdWords API Team
>>>
>>>
>>> On Wednesday, April 3, 2013 5:35:16 AM UTC-4, Pau Gargallo wrote:
>>>>
>>>> Hi Kevin,
>>>>
>>>> Since yesterday, we are getting the same 
>>>> QuotaCheckError.**INCOMPLET**E_SIGNUP
>>>> error again :-(
>>>> Can we do something to fix it?
>>>>
>>>> Thanks!
>>>> pau
>>>>
>>>>
>>>>
>>>> On Friday, March 15, 2013 9:54:52 AM UTC+1, Pau Gargallo wrote:
>>>>>
>>>>> It's working again.
>>>>> Thanks for fixing it!
>>>>>
>>>>> pau
>>>>>
>>>>>
>>>>> On Thursday, March 14, 2013 4:06:01 PM UTC+1, Kevin Winter (AdWords
>>>>> API Team) wrote:
>>>>>>
>>>>>> We're currently investigating this.
>>>>>>
>>>>>> - Kevin Winter
>>>>>> AdWords API Team
>>>>>>
>>>>>> On Wednesday, March 13, 2013 6:26:28 AM UTC-4, Pau Gargallo wrote:
>>>>>>>
>>>>>>> Hi,
>>>>>>>
>>>>>>> (I do not know if this is the right place to ask the question.
>>>>>>> Please redirect me if needed)
>>>>>>>
>>>>>>> Since today, we are getting the following error in all our api
>>>>>>> requests:
>>>>>>>
>>>>>>>   adspygoogle.adwords.**AdWordsErr**ors.**AdWordsGoogleInternalError
>>>>>>> **: [QuotaCheckError.INCOMPLETE_**SI**GNUP @ ; trigger:'']
>>>>>>>
>>>>>>> The code that worked fine yesterday.
>>>>>>>
>>>>>>> Did something change?
>>>>>>> Any hints on how to fix it?
>>>>>>>
>>>>>>> Our MCC ID is 261-506-0694
>>>>>>>
>>>>>>> Thanks in advance!
>>>>>>> pau
>>>>>>>
>>>>>>  --
>>> --
>>> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~**=~=~=~=~=~=~=~=~=~
>>> Also find us on our blog and discussion group:
>>> http://adwordsapi.blogspot.com
>>> http://groups.google.com/**group/adwords-api<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<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<https://groups.google

Re: Open google-api-ads-python issues

2013-04-22 Thread Pau Gargallo
Hi,

I had the same problem and found that there is an script to download the
missing files in 'adspygoogle/SOAPpy/'.  The following fixed the issue

   cd adspygoogle/SOAPpy/
   python download_and_patch_soappy.py

cheers,
pau




On Mon, Apr 22, 2013 at 11:26 AM, Dorian Kind  wrote:

> Hi all,
>
> sorry for posting this here, but I wouldn't know where else to go. The
> Python adspygoogle library was last updated on April 2 to version 15.7.1,
> but unfortunately many people cannot build the package because of missing
> files. This has been reported on April 4 with issue 
> 68,
> but the issue hasn't been accepted or even commented on since then. As this
> is a show-stopping bug, I feel like there should be at least some form of
> acknowledgement from Google's side. There's also other issues with the
> library that have been reported more than a month ago but didn't receive
> 'official' feedback yet. I understand that engineers at Google have a
> multitude of responsibilities and this library might not be on top of the
> priority list, but seeing as it is explicitly recommended to use an
> official client library to communicate with the AdWords API, it would be
> nice to have a working product.
>
> Thanks and best regards,
> Dorian
>
> --
> --
> =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
> 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.
>
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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: API support for AdWords "Labels" feature?

2013-09-16 Thread Pau Gargallo
+1

pau



On Thursday, April 4, 2013 9:34:17 AM UTC+2, Oliver wrote:
>
> Another +1 to add labels please.  It's one of the most useful and powerful 
> features in adwords.
>
> Oliver
>
> On Wednesday, April 3, 2013 10:44:02 PM UTC+1, Vanessa Sabino wrote:
>>
>> +1 to please add labels to the API!
>> With the 30 minutes timeout limit for AdWords scripts, it's a huge pain 
>> to bulk edit the labels there.
>>
>

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