API call not showing queries with 0 conversions, but web dashboard does, why?

18 views
Skip to first unread message

Raname

unread,
Feb 25, 2016, 2:03:26 PM2/25/16
to AdWords API Forum
I'm trying to pull down search query information, but my API call doesn't bring down the queries with 0 conversions that i see on the web version.

Here's my AWQL call:

("SELECT Query, Conversions   "
       
"FROM SEARCH_QUERY_PERFORMANCE_REPORT "
       
"DURING YESTERDAY")

Which results in a list of 90 terms, all with a conversion greater than 0.

When I go on the web dashboard and do the same thing...



I see 16k search terms, and tons of them with no conversions. Why?

Anthony Madrigal

unread,
Feb 25, 2016, 4:49:57 PM2/25/16
to AdWords API Forum
Hi,

In order to get queries with 0 conversions, you should add the predicate WHERE Conversions >= 0. You may not get the queries with zero impressions since the Search Query Performance Report does not support zero impressions.

Here is more information on Zero Impression Reports.

Cheers,
Anthony
AdWords API Team
Reply all
Reply to author
Forward
0 new messages