Hi, we are migrating to the new google-ads API. One of our use cases is 
that we have a local copy synchronized with our accounts. The problem that 
we are having is that, for example, when we REMOVE and ad_group_criterion, 
it comes in the result of querying the *change_status *resource. 

For example the query is:

SELECT change_status.ad_group_criterion,
       change_status.resource_type, change_status.resource_name 
       change_status.last_change_date_time 
  FROM change_status
 WHERE change_status.last_change_date_time >= '2019-06-01 10:00:00' 
   AND change_status.resource_type = 'AD_GROUP_CRITERION' ;


But when we then query filtering by the resource_name that has been deleted 
(returned by the first query), that same resource is not brought by the API.


"SELECT ad_group_criterion.criterion_id , 
       ad_group_criterion.status, ad_group_criterion.type, 
       ad_group_criterion.webpage.criterion_name, 
  FROM ad_group_criterion 
WHERE ad_group_criterion.resource_name = '<the resource-name obtained> '


We have already tried querying by the *ad_group_criterion.criterion_id 
*filtering 
by status *REMOVED* with the same results, the *AD_GROUP_CRITERION* is not 
present. What can we do to download these results to our database?


-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads 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/e0212b57-d0ee-4226-b3ef-147d67507b16%40googlegroups.com.

Reply via email to