This is the query I use:
SELECT
change_status.resource_name,
change_status.last_change_date_time,
change_status.resource_type,
change_status.resource_status,
change_status.campaign,
FROM
change_status
WHERE
change_status.last_change_date_time
BETWEEN
{from_date:'%Y-%m-%d %H:%M:%S.%f'} AND {to_date:'%Y-%m-%d %H:%M:%S.%f'}
AND
change_status.resource_type = CAMPAIGN
On Thursday, November 19, 2020 at 1:11:57 PM UTC+2 Roman Kravtsiv wrote:

> Hi, 
> I use Google Ads(v5) Change Status service to keep track of which 
> resources have changed within an account over a given time period.
>
> This is the query I use:
>
>
>
> In documentation is mentioned that resource_status on a given resource 
> will be one of ADDED, CHANGED, or REMOVED,  but this field is not returned 
> for some campaigns. 
>
> For example for account 9362783073 <(936)%20278-3073>,
> campaign 10762290855 resource_status was not returned.
>
>
>
> So, I want to know in which cases and why it is not returning? 
>
> Thanks,
> Roman Kravtsiv
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/497f9dd0-dc58-42ab-bc28-c37d41077b8fn%40googlegroups.com.
  • Re: Change Statu... 'Roman Kravtsiv' via AdWords API and Google Ads API Forum

Reply via email to