Forums » Developers
API for searches per page
Hi,I would like to get the search keywords for any individual page using the API. Is that possible?
Using this call I get the search keywords for the entire site:
/api/stats/4?site_id=XYZ&type=searches&date=last-30-days
But I would like to be able to do something like this:
/api/stats/4?site_id=XYZ&type=searches&date=last-30-days&href=%2Fproducts.html
Thanks!
Posted Thu Apr 22 2010 8:23am by olofto
Yes, you would do like this:
type=segmentation&segments=searches&href=%2Fproducts.html
Posted Thu Apr 22 2010 1:39pm by Your Friendly Clicky Admin
