How to get history of the adjustments such as removals of invalid traffic?

48 views
Skip to first unread message

Sumin Lee

unread,
Sep 3, 2024, 2:44:45 AM9/3/24
to Google Ads API and AdWords API Forum
Hello, 

We have found that Google may update metrics one or more days after a click occurs, when you detect invalid traffic that needs to be removed, etc. 

Can we get the history of all of those adjustments? 
It doesn't matter if we can get logs either through Google Ads UI or API.

Regards, 
Sumin

Google Ads API Forum Advisor

unread,
Sep 3, 2024, 8:10:50 AM9/3/24
to sumi...@lgcns.com, adwor...@googlegroups.com
Hi Sumin,

Thank you for reaching out to the Google Ads API support team.

Could you please confirm whether you want to retrieve the clicks via the API? If so, metrics.clicks provide the number of clicks. Also, you may refer to this help center article to know more information on the clicks. If this is not what you're looking for, please provide more information on your concerns along with a relevant screenshot.

You can send the details via Reply privately to the author option, or direct private reply to this email.
 
This message is in relation to case "ref:!00D1U01174p.!5004Q02vFhp7:ref" (ADR-00266293)

Thanks,
 
Google Logo Google Ads API Team


Google Ads API Forum Advisor

unread,
Sep 3, 2024, 8:12:12 AM9/3/24
to adwor...@googlegroups.com, sumi...@lgcns.com

Sumin Lee

unread,
Sep 3, 2024, 8:43:28 PM9/3/24
to Google Ads API and AdWords API Forum
Hi, 


It says:

"Your metrics may occasionally be updated one or more days after a click occurs."


I'd like to retrieve the history of those updates. 

Regards, 
Sumin

Google Ads API Forum Advisor

unread,
Sep 4, 2024, 3:50:46 AM9/4/24
to sumi...@lgcns.com, adwor...@googlegroups.com
Hi,

Note that it's not possible to retrieve the history of all of those adjustments via the Google Ads API, but you can get the metrics.clicks once the click is updated. You may use the below sample query. 
SELECT metrics.clicks FROM click_view WHERE segments.date = 'YYYY-MM-DD'
You may check the Fields/Segments/Metrics supported in the click_view resource. You can utilize GoogleAdsService.SearchStream and pass the required customer ID without hyphens(-) and a developer token in the specified field to retrieve the data. I hope this helps.
Reply all
Reply to author
Forward
0 new messages