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=100000,*  
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=100000,*  = 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:'<null>' 
> (enclosingId=7928184321, limit=100000, 
> 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.

Reply via email to