You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ReportSuite.DeletePaidSearch for example only returns 1 or 0 as (its response)[https://developer.omniture.com/en_US/documentation/omniture-administration/r-deletepaidsearch].
Right now ROmniture's client will crash when it tries to parse this as JSON. Recommend throwing around a try/catch block to attempt to parse JSON and if we can't, then simply return the raw response.
The text was updated successfully, but these errors were encountered:
ReportSuite.DeletePaidSearch for example only returns 1 or 0 as (its response)[https://developer.omniture.com/en_US/documentation/omniture-administration/r-deletepaidsearch].
Right now ROmniture's client will crash when it tries to parse this as JSON. Recommend throwing around a try/catch block to attempt to parse JSON and if we can't, then simply return the raw response.
The text was updated successfully, but these errors were encountered: