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 ( 'idcustomdimension' => '1', 'idsite' => '3', 'name' => 'server_name', 'index' => '1', 'scope' => 'visit', 'active' => true, 'extractions' => array ( ), 'case_sensitive' => true, ), 1 => array ( 'idcustomdimension' => '2', 'idsite' => '3', 'name' => 'tester_name', 'index' => '2', 'scope' => 'visit', 'active' => true, 'extractions' => array ( ), 'case_sensitive' => true, ), 2 => array ( 'idcustomdimension' => '3', 'idsite' => '3', 'name' => 'scenario_title', 'index' => '3', 'scope' => 'visit', 'active' => true, 'extractions' => array ( ), 'case_sensitive' => true, ), );