RE: Change Status service does not return resource_status

39 views
Skip to first unread message
Message has been deleted
Message has been deleted

Google Ads API Forum Advisor Prod

unread,
Nov 19, 2020, 9:43:53 PM11/19/20
to adwor...@googlegroups.com
Hi Roman,

Thank you for reaching out.

Please note that I had to delete your initial post and re-post it below as it contained your account information. You may avoid exposing your account's IDs in order to ensure confidentiality.

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 XXXXXXXXX,
campaign XXXXXXXXX resource_status was not returned.

So, I want to know in which cases and why it is not returning? 


Also, so our team can better investigate, could you also provide once more the complete query with the actual dates, and the complete request and response logs along with the request ID of your Google Ads API request?

You may send the requested details using the Reply privately to author option.

Best regards,

Google Logo
Peter Laurence Napa Oliquino
Google Ads API Team
 


ref:_00D1U1174p._5004Q27v5hD:ref

Google Ads API Forum Advisor Prod

unread,
Nov 20, 2020, 12:23:17 AM11/20/20
to adwor...@googlegroups.com
Hi Roman,

Also adding the update/follow up you sent, below, since it too originally contained your account info :

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
Reply all
Reply to author
Forward
0 new messages