I would like to know if the Sharedsets API is working. I tried different ways by using
ReportDefinitionReportType reportType = (ReportDefinitionReportType)Enum.Parse(typeof(ReportDefinitionReportType), "CAMPAIGN_SHARED_SET_REPORT");
SharedSetService service = (SharedSetService)user.GetService(AdWordsService.v201302.SharedSetService);
Selector selector = new Selector();
selector.fields = new String[] { "Name","SharedSetId" };
and also the http adhoc report. None of those work, could someone let me know if this beta feature is working? They all gave me the error "An API exception has occurred. See ApiException and InnerException fields for more details."