Wondering if any one has seen same issues before, that removed product groups unit are still showing in AdGroupCriterionService.get result.
We removed some product partitions unit using AdGroupCriterionService.mutate remove operation and checked
Adwords UI which looks good. Then using AdGroupCriterionService.get to query current partitions, however we found the removed ones are still existed in get result, but their parentCriterionId is None.
And when we tried to remove those product groups again, it complains EntityNotFound.INVALID_ID.
Appreciate if any one can provide some suggestions, and wondering if this will cause any issues since from Adwords UI removed product units has been removed correctly.