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/6ef22aec-4fba-4b3e-9a19-bd5a47c03d02n%40googlegroups.com.
