Keywords Performance Report Importing Removed Keywords

33 views
Skip to first unread message

Tyler Kekona

unread,
Apr 26, 2018, 3:05:01 PM4/26/18
to AdWords API and Google Ads API Forum
I am attempting to import 'removed' Keyword data using the ReportDefinition KEYWORDS_PERFORMANCE_REPORT.
I tried sending requests both without any filters, as well as with the Predicate:
            Predicate keywordPredicate = new Predicate
            {
                field = "Status",
                @operator = PredicateOperator.EQUALS,
                values = new string[] { "REMOVED" },
            };

For the first request I sent without any filters, I was successfully able to import all active Keywords, but was not returned any Keywords with the status 'removed'.
The second request returned an empty data set.

I was trying to find some documentation on deleted/removed keywords, but was unable to find anything that would explain the behavior I am experiencing :\
Any help would be appreciated!

Peter Oliquino (AdWords API Team)

unread,
Apr 27, 2018, 1:51:11 AM4/27/18
to AdWords API and Google Ads API Forum
Hi Tyler,

Adding the Status = REMOVED filter should allow you to retrieve those removed keywords. However, to better investigate the issue, could you provide the complete report definition you used and your clientCustomerId? You may reply via the Reply privately to author option.

Best regards,
Peter
AdWords API Team
Reply all
Reply to author
Forward
0 new messages