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
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