Has anyone set up EE to use the Google Analytics Site Search functionality?
What would I need to put for the ‘Query Parameter’? The search box ends up as the following code on the page:
<form action="http://www.ehs.sfu.ca/" method="post">
<div class="hiddenFields">
<input type="hidden" value="19" name="ACT"/>
<input type="hidden" value="" name="XID"/>
<input type="hidden" value="search/results" name="RP"/>
<input type="hidden" value="search/noresults" name="NRP"/>
<input type="hidden" value="" name="RES"/>
<input type="hidden" value="not home" name="status"/>
<input type="hidden" value="not ehsblog" name="weblog"/>
<input type="hidden" value="everywhere" name="search_in"/>
<input type="hidden" value="all" name="where"/>
<input type="hidden" value="1" name="site_id"/>
</div>
<label class="inside" for="keywords">Search EHS…</label>
<input id="keywords" type="text" maxlength="100" name="keywords" value=""/>
<input id="top-submit" type="image" src="/images/search4.4.gif" alt="Submit"/>
</form>so the search terms would be: “search/results” ?