Calling the Personalized Searc...
URL Redirects
you might want some terms a customer searches for to go to a specific page instead of returning a list of records for example, if a customer searches for return policy , you want personalized search to automatically send the customer to your returns policy page see create url redirects in the monetate knowledge base for the steps to set up url redirects in the personalized search user interface once you set them up, you retrieve and configure url redirects using the personalized search api, allowing you to cache them after making the engine api request decisions , configure url redirects by making a get call to the following url personalized search api endpoint https //engine monetate net/api/search/v1/site search/{name}/{instance}/{domain}/url redirects?action id={action id} you can find the action id in the response to the relevant omnichannel personalized search experience refer to omnichannel personalized search action request docid\ xzjy8ycndlmwjle 2oxmw for more information here's an example response to the get call example url redirect response { "monetate keywordurlmap" \[ { "keywords" \[ "google" ], "url" "https //www google com" }, { additional redirects } ] } you can then check for these url redirects locally instead of making a personalized search api call, thus improving performance for these terms