| Home | Services | Forums |
searches.getSearchPhraseBuckets
Returns a list of search phrases with associated statistics.
Request Parameters
fromDate (Optional) - Starting date in YYYY-MM-DD format. Will return items between startDate and endDate. Default is start of current month.
toDate (Optional) - Ending date in YYYY-MM-DD format. Default is current date.
numPerSet (Optional) - Number of items to return per set. Default is 50.
set (Optional) - The set to return, which is equivalent to starting the returned items at set * numPerSet. Starts at 0. Default is 0.
filter (Optional) - A word or phrase to filter the returned list by.
campaignId (Optional) - Will only retrieve data belonging to the specified campaign. Default is to not filter by campaign.
Method URL Sample