Custom JavaScript Error Info in On-Page API
On-Page API endpoints that allow specifying custom_js now include a new field in the responses: custom_js_client_exception. If an error occurs during your custom JavaScript execution, the custom_js_client_exception field will display an error message, allowing you to identify and resolve issues with your script. Here’s the…