Hello,
apparently, soft delete is being used for ad_group_criterion resource, and
the query that I posted returns already removed criteria.
I have found a way to avoid the issue by adding a WHERE condition to my
query: ad_group_criterion.status != 'REMOVED'
I believe we can consider this closed
Hello,
Thank you for sharing all the details to troubleshoot the issue. Regret the
delay as I was checking this internally with the team. Could you please check
the status of the ad group criteria that you are trying to remove? We suspect
that this criteria is already removed and hence you are
Hello,
We are taking a look into this issue. We will have an update for you soon.
Thanks,
Bharani, Google Ads API Team
ref:_00D1U1174p._5001UKMAt3:ref
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=
Hi,
1. I'm fetching AdGroupCriterion of some *Hotel* with the query:
SELECT ad_group_criterion.resource_name
FROM ad_group_criterion
WHERE ad_group_criterion.listing_group.case_value.hotel_id.value =
'bc1f979e-0d69-4363-80a1-9b3e76c52b35'
2. The query results are:
"ad_group_criterion { resou