Error: Data structure returned is not convertible in the requested format. Try to call this method with the parameters '&format=original&serialize=1'; you will get the original php data structure serialized. The data structure looks like this: $data = array ( 0 => array ( 'pluginName' => 'WebsiteMeasurable', 'title' => 'WebsiteMeasurable', 'settings' => array ( 0 => array ( 'name' => 'urls', 'title' => 'URLs', 'value' => array ( 0 => 'http://www.genesis-display.com', ), 'defaultValue' => array ( ), 'type' => 'array', 'uiControl' => 'textarea', 'uiControlAttributes' => array ( 'cols' => '25', 'rows' => '3', 'placeholder' => 'http://example.com/ https://www.example.org/', ), 'availableValues' => NULL, 'description' => NULL, 'inlineHelp' => 'It is recommended, but not required, to specify the various URLs, one per line, that your visitors use to access this website. Alias URLs for a website will not appear in the Referrers → Websites report. Note that it is not necessary to specify the URLs with and without \'www\' as Matomo automatically considers both.', 'templateFile' => '', 'introduction' => NULL, 'condition' => NULL, 'fullWidth' => false, ), 1 => array ( 'name' => 'exclude_unknown_urls', 'title' => 'Only track visits and actions when the action URL starts with one of the above URLs.', 'value' => false, 'defaultValue' => false, 'type' => 'boolean', 'uiControl' => 'checkbox', 'uiControlAttributes' => array ( ), 'availableValues' => NULL, 'description' => NULL, 'inlineHelp' => 'When enabled, Matomo will only track internal actions when the Page URL is one of the known URLs for your website. This prevents people from spamming your analytics with URLs for other websites.<br />The domain and the path have to be an exact match and each valid subdomain has to be specified separately. For example when the known URLs are \'http://example.com/path\' and \'http://good.example.com\', tracking requests for \'http://example.com/otherpath\' or \'http://bad.example.com\' are ignored.', 'templateFile' => '', 'introduction' => NULL, 'condition' => NULL, 'fullWidth' => false, ), 2 => array ( 'name' => 'keep_url_fragment', 'title' => 'Keep Page URL fragments when tracking Page URLs', 'value' => '0', 'defaultValue' => '0', 'type' => 'string', 'uiControl' => 'select', 'uiControlAttributes' => array ( ), 'availableValues' => (object) array( '0' => 'No (Default)', '1' => 'Yes', '2' => 'No', ), 'description' => NULL, 'inlineHelp' => NULL, 'templateFile' => '', 'introduction' => NULL, 'condition' => NULL, 'fullWidth' => false, ), 3 => array ( 'name' => 'excluded_ips', 'title' => 'Excluded IPs', 'value' => array ( 0 => '', ), 'defaultValue' => array ( ), 'type' => 'array', 'uiControl' => 'textarea', 'uiControlAttributes' => array ( 'cols' => '20', 'rows' => '4', 'placeholder' => '18.222.115.120', ), 'availableValues' => NULL, 'description' => NULL, 'inlineHelp' => 'Enter the list of IPs, one per line, that you wish to exclude from being tracked by Matomo. You can use CIDR notation eg. 1.2.3.4/24 or you can use wildcards, eg. 1.2.3.* or 1.2.*.*<br /><br />Your current IP address is <i>18.222.115.120</i>', 'templateFile' => '', 'introduction' => NULL, 'condition' => NULL, 'fullWidth' => false, ), 4 => array ( 'name' => 'excluded_parameters', 'title' => 'Excluded Parameters', 'value' => array ( 0 => '', ), 'defaultValue' => array ( ), 'type' => 'array', 'uiControl' => 'textarea', 'uiControlAttributes' => array ( 'cols' => '20', 'rows' => '4', ), 'availableValues' => NULL, 'description' => NULL, 'inlineHelp' => 'Enter the list of URL Query Parameters, one per line, to exclude from the Page URLs reports. Regular expressions such as /^sess.*|.*[dD]ate$/ are supported.<br /><br />Matomo will automatically exclude the common session parameters (phpsessid, sessionid, ...).', 'templateFile' => '', 'introduction' => NULL, 'condition' => NULL, 'fullWidth' => false, ), 5 => array ( 'name' => 'excluded_user_agents', 'title' => 'Excluded User Agents', 'value' => array ( 0 => '', ), 'defaultValue' => array ( ), 'type' => 'array', 'uiControl' => 'textarea', 'uiControlAttributes' => array ( 'cols' => '20', 'rows' => '4', ), 'availableValues' => NULL, 'description' => NULL, 'inlineHelp' => 'Enter the list of user agents to exclude from being tracked by Matomo.<br /><br />If the visitor\'s user agent string contains any of the strings you specify, the visitor will be excluded from Matomo.<br />You can use this to exclude some bots from being tracked. Regular expressions such as /bot|spider|crawl|scanner/i are supported.', 'templateFile' => '', 'introduction' => NULL, 'condition' => NULL, 'fullWidth' => false, ), 6 => array ( 'name' => 'excluded_referrers', 'title' => 'Excluded referrers', 'value' => array ( 0 => '', ), 'defaultValue' => array ( ), 'type' => 'array', 'uiControl' => 'textarea', 'uiControlAttributes' => array ( 'cols' => '20', 'rows' => '4', ), 'availableValues' => NULL, 'description' => NULL, 'inlineHelp' => 'Enter the list of hostnames and URLs, one per line, you want to exclude from referrer detection.<br /><br />Each entry needs to contain the hostname and may contain a path. If a path is provided a referrer will only be excluded if the path matches as well. URLs with and without \'www\' are treated the same. Provided protocols will be ignored.<br />e.g. "www.example.org" would match "http://example.org/mypath" and "https://www.example.org/?param=1" but not "https://sub.example.org/"<br /><br />To also exclude all subdomains of a certain hostname, prefix it with a dot. e.g. ".sub.example.org" would exclude "http://sub.example.org/mypath", but also all its subdomains like "https://new.sub.example.org/".', 'templateFile' => '', 'introduction' => NULL, 'condition' => NULL, 'fullWidth' => false, ), 7 => array ( 'name' => 'sitesearch', 'title' => 'Site Search', 'value' => 1, 'defaultValue' => 1, 'type' => 'integer', 'uiControl' => 'select', 'uiControlAttributes' => array ( ), 'availableValues' => (object) array( '1' => 'Site Search tracking enabled', '0' => 'Do not track Site Search', ), 'description' => NULL, 'inlineHelp' => 'You can use Matomo to track and report what visitors are searching in your website\'s internal search engine.', 'templateFile' => '', 'introduction' => NULL, 'condition' => NULL, 'fullWidth' => false, ), 8 => array ( 'name' => 'use_default_site_search_params', 'title' => 'Use <a href=\'#globalSettings\'>default</a> Site Search parameters', 'value' => true, 'defaultValue' => true, 'type' => 'boolean', 'uiControl' => 'checkbox', 'uiControlAttributes' => array ( ), 'availableValues' => NULL, 'description' => 'Query parameter (Default): q,query,s,search,searchword,k,keyword & Category parameter: ', 'inlineHelp' => NULL, 'templateFile' => '', 'introduction' => NULL, 'condition' => '1 && sitesearch', 'fullWidth' => false, ), 9 => array ( 'name' => 'sitesearch_keyword_parameters', 'title' => 'Query parameter', 'value' => array ( 0 => '', ), 'defaultValue' => array ( ), 'type' => 'array', 'uiControl' => 'text', 'uiControlAttributes' => array ( ), 'availableValues' => NULL, 'description' => NULL, 'inlineHelp' => 'Enter a comma separated list of all query parameter names containing the site search keyword.', 'templateFile' => '', 'introduction' => NULL, 'condition' => 'sitesearch && !use_default_site_search_params', 'fullWidth' => false, ), 10 => array ( 'name' => 'sitesearch_category_parameters', 'title' => 'Category parameter', 'value' => array ( 0 => '', ), 'defaultValue' => array ( ), 'type' => 'array', 'uiControl' => 'text', 'uiControlAttributes' => array ( ), 'availableValues' => NULL, 'description' => NULL, 'inlineHelp' => '(optional)<br /><br />You may enter a comma-separated list of query parameters specifying the search category.', 'templateFile' => '', 'introduction' => NULL, 'condition' => 'sitesearch && !use_default_site_search_params', 'fullWidth' => false, ), 11 => array ( 'name' => 'ecommerce', 'title' => 'Ecommerce', 'value' => 0, 'defaultValue' => 0, 'type' => 'integer', 'uiControl' => 'select', 'uiControlAttributes' => array ( ), 'availableValues' => (object) array( '0' => 'Not an Ecommerce site', '1' => 'Ecommerce enabled', ), 'description' => NULL, 'inlineHelp' => 'When enabled, the "Goals" report will have a new "Ecommerce" section.<br />Matomo allows for advanced Ecommerce Analytics tracking and reporting. Learn more about <a href=\'https://matomo.org/docs/ecommerce-analytics/\' target=\'_blank\'> Ecommerce Analytics</a>.', 'templateFile' => '', 'introduction' => NULL, 'condition' => NULL, 'fullWidth' => false, ), ), ), 1 => array ( 'pluginName' => 'Live', 'title' => 'Live', 'settings' => array ( 0 => array ( 'name' => 'disable_visitor_log', 'title' => 'Turn off visits log and visitor profiles', 'value' => false, 'defaultValue' => false, 'type' => 'boolean', 'uiControl' => 'checkbox', 'uiControlAttributes' => array ( ), 'availableValues' => NULL, 'description' => NULL, 'inlineHelp' => 'Also removes features that depend on these, like the e-commerce log, the segmented visits-log, the real-time map or the real-time widget. May be required to comply with local privacy laws/guidelines.', 'templateFile' => '', 'introduction' => NULL, 'condition' => NULL, 'fullWidth' => false, ), 1 => array ( 'name' => 'disable_visitor_profile', 'title' => 'Turn off visitor profiles', 'value' => false, 'defaultValue' => false, 'type' => 'boolean', 'uiControl' => 'checkbox', 'uiControlAttributes' => array ( ), 'availableValues' => NULL, 'description' => NULL, 'inlineHelp' => 'All visits-log related features always function.', 'templateFile' => '', 'introduction' => NULL, 'condition' => 'disable_visitor_log==0', 'fullWidth' => false, ), ), ), );