how to search by kewordid in search query performance report
13 views
Skip to first unread message
Arnab Ganguly
unread,
Sep 13, 2016, 10:21:32 PM9/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi,
I am unable to filter search query performance report using keywordId.
'predicates': [
{
'field': 'KeywordId',
'operator': 'EQUALS',
'values': [1XXXXX]
}
],
It is saying invalid predicate "KeywordId" as a workaround I am doing using predicates on KeywordTextMatchingQuery and it works.Please advice.
Thanks,
-Arnab
Joyce Lava
unread,
Sep 13, 2016, 11:11:49 PM9/13/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi Arnab,
The KeywordId field in the Search Query Performance Report has Filterable = False. This is the reason why the error message occurs. You may refer to each field with Filterable = True to avoid errors when filtering fields in the report.