need to pull keywords with "low search volume"

320 views
Skip to first unread message

Reports WebSavvy

unread,
Mar 18, 2015, 9:34:11 PM3/18/15
to adwords...@googlegroups.com
Hi,

I am creating a Keyword performance report in google sheets.In the sheets I have some formulas which check if the keyword status is "low search volume" .In the adwords interface I can see this status for some keywords but when I pull in the status field in KEYWORD_PERFORMANCE_REPORT is gives one  "enabled","paused","removed". where is the adwords interface pulling the status data from?


Anash Oommen

unread,
Mar 23, 2015, 9:15:56 AM3/23/15
to adwords...@googlegroups.com
Hi,

Keyword search volumn values aren't available in Scripts right now. The keyword status is its enabled / disabled user status. See https://developers.google.com/adwords/api/docs/appendix/reports for the list of reports we support on AdWords Scripts, and their supported columns.

Cheers,
Anash P. Oommen,
AdWords Scripts Team.

Dimtiris Tzemos

unread,
Feb 9, 2017, 9:54:21 AM2/9/17
to AdWords Scripts Forum
Hello all,

you can now filter low search volume keywords by using SystemServingStatus variable from KEYWORD_PERFORMANCE_REPORT. See here: https://developers.google.com/adwords/api/docs/appendix/reports/keywords-performance-report.

You can use it on your keyword selector conditions in adwords scripts by:

var keywords = AdWordsApp.keywords()
                   .withCondition("SystemServingStatus = 'RARELY_SERVED'")
                   .get();
Reply all
Reply to author
Forward
0 new messages