{
  "data": {
    "OperationErrors": {
      "OperationError": [
        {
          "Code": 0,
          "Details": "",
          "Message": "No errors occurred."
        }
      ]
    },
    "PartialErrors": {
      "ArrayOfOperationError": {
        "OperationError": [
          {
            "Code": 4806,
            "Details": "The offline conversion for click ID ABC123 could not be applied.",
            "Message": "Offline conversion application failed."
          }
        ]
      }
    }
  }
}