Reporting on Website Search Activity: Top 10 Search Terms Guide
How is everyone reporting on website search activity? For example, I want to create a report that captures the search terms used on a website. To start, I set up an Insight report to capture the search results page URL, then break that down by URL, but that is not very clean. The search results page includes the term used, as follows: https://sample.com/?srch=searchTermHere The search form is as follows:
<form action="https://sample.com/workshop/" role="search" method="GET" class="wpc-filter-search-form">
<div class="wpc-search-field-wrapper wpc-search-field-wrapper-83692s"> <span class="wpc-search-icon"></span> <input
type="text" class="wpc-search-field" placeholder="Find a Workshop" value="" name="srch"> <span
class="wpc-search-clear-icon-wrapper"> <a class="wpc-search-clear-icon" href="https://sample.com/workshop/"
title="Clear search">×</a> </span></div>
</form>
How is everyone reporting on Search activity?