Avatar

Level 4

Hi Barry,

With some help with ClientCare, I am now able to return a very comprehensive list of Calculated Metrics by posting the following request to: https://api.omniture.com/admin/1.4/rest/?method=CalculatedMetrics.Get

{   "fields": [     "approved",     "description",     "modified",     "reportSuiteID",     "compatibility",     "favorite",     "tags",     "shares",     "owner",     "polarity",     "precision",     "type",     "definition"      ],   "_example": {        "accessLevel": "string",        "fields": [          "approved",          "description",          "modified",          "reportSuiteID",          "compatibility",          "favorite",          "tags",          "shares",          "owner",          "polarity",          "precision",          "type",          "definition"        ],        "filters": {          "name": "string",          "tags": "string",          "owner": "string",          "reportSuiteID": "string",          "approved": true,          "favorite": true        },        "selected": [          "string"        ],        "sort": "string"      } }