Hi Sylvain, 

The ACTIVE_CAMPAIGN_FEEDS_PER_ACCOUNT limit applies to non-removed 
CampaignFeed 
<https://developers.google.com/adwords/api/docs/reference/latest/CampaignFeedService.CampaignFeed>
 objects 
in an account. If a set of FeedItems are added as extensions to N 
Campaigns, it counts as N campaign-level extensions. The number of 
FeedItems returned by FeedItemService may not be a good indicator of the 
total number of campaign-level extensions in an account. To free up space, 
you need to *REMOVE* the CampaignFeeds 
<https://developers.google.com/adwords/api/docs/reference/latest/CampaignFeedService.CampaignFeed>
 for 
your *REMOVED* campaigns using CampaignFeedService 
<https://developers.google.com/adwords/api/docs/reference/latest/CampaignFeedService>,
 
then retry your request.

Regards,
Bharani, AdWords API Team

On Wednesday, November 8, 2017 at 1:12:48 PM UTC-5, Sylvain Beauregard 
wrote:
>
> Hi!
>
> I just ran into a weird limit issue... that apparently is not listed in 
> the limits page (
> https://developers.google.com/adwords/api/docs/appendix/limits#feed).
>
> When trying to add Campaign Extensions (Callouts or Sitelinks) to 
> campaigns on one of the accounts we manage, I got the following SOAP eror:
>
>
> SoapVar Object
>> (
>>     [enc_type] => 0
>>     [enc_value] => EntityCountLimitExceeded Object
>>         (
>>             [reason] => ACCOUNT_LIMIT
>>             [enclosingId] => 7432854073
>>             [limit] => 50000
>>             [accountLimitType] => ACTIVE_CAMPAIGN_FEEDS_PER_ACCOUNT
>>             [existingCount] => 50004
>>             [fieldPath] => operations[0]
>>             [fieldPathElements] => Array
>>                 (
>>                     [0] => FieldPathElement Object
>>                         (
>>                             [field] => operations
>>                             [index] => 0
>>                         )
>>                 )
>>             [trigger] =>
>>             [errorString] => EntityCountLimitExceeded.ACCOUNT_LIMIT
>>             [ApiErrorType] => EntityCountLimitExceeded
>>             [_parameterMap:ApiError:private] => Array
>>                 (
>>                     [ApiError.Type] => ApiErrorType
>>                 )
>>         )
>>     [enc_stype] => EntityCountLimitExceeded
>>     [enc_ns] => https://adwords.google.com/api/adwords/cm/v201705
>>
>>> )
>>>
>>
> I got the list of the feeds in the account... there are 11 different feeds 
> total.
>
> I got the list of the feeditems, we have 6397 different feed items 
> according toe the FeedItemService.   We re-use lots of the same FeedItem 
> IDs on various campaigns.
>
> The error talks about a limit of 50,000 but that limit number isn't listed 
> anywhere in the feeds section of the limits page
>
> Since the rest is just linking objects together... like FeeItemIDs to a 
> campaignID, I don't think 50 000 would be a reasonable limit.
>
> That account is pretty small... with about 500 campaigns at the moment (we 
> have many with over 7,000).
>
> Can you tell me which limit is involved here please and where do I look to 
> clean it up if needed and monitor it for the future?
>
> Thanks,
>
> Sylvain
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/407b2066-76a6-43d6-8707-b9709968c592%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to