I count the number of ads in each day, and it fluctuates.
Some days are higher than others, so it must be possible for an ad to leave 
the REMOVED state.

What happens to ads when they are no longer REMOVED? Where'd they go?

On Thursday, June 1, 2023 at 3:58:35 PM UTC-7 Chad Wood wrote:

> Hello, I just have a question regarding the API and how it handles REMOVED 
> ads.
> It seems REMOVED ads can not be recovered. 
>
> So if I remove an ad, and then I query for a record of my REMOVED ads 
> every day, how many days with the ad I removed continue to show up as a 
> REMOVED ad?
>
> (example):
> SELECT 
>   segments.date, 
>   ad_group_ad.ad.id 
> FROM ad_group_ad 
> WHERE 
>   ad_group_ad.status = 'REMOVED' 
>
> What's the expected behavior here? If I removed an ad 10 years ago, will 
> it show up as a REMOVED ad today in 2023? Is it cumulative?
> If not, what rules does it follow?
>
>
> Ref: https://support.google.com/google-ads/answer/1722131?hl=en
> Removed: Inactive because you removed it. Removing a campaign permanently 
> deletes it. You cannot resume a campaign after you remove it.
>
> Ref: https://developers.google.com/google-ads/api/fields/v13/ad_group_ad
> ad_group_ad.status 
> Field description: The status of the ad. 
> Category: ATTRIBUTE 
> Data Type: ENUM ( ENABLED,  PAUSED,  REMOVED, UNKNOWN)
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7f727f00-e9a8-4717-a8ca-174eba789830n%40googlegroups.com.

Reply via email to