RE: GoogleAdsServer fault error LABELS_PER_TYPE_PER_CUSTOMER

2021-01-21 Thread Google Ads API Forum Advisor Prod
Hello,

Floyd, thanks for contributing to the forum and helping our community.

Angela, it looks like you are using the AdWords API. Please see this page on 
limits, specifically the table on labels. Although this specific error message 
is not documented, the error is likely due to one of reasons given in this 
table, particularly the first two rows. Can you please check if your request 
crosses one of these limits?

Thanks,
Matt
Google Ads API Team

Matt
Google Ads API Team
ref:_00D1U1174p._5004Q2B28eX:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/T3oQv0QNAYRF002v_p7jsvQaaPZYNYL0q0Cg%40sfdc.net.


Re: GoogleAdsServer fault error LABELS_PER_TYPE_PER_CUSTOMER

2021-01-21 Thread Floyd van der weij
i aint a google helper
But looking at the error

first part probably indicates that you hit a daily limit
*EntityCountLimitExceeded.**ACCOUNT_LIMIT*  

1st probablity for limit

if im correct the limit is to limit the amount of data you can get
if you set it to  * limit=10,*  
you will get like an enourmous amount of data that, probably you and google 
doesnt like.
i recommend this setting to 100 at first for testing and making your way up 

---
2nd probablity (more likely if its not based on your code)

*limit=10,*  = the amount of times you are able to call data out of 
google per day. 
Meaning you basically called that much data in a day that google says no 
more.
and blocks it for the day.

sollution for this is to either limit the amount of data you ask.
or look for loops that are endless or something in that way

---
i dont know what 



*existingCount=null isbut i think its something about the current call, you 
called that much data but since you maybe reloaded your page and reloaded 
the action.it becomes null*

*-*
Op donderdag 21 januari 2021 om 11:38:38 UTC+1 schreef 
angela...@seekandhit.com:

> Hi,
>
> There is no documentation on this error:
>
> *[EntityCountLimitExceeded.ACCOUNT_LIMIT @ operations; trigger:'' 
> (enclosingId=7928184321, limit=10, 
> accountLimitType=LABELS_PER_TYPE_PER_CUSTOMER, existingCount=null)]*
>
> what is it, and what limit, on what customer? can you plz define whats 
> wrong, especially since *existingCount=null*?
>
> Thanks!
>
> Best regards,
> Angela Čelar
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/da1192a1-fb00-45a3-9599-34307e489742n%40googlegroups.com.