Change Event and Change Status not returning latest data

158 views
Skip to first unread message

Empower Solutions

unread,
May 26, 2023, 8:43:59 AM5/26/23
to Google Ads API and AdWords API Forum
Hello,

We followed the below links to fetch the change history data but it is not returning the keywords changes, or responsive ads changes.
how can we get keywords changes, responsive ads changes, and other changes
with Google ads query?

Google Ads API Forum Advisor

unread,
May 30, 2023, 6:29:21 AM5/30/23
to adsindia...@gmail.com, adwor...@googlegroups.com
Hello,

Thank you for reaching out to us.

With regard to your concern, please do note that Google Ads API mirrors the behavior of Google Ads UI. In order for us to check your use case, would you able to share a screenshot (un-cropped) of your Google Ads UI Change history (https://support.google.com/google-ads/answer/2454137) showing the entity/data that you want to pull via API?
 
This message is in relation to case "ref:_00D1U1174p._5004Q2ltdf4:ref"

Thanks,
 
Google Logo Google Ads API Team


 

Empower Solutions

unread,
May 30, 2023, 7:08:38 AM5/30/23
to adwor...@googlegroups.com
Hello,

Below is the screenshot for the change history UI.
ChangeHistory.png

and below is the query which we are using to retrieve the change history.
SELECT
                        change_event.resource_name,
                        change_event.change_date_time,
                        change_event.change_resource_name,
                        change_event.user_email,
                        change_event.client_type,
                        change_event.change_resource_type,
                        change_event.old_resource,
                        change_event.new_resource,
                        change_event.resource_change_operation,
                        change_event.changed_fields,
                        change_event.campaign,
                        campaign.resource_name,
                        campaign.name
                    FROM
                        change_event
                    WHERE
                       change_event.change_date_time >= '20230501' AND
                        change_event.change_date_time <= '20230530'  AND
                        campaign.id  = '{CampaignID}'                        
                    ORDER BY
                        change_event.change_date_time DESC
                    LIMIT 1000

Google Ads API Forum Advisor

unread,
Jun 1, 2023, 2:17:06 PM6/1/23
to adsindia...@gmail.com, adwor...@googlegroups.com

Hi,

Thank you for your response.

For us to proceed on the investigation and provide proper guidance on this, can you provide us screenshot a (un-cropped) of your Google Ads UI and the complete request and response logs with request ID so we can further investigate. You can provide it via Reply privately to author option. If this option is not available, then send it instead on this email address googleadsa...@google.com.

Reference links:

Empower Solutions

unread,
Aug 3, 2023, 7:54:09 AM8/3/23
to Google Ads API and AdWords API Forum
Hello,

We followed the below links to fetch the change history data but it is not returning the keywords changes, or responsive ads changes.
How can we get added notes with Google ads query?

Google Ads API Forum Advisor

unread,
Aug 3, 2023, 10:57:36 AM8/3/23
to adsindia...@gmail.com, adwor...@googlegroups.com

Hi Empower,

Thank you for coming back to us. I hope you are doing well today.

With regards to your concern, as mentioned in our previous email, since you are using the Google Ads Editor tool for these changes, unfortunately you can’t obtain keywords changes, responsive ads changes, and other changes with Google Ads query. As the Google Ads Editor is not available in the Google Ads API.

In addition, you also provide another screenshot that is, “To get the categories of the changes in the change history using the API”, unfortunately this is not yet supported in Google Ads API. However, our team has already raised a feature request for this so that it will become available in the future. Please note that this will be a subject for review and what we can do is to advise you to keep an eye on the blog post (https://ads-developers.googleblog.com/search/label/google_ads_api) for the updates and release notes (https://developers.google.com/google-ads/api/docs/release-notes?hl=en) feature releases.

You may check the reporting below for reference:


Have a great day.
 

Reply all
Reply to author
Forward
0 new messages