Hi Henry, The removed entities in your account do not count toward these limits <https://support.google.com/adwords/answer/6372658?hl=en-GB>. Status changes at the campaign level will affect the statuses of the ad groups, ads, and keywords within it. A status change at the ad group level will affect the ads and keywords contained within it, and so on. If an Ad belongs to a removed AdGroup, it's effective status is removed as well. You can use Ad Performance Report and include the following predicate to get only ENABLED or PAUSED Ads in your account:
WHERE AdGroupStatus != REMOVED AND CampaignStatus != REMOVED AND Status != DISABLED You can also use CampaignService <https://developers.google.com/adwords/api/docs/reference/v201702/CampaignService> and AdGroupService <https://developers.google.com/adwords/api/docs/reference/v201702/AdGroupService> to retrieve the Ids of removed Campaigns and AdGroups and include these Ids in a predicate to exclude Ads and criteria from these campaigns or ad groups. Regards, Shwetha, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/6467adc6-d3dc-450f-8c77-f5f776f830cf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
