{ "openapi": "3.0.1", "info": { "title": "Reports & Analytics API v1.4", "description": "API Spec for the Adobe Analytics - Reports & Analytics API\n\n Note: Adobe may add optional request and response members (name/value pairs) to existing API objects at any time and without notice or changes in versioning. Adobe recommends that you refer to the API documentation of any third-party tool you integrate with our APIs so that such additions are ignored in processing if not understood. If implemented properly, such additions are non-breaking changes for your implementation. Adobe will not remove parameters or add required parameters without first providing standard notification through release notes.", "contact": { "name": "Adobe Experience Cloud Web Services", "url": "http://developer.adobe.com" }, "version": "1.4" }, "servers": [ { "url": "https://api.omniture.com/admin/1.4" } ], "security": [ { "adobe_id": [] } ], "paths": { "/rest/?method=Bookmark.GetBookmarks": { "post": { "tags": [ "Bookmark" ], "summary": "Retrieves a list of bookmarks for the authenticated user.", "operationId": "Bookmark.GetBookmarks", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/bookmarkGetBookmarksRequestData" } } }, "required": true }, "responses": { "200": { "description": "Bookmark.GetBookmarks response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/bookmarkGetBookmarksResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "bookmarkGetBookmarksRequestData" } }, "/rest/?method=Bookmark.GetDashboards": { "post": { "tags": [ "Bookmark" ], "summary": "Retrieves a list of dashboards accessible by the user.", "operationId": "Bookmark.GetDashboards", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/bookmarkGetDashboardsRequestData" } } }, "required": true }, "responses": { "200": { "description": "Bookmark.GetDashboards response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/bookmarkGetDashboardsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "bookmarkGetDashboardsRequestData" } }, "/rest/?method=Bookmark.GetReportDescription": { "post": { "tags": [ "Bookmark" ], "summary": "Retrieves the report description for the bookmark.", "operationId": "Bookmark.GetReportDescription", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/bookmarkGetReportDescriptionRequestData" } } }, "required": true }, "responses": { "200": { "description": "Bookmark.GetReportDescription response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/bookmarkGetReportDescriptionResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "bookmarkGetReportDescriptionRequestData" } }, "/rest/?method=CalculatedMetrics.Delete": { "post": { "tags": [ "CalculatedMetrics" ], "operationId": "CalculatedMetrics.Delete", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/calculatedMetricsDeleteRequestData" } } }, "required": true }, "responses": { "200": { "description": "CalculatedMetrics.Delete response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/calculatedMetricsDeleteResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "calculatedMetricsDeleteRequestData" } }, "/rest/?method=CalculatedMetrics.Get": { "post": { "tags": [ "CalculatedMetrics" ], "operationId": "CalculatedMetrics.Get", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/calculatedMetricsGetRequestData" } } }, "required": true }, "responses": { "200": { "description": "CalculatedMetrics.Get response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/calculatedMetricsGetResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "calculatedMetricsGetRequestData" } }, "/rest/?method=CalculatedMetrics.GetFunctions": { "post": { "tags": [ "CalculatedMetrics" ], "operationId": "CalculatedMetrics.GetFunctions", "responses": { "200": { "description": "CalculatedMetrics.GetFunctions response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/calculatedMetricsGetFunctionsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } } } }, "/rest/?method=CalculatedMetrics.Save": { "post": { "tags": [ "CalculatedMetrics" ], "operationId": "CalculatedMetrics.Save", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/calculatedMetricsSaveRequestData" } } }, "required": true }, "responses": { "200": { "description": "CalculatedMetrics.Save response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/calculatedMetricsSaveResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "calculatedMetricsSaveRequestData" } }, "/rest/?method=Classifications.CommitImport": { "post": { "tags": [ "Classifications" ], "summary": "Commits a specified Saint Import job for processing.", "operationId": "Classifications.CommitImport", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsCommitImportRequestData" } } }, "required": true }, "responses": { "200": { "description": "Classifications.CommitImport response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsCommitImportResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "classificationsCommitImportRequestData" } }, "/rest/?method=Classifications.CreateExport": { "post": { "tags": [ "Classifications" ], "summary": "Creates Saint Export Job.", "operationId": "Classifications.CreateExport", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsCreateExportRequestData" } } }, "required": true }, "responses": { "200": { "description": "Classifications.CreateExport response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsCreateExportResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "classificationsCreateExportRequestData" } }, "/rest/?method=Classifications.CreateFTP": { "post": { "tags": [ "Classifications" ], "summary": "Creates an ftp account for the given parameters and returns the ftp account info", "operationId": "Classifications.CreateFTP", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsCreateFTPRequestData" } } }, "required": true }, "responses": { "200": { "description": "Classifications.CreateFTP response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsCreateFTPResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "classificationsCreateFTPRequestData" } }, "/rest/?method=Classifications.CreateImport": { "post": { "tags": [ "Classifications" ], "summary": "Creates a Saint Import Job", "operationId": "Classifications.CreateImport", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsCreateImportRequestData" } } }, "required": true }, "responses": { "200": { "description": "Classifications.CreateImport response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsCreateImportResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "classificationsCreateImportRequestData" } }, "/rest/?method=Classifications.GetCompatibilityElements": { "post": { "tags": [ "Classifications" ], "summary": "Returns array of compatibility information for submitted report suites,", "operationId": "Classifications.GetCompatibilityElements", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetCompatibilityElementsRequestData" } } }, "required": true }, "responses": { "200": { "description": "Classifications.GetCompatibilityElements response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetCompatibilityElementsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "classificationsGetCompatibilityElementsRequestData" } }, "/rest/?method=Classifications.GetExport": { "post": { "tags": [ "Classifications" ], "summary": "Returns the page details of a given file_id", "operationId": "Classifications.GetExport", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetExportRequestData" } } }, "required": true }, "responses": { "200": { "description": "Classifications.GetExport response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetExportResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "classificationsGetExportRequestData" } }, "/rest/?method=Classifications.GetFTP": { "post": { "tags": [ "Classifications" ], "summary": "Returns a list of the ftp accounts configured for this company", "operationId": "Classifications.GetFTP", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetFTPRequestData" } } }, "required": true }, "responses": { "200": { "description": "Classifications.GetFTP response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetFTPResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "classificationsGetFTPRequestData" } }, "/rest/?method=Classifications.GetFilters": { "post": { "tags": [ "Classifications" ], "summary": "Get SAINT export filters.", "operationId": "Classifications.GetFilters", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetFiltersRequestData" } } }, "required": true }, "responses": { "200": { "description": "Classifications.GetFilters response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetFiltersResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "classificationsGetFiltersRequestData" } }, "/rest/?method=Classifications.GetStatus": { "post": { "tags": [ "Classifications" ], "summary": "Return the current status of a Saint API Job.", "operationId": "Classifications.GetStatus", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetStatusRequestData" } } }, "required": true }, "responses": { "200": { "description": "Classifications.GetStatus response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetStatusResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "classificationsGetStatusRequestData" } }, "/rest/?method=Classifications.GetTemplate": { "post": { "tags": [ "Classifications" ], "summary": "Returns the template to be used in the SAINT browser or FTP download", "operationId": "Classifications.GetTemplate", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetTemplateRequestData" } } }, "required": true }, "responses": { "200": { "description": "Classifications.GetTemplate response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsGetTemplateResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "classificationsGetTemplateRequestData" } }, "/rest/?method=Classifications.PopulateImport": { "post": { "tags": [ "Classifications" ], "summary": "Attaches Import data to a given Saint Import job.", "operationId": "Classifications.PopulateImport", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsPopulateImportRequestData" } } }, "required": true }, "responses": { "200": { "description": "Classifications.PopulateImport response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/classificationsPopulateImportResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "classificationsPopulateImportRequestData" } }, "/rest/?method=Company.GetEndpoint": { "post": { "tags": [ "Company" ], "summary": "Returns the correct endpoint to be used for API calls", "operationId": "Company.GetEndpoint", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/companyGetEndpointRequestData" } } }, "required": true }, "responses": { "200": { "description": "Company.GetEndpoint response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/companyGetEndpointResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "companyGetEndpointRequestData" } }, "/rest/?method=Company.GetLoginKey": { "post": { "tags": [ "Company" ], "summary": "Returns the api key when called with the right username and password", "operationId": "Company.GetLoginKey", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/companyGetLoginKeyRequestData" } } }, "required": true }, "responses": { "200": { "description": "Company.GetLoginKey response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/companyGetLoginKeyResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "companyGetLoginKeyRequestData" } }, "/rest/?method=Company.GetReportSuites": { "post": { "tags": [ "Company" ], "summary": "Retrieves all report suites associated with your company.", "operationId": "Company.GetReportSuites", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/companyGetReportSuitesRequestData" } } }, "required": true }, "responses": { "200": { "description": "Company.GetReportSuites response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/companyGetReportSuitesResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "companyGetReportSuitesRequestData" } }, "/rest/?method=Company.GetTrackingServer": { "post": { "tags": [ "Company" ], "summary": "Returns the tracking server and namespace for the given report suite", "operationId": "Company.GetTrackingServer", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/companyGetTrackingServerRequestData" } } }, "required": true }, "responses": { "200": { "description": "Company.GetTrackingServer response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/companyGetTrackingServerResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "companyGetTrackingServerRequestData" } }, "/rest/?method=Company.GetVersionAccess": { "post": { "tags": [ "Company" ], "summary": "Retrieves version access for the company.", "operationId": "Company.GetVersionAccess", "responses": { "200": { "description": "Company.GetVersionAccess response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/companyGetVersionAccessResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } } } }, "/rest/?method=DataFeed.GetFeed": { "post": { "tags": [ "DataFeed" ], "operationId": "DataFeed.GetFeed", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataFeedGetFeedRequestData" } } }, "required": true }, "responses": { "200": { "description": "DataFeed.GetFeed response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataFeedGetFeedResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "dataFeedGetFeedRequestData" } }, "/rest/?method=DataFeed.GetFeeds": { "post": { "tags": [ "DataFeed" ], "operationId": "DataFeed.GetFeeds", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataFeedGetFeedsRequestData" } } }, "required": true }, "responses": { "200": { "description": "DataFeed.GetFeeds response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataFeedGetFeedsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "dataFeedGetFeedsRequestData" } }, "/rest/?method=DataSources.Delete": { "post": { "tags": [ "DataSources" ], "summary": "Deletes a Data Source", "operationId": "DataSources.Delete", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataSourcesDeleteRequestData" } } }, "required": true }, "responses": { "200": { "description": "DataSources.Delete response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataSourcesDeleteResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "dataSourcesDeleteRequestData" } }, "/rest/?method=DataSources.Get": { "post": { "tags": [ "DataSources" ], "summary": "Returns a list of data sources that belong to the specified report suite.", "operationId": "DataSources.Get", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataSourcesGetRequestData" } } }, "required": true }, "responses": { "200": { "description": "DataSources.Get response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataSourcesGetResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "dataSourcesGetRequestData" } }, "/rest/?method=DataSources.GetJobs": { "post": { "tags": [ "DataSources" ], "summary": "Returns information about jobs sent to a Data Source", "operationId": "DataSources.GetJobs", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataSourcesGetJobsRequestData" } } }, "required": true }, "responses": { "200": { "description": "DataSources.GetJobs response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataSourcesGetJobsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "dataSourcesGetJobsRequestData" } }, "/rest/?method=DataSources.Save": { "post": { "tags": [ "DataSources" ], "summary": "Creates or modifies a Data Source.", "operationId": "DataSources.Save", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataSourcesSaveRequestData" } } }, "required": true }, "responses": { "200": { "description": "DataSources.Save response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataSourcesSaveResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "dataSourcesSaveRequestData" } }, "/rest/?method=DataSources.UploadData": { "post": { "tags": [ "DataSources" ], "summary": "Upload data to be inserted into the DataSources processing queue", "operationId": "DataSources.UploadData", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataSourcesUploadDataRequestData" } } }, "required": true }, "responses": { "200": { "description": "DataSources.UploadData response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/dataSourcesUploadDataResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "dataSourcesUploadDataRequestData" } }, "/rest/?method=Report.Cancel": { "post": { "tags": [ "Report" ], "operationId": "Report.Cancel", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportCancelRequestData" } } }, "required": true }, "responses": { "200": { "description": "Report.Cancel response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportCancelResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportCancelRequestData" } }, "/rest/?method=Report.Get": { "post": { "tags": [ "Report" ], "operationId": "Report.Get", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportGetRequestData" } } }, "required": true }, "responses": { "200": { "description": "Report.Get response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportGetResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportGetRequestData" } }, "/rest/?method=Report.GetElements": { "post": { "tags": [ "Report" ], "operationId": "Report.GetElements", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportGetElementsRequestData" } } }, "required": true }, "responses": { "200": { "description": "Report.GetElements response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportGetElementsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportGetElementsRequestData" } }, "/rest/?method=Report.GetMetrics": { "post": { "tags": [ "Report" ], "operationId": "Report.GetMetrics", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportGetMetricsRequestData" } } }, "required": true }, "responses": { "200": { "description": "Report.GetMetrics response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportGetMetricsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportGetMetricsRequestData" } }, "/rest/?method=Report.GetQueue": { "post": { "tags": [ "Report" ], "summary": "Retrieve the report queue for a given company.", "operationId": "Report.GetQueue", "responses": { "200": { "description": "Report.GetQueue response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportGetQueueResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } } } }, "/rest/?method=Report.Queue": { "post": { "tags": [ "Report" ], "operationId": "Report.Queue", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportQueueRequestData" } } }, "required": true }, "responses": { "200": { "description": "Report.Queue response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportQueueResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportQueueRequestData" } }, "/rest/?method=Report.Retry": { "post": { "tags": [ "Report" ], "operationId": "Report.Retry", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportRetryRequestData" } } }, "required": true }, "responses": { "200": { "description": "Report.Retry response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportRetryResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportRetryRequestData" } }, "/rest/?method=Report.Run": { "post": { "tags": [ "Report" ], "operationId": "Report.Run", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportRunRequestData" } } }, "required": true }, "responses": { "200": { "description": "Report.Run response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportRunResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportRunRequestData" } }, "/rest/?method=Report.Validate": { "post": { "tags": [ "Report" ], "operationId": "Report.Validate", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportValidateRequestData" } } }, "required": true }, "responses": { "200": { "description": "Report.Validate response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportValidateResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportValidateRequestData" } }, "/rest/?method=ReportSuite.Create": { "post": { "tags": [ "ReportSuite" ], "summary": "Creates a new report suite with the values specified", "operationId": "ReportSuite.Create", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteCreateRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.Create response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteCreateResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteCreateRequestData" } }, "/rest/?method=ReportSuite.DeleteCalculatedMetrics": { "post": { "tags": [ "ReportSuite" ], "summary": "Deletes a calculated metric for the requested report suites.", "operationId": "ReportSuite.DeleteCalculatedMetrics", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteCalculatedMetricsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.DeleteCalculatedMetrics response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteCalculatedMetricsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteDeleteCalculatedMetricsRequestData" } }, "/rest/?method=ReportSuite.DeleteClassification": { "post": { "tags": [ "ReportSuite" ], "summary": "Deletes a classification for one report suite.", "operationId": "ReportSuite.DeleteClassification", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteClassificationRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.DeleteClassification response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteClassificationResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteDeleteClassificationRequestData" } }, "/rest/?method=ReportSuite.DeleteIPAddressExclusion": { "post": { "tags": [ "ReportSuite" ], "summary": "Delete an IP exclusion entry for a given report suite.", "operationId": "ReportSuite.DeleteIPAddressExclusion", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteIPAddressExclusionRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.DeleteIPAddressExclusion response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteIPAddressExclusionResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteDeleteIPAddressExclusionRequestData" } }, "/rest/?method=ReportSuite.DeleteInternalURLFilters": { "post": { "tags": [ "ReportSuite" ], "summary": "Deletes the specified internal URL filters", "operationId": "ReportSuite.DeleteInternalURLFilters", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteInternalURLFiltersRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.DeleteInternalURLFilters response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteInternalURLFiltersResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteDeleteInternalURLFiltersRequestData" } }, "/rest/?method=ReportSuite.DeleteKeyVisitors": { "post": { "tags": [ "ReportSuite" ], "summary": "deletes a list of key visitors for the selected report suites", "operationId": "ReportSuite.DeleteKeyVisitors", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteKeyVisitorsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.DeleteKeyVisitors response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteKeyVisitorsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteDeleteKeyVisitorsRequestData" } }, "/rest/?method=ReportSuite.DeleteMarketingChannelCost": { "post": { "tags": [ "ReportSuite" ], "summary": "Deletes a cost item for the selected report suites", "operationId": "ReportSuite.DeleteMarketingChannelCost", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteMarketingChannelCostRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.DeleteMarketingChannelCost response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteMarketingChannelCostResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteDeleteMarketingChannelCostRequestData" } }, "/rest/?method=ReportSuite.DeletePaidSearchDetection": { "post": { "tags": [ "ReportSuite" ], "summary": "Removes the specified paid search rule.", "operationId": "ReportSuite.DeletePaidSearchDetection", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeletePaidSearchDetectionRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.DeletePaidSearchDetection response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeletePaidSearchDetectionResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteDeletePaidSearchDetectionRequestData" } }, "/rest/?method=ReportSuite.DeleteVirtualReportSuite": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.DeleteVirtualReportSuite", "responses": { "200": { "description": "ReportSuite.DeleteVirtualReportSuite response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteDeleteVirtualReportSuiteResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } } } }, "/rest/?method=ReportSuite.GetActivation": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the activated status for the requested report suites.", "operationId": "ReportSuite.GetActivation", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetActivationRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetActivation response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetActivationResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetActivationRequestData" } }, "/rest/?method=ReportSuite.GetAxleStartDate": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the axle start date for the requested report suites.", "operationId": "ReportSuite.GetAxleStartDate", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetAxleStartDateRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetAxleStartDate response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetAxleStartDateResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetAxleStartDateRequestData" } }, "/rest/?method=ReportSuite.GetBaseCurrency": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the base URL for the requested report suites.", "operationId": "ReportSuite.GetBaseCurrency", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetBaseCurrencyRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetBaseCurrency response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetBaseCurrencyResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetBaseCurrencyRequestData" } }, "/rest/?method=ReportSuite.GetBaseURL": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the base URL for the requested report suites.", "operationId": "ReportSuite.GetBaseURL", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetBaseURLRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetBaseURL response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetBaseURLResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetBaseURLRequestData" } }, "/rest/?method=ReportSuite.GetCalculatedMetrics": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the calculated metrics for the requested report suites.", "operationId": "ReportSuite.GetCalculatedMetrics", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetCalculatedMetricsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetCalculatedMetrics response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetCalculatedMetricsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetCalculatedMetricsRequestData" } }, "/rest/?method=ReportSuite.GetClassifications": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the requested classifications from the requested report suites", "operationId": "ReportSuite.GetClassifications", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetClassificationsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetClassifications response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetClassificationsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetClassificationsRequestData" } }, "/rest/?method=ReportSuite.GetCleanURLs": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.GetCleanURLs", "responses": { "200": { "description": "ReportSuite.GetCleanURLs response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetCleanURLsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } } } }, "/rest/?method=ReportSuite.GetCustomCalendar": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the custom calendar for the requested report suites.", "operationId": "ReportSuite.GetCustomCalendar", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetCustomCalendarRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetCustomCalendar response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetCustomCalendarResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetCustomCalendarRequestData" } }, "/rest/?method=ReportSuite.GetDataWarehouseDisplay": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the datawarehouse diaplay setting for the requested report suites.", "operationId": "ReportSuite.GetDataWarehouseDisplay", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetDataWarehouseDisplayRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetDataWarehouseDisplay response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetDataWarehouseDisplayResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetDataWarehouseDisplayRequestData" } }, "/rest/?method=ReportSuite.GetDefaultPage": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the default page for the requested report suites.", "operationId": "ReportSuite.GetDefaultPage", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetDefaultPageRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetDefaultPage response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetDefaultPageResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetDefaultPageRequestData" } }, "/rest/?method=ReportSuite.GetDiscoverEnabled": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the discover activation for the requested report suites.", "operationId": "ReportSuite.GetDiscoverEnabled", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetDiscoverEnabledRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetDiscoverEnabled response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetDiscoverEnabledResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetDiscoverEnabledRequestData" } }, "/rest/?method=ReportSuite.GetEcommerce": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the Conversion level for the requested report suites.", "operationId": "ReportSuite.GetEcommerce", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetEcommerceRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetEcommerce response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetEcommerceResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetEcommerceRequestData" } }, "/rest/?method=ReportSuite.GetEvars": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the conversion variables for the requested report suites.", "operationId": "ReportSuite.GetEvars", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetEvarsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetEvars response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetEvarsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetEvarsRequestData" } }, "/rest/?method=ReportSuite.GetEvents": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the success events for the requested report suites.", "operationId": "ReportSuite.GetEvents", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetEventsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetEvents response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetEventsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetEventsRequestData" } }, "/rest/?method=ReportSuite.GetGeoSegmentation": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the geography segmentation for the requested report suites.", "operationId": "ReportSuite.GetGeoSegmentation", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetGeoSegmentationRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetGeoSegmentation response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetGeoSegmentationResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetGeoSegmentationRequestData" } }, "/rest/?method=ReportSuite.GetIPAddressExclusions": { "post": { "tags": [ "ReportSuite" ], "summary": "Returns the IP address exclusions for a given report suite.", "operationId": "ReportSuite.GetIPAddressExclusions", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetIPAddressExclusionsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetIPAddressExclusions response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetIPAddressExclusionsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetIPAddressExclusionsRequestData" } }, "/rest/?method=ReportSuite.GetIPObfuscation": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the IP Address Obfuscation setting.", "operationId": "ReportSuite.GetIPObfuscation", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetIPObfuscationRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetIPObfuscation response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetIPObfuscationResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetIPObfuscationRequestData" } }, "/rest/?method=ReportSuite.GetInternalURLFilters": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the internal URL filters for the requested report suites.", "operationId": "ReportSuite.GetInternalURLFilters", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetInternalURLFiltersRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetInternalURLFilters response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetInternalURLFiltersResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetInternalURLFiltersRequestData" } }, "/rest/?method=ReportSuite.GetKeyVisitors": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves a list of Key visitors for the specified report suites", "operationId": "ReportSuite.GetKeyVisitors", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetKeyVisitorsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetKeyVisitors response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetKeyVisitorsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetKeyVisitorsRequestData" } }, "/rest/?method=ReportSuite.GetListVariables": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the List Variables for the requested report suites.", "operationId": "ReportSuite.GetListVariables", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetListVariablesRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetListVariables response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetListVariablesResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetListVariablesRequestData" } }, "/rest/?method=ReportSuite.GetLocalization": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the status of the multibyte character setting for the requested report suites.", "operationId": "ReportSuite.GetLocalization", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetLocalizationRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetLocalization response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetLocalizationResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetLocalizationRequestData" } }, "/rest/?method=ReportSuite.GetMarketingChannelCosts": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the marketing channel cost metrics for the requested report suites.", "operationId": "ReportSuite.GetMarketingChannelCosts", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetMarketingChannelCostsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetMarketingChannelCosts response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetMarketingChannelCostsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetMarketingChannelCostsRequestData" } }, "/rest/?method=ReportSuite.GetMarketingChannelExpiration": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the marketing channel engagement period expiration information for the requested report suites.", "operationId": "ReportSuite.GetMarketingChannelExpiration", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetMarketingChannelExpirationRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetMarketingChannelExpiration response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetMarketingChannelExpirationResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetMarketingChannelExpirationRequestData" } }, "/rest/?method=ReportSuite.GetMarketingChannelRules": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the marketing channel rules for the requested report suites.", "operationId": "ReportSuite.GetMarketingChannelRules", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetMarketingChannelRulesRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetMarketingChannelRules response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetMarketingChannelRulesResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetMarketingChannelRulesRequestData" } }, "/rest/?method=ReportSuite.GetMarketingChannels": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the marketing channels for the requested report suites.", "operationId": "ReportSuite.GetMarketingChannels", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetMarketingChannelsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetMarketingChannels response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetMarketingChannelsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetMarketingChannelsRequestData" } }, "/rest/?method=ReportSuite.GetMobileAppReporting": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the Mobile Application Tracking settings for the requested report suites.", "operationId": "ReportSuite.GetMobileAppReporting", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetMobileAppReportingRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetMobileAppReporting response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetMobileAppReportingResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetMobileAppReportingRequestData" } }, "/rest/?method=ReportSuite.GetPaidSearchDetection": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the paid search settings for the requested report suites.", "operationId": "ReportSuite.GetPaidSearchDetection", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetPaidSearchDetectionRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetPaidSearchDetection response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetPaidSearchDetectionResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetPaidSearchDetectionRequestData" } }, "/rest/?method=ReportSuite.GetPermanentTraffic": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the permanent traffic settings for the requested report suites.", "operationId": "ReportSuite.GetPermanentTraffic", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetPermanentTrafficRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetPermanentTraffic response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetPermanentTrafficResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetPermanentTrafficRequestData" } }, "/rest/?method=ReportSuite.GetPreviousServerCalls": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.GetPreviousServerCalls", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetPreviousServerCallsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetPreviousServerCalls response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetPreviousServerCallsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetPreviousServerCallsRequestData" } }, "/rest/?method=ReportSuite.GetPrivacySettings": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the privacy settings for the requested report suites.", "operationId": "ReportSuite.GetPrivacySettings", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetPrivacySettingsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetPrivacySettings response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetPrivacySettingsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetPrivacySettingsRequestData" } }, "/rest/?method=ReportSuite.GetProcessingStatus": { "post": { "tags": [ "ReportSuite" ], "summary": "Returns processing status for the given report suites.", "operationId": "ReportSuite.GetProcessingStatus", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetProcessingStatusRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetProcessingStatus response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetProcessingStatusResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetProcessingStatusRequestData" } }, "/rest/?method=ReportSuite.GetProps": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the Traffic Vars for the requested report suites.", "operationId": "ReportSuite.GetProps", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetPropsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetProps response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetPropsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetPropsRequestData" } }, "/rest/?method=ReportSuite.GetRealTimeSettings": { "post": { "tags": [ "ReportSuite" ], "summary": "Gets the real time configuration", "operationId": "ReportSuite.GetRealTimeSettings", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetRealTimeSettingsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetRealTimeSettings response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetRealTimeSettingsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetRealTimeSettingsRequestData" } }, "/rest/?method=ReportSuite.GetScheduledSpike": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the scheduled traffic changes for the requested report suites.", "operationId": "ReportSuite.GetScheduledSpike", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetScheduledSpikeRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetScheduledSpike response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetScheduledSpikeResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetScheduledSpikeRequestData" } }, "/rest/?method=ReportSuite.GetSegments": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.GetSegments", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetSegmentsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetSegments response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetSegmentsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetSegmentsRequestData" } }, "/rest/?method=ReportSuite.GetSettings": { "post": { "tags": [ "ReportSuite" ], "summary": "Returns report suite settings.", "operationId": "ReportSuite.GetSettings", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetSettingsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetSettings response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetSettingsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetSettingsRequestData" } }, "/rest/?method=ReportSuite.GetSiteTitle": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the Site Title for the requested report suites.", "operationId": "ReportSuite.GetSiteTitle", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetSiteTitleRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetSiteTitle response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetSiteTitleResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetSiteTitleRequestData" } }, "/rest/?method=ReportSuite.GetTemplate": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the templates for the requested report suites.", "operationId": "ReportSuite.GetTemplate", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetTemplateRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetTemplate response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetTemplateResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetTemplateRequestData" } }, "/rest/?method=ReportSuite.GetTimeStampEnabled": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.GetTimeStampEnabled", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetTimeStampEnabledRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetTimeStampEnabled response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetTimeStampEnabledResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetTimeStampEnabledRequestData" } }, "/rest/?method=ReportSuite.GetTimeZone": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the Time Zone for the requested report suites.", "operationId": "ReportSuite.GetTimeZone", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetTimeZoneRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetTimeZone response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetTimeZoneResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetTimeZoneRequestData" } }, "/rest/?method=ReportSuite.GetTransactionEnabled": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves the transaction ids storage enable for the requested report suites.", "operationId": "ReportSuite.GetTransactionEnabled", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetTransactionEnabledRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetTransactionEnabled response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetTransactionEnabledResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetTransactionEnabledRequestData" } }, "/rest/?method=ReportSuite.GetUniqueVisitorVariable": { "post": { "tags": [ "ReportSuite" ], "summary": "Retrieves a list of unique visitor variables", "operationId": "ReportSuite.GetUniqueVisitorVariable", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetUniqueVisitorVariableRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetUniqueVisitorVariable response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetUniqueVisitorVariableResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetUniqueVisitorVariableRequestData" } }, "/rest/?method=ReportSuite.GetVideoSettings": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.GetVideoSettings", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetVideoSettingsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetVideoSettings response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetVideoSettingsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetVideoSettingsRequestData" } }, "/rest/?method=ReportSuite.GetVirtualReportSuiteSettings": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.GetVirtualReportSuiteSettings", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetVirtualReportSuiteSettingsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.GetVirtualReportSuiteSettings response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteGetVirtualReportSuiteSettingsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteGetVirtualReportSuiteSettingsRequestData" } }, "/rest/?method=ReportSuite.SaveBaseCurrency": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the Base Currency setting.", "operationId": "ReportSuite.SaveBaseCurrency", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveBaseCurrencyRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveBaseCurrency response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveBaseCurrencyResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveBaseCurrencyRequestData" } }, "/rest/?method=ReportSuite.SaveBaseURL": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the base URL for the requested report suites.", "operationId": "ReportSuite.SaveBaseURL", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveBaseURLRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveBaseURL response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveBaseURLResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveBaseURLRequestData" } }, "/rest/?method=ReportSuite.SaveCalculatedMetrics": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves a calculated metric for the requested report suites.", "operationId": "ReportSuite.SaveCalculatedMetrics", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveCalculatedMetricsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveCalculatedMetrics response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveCalculatedMetricsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveCalculatedMetricsRequestData" } }, "/rest/?method=ReportSuite.SaveClassification": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves a classification for one or more report suites.", "operationId": "ReportSuite.SaveClassification", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveClassificationRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveClassification response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveClassificationResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveClassificationRequestData" } }, "/rest/?method=ReportSuite.SaveCustomCalendar": { "post": { "tags": [ "ReportSuite" ], "summary": "Enables custom calendars for the requested report suites.", "operationId": "ReportSuite.SaveCustomCalendar", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveCustomCalendarRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveCustomCalendar response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveCustomCalendarResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveCustomCalendarRequestData" } }, "/rest/?method=ReportSuite.SaveDataWarehouseDisplay": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the datawarehouse display for the requested report suites.", "operationId": "ReportSuite.SaveDataWarehouseDisplay", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveDataWarehouseDisplayRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveDataWarehouseDisplay response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveDataWarehouseDisplayResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveDataWarehouseDisplayRequestData" } }, "/rest/?method=ReportSuite.SaveDefaultPage": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the default page for the requested report suites.", "operationId": "ReportSuite.SaveDefaultPage", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveDefaultPageRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveDefaultPage response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveDefaultPageResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveDefaultPageRequestData" } }, "/rest/?method=ReportSuite.SaveDiscoverEnabled": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the discover activation for the requested report suites.", "operationId": "ReportSuite.SaveDiscoverEnabled", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveDiscoverEnabledRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveDiscoverEnabled response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveDiscoverEnabledResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveDiscoverEnabledRequestData" } }, "/rest/?method=ReportSuite.SaveEcommerce": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the conversion level for the requested report suites.", "operationId": "ReportSuite.SaveEcommerce", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveEcommerceRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveEcommerce response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveEcommerceResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveEcommerceRequestData" } }, "/rest/?method=ReportSuite.SaveEvars": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the conversion variables for the requested report suites.", "operationId": "ReportSuite.SaveEvars", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveEvarsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveEvars response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveEvarsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveEvarsRequestData" } }, "/rest/?method=ReportSuite.SaveEvents": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the success events to rsid_list", "operationId": "ReportSuite.SaveEvents", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveEventsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveEvents response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveEventsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveEventsRequestData" } }, "/rest/?method=ReportSuite.SaveGeoSegmentation": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the geo segmentation for the requested report suites.", "operationId": "ReportSuite.SaveGeoSegmentation", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveGeoSegmentationRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveGeoSegmentation response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveGeoSegmentationResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveGeoSegmentationRequestData" } }, "/rest/?method=ReportSuite.SaveIPAddressExclusion": { "post": { "tags": [ "ReportSuite" ], "summary": "Add an IP exclusion entry for a given report suite.", "operationId": "ReportSuite.SaveIPAddressExclusion", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveIPAddressExclusionRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveIPAddressExclusion response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveIPAddressExclusionResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveIPAddressExclusionRequestData" } }, "/rest/?method=ReportSuite.SaveIPObfuscation": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the IP Address Obfuscation setting.", "operationId": "ReportSuite.SaveIPObfuscation", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveIPObfuscationRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveIPObfuscation response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveIPObfuscationResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveIPObfuscationRequestData" } }, "/rest/?method=ReportSuite.SaveInternalURLFilters": { "post": { "tags": [ "ReportSuite" ], "summary": "Adds the internal URL filters for the requested report suites.", "operationId": "ReportSuite.SaveInternalURLFilters", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveInternalURLFiltersRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveInternalURLFilters response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveInternalURLFiltersResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveInternalURLFiltersRequestData" } }, "/rest/?method=ReportSuite.SaveKeyVisitors": { "post": { "tags": [ "ReportSuite" ], "summary": "Adds a key visitors for the selected report suites", "operationId": "ReportSuite.SaveKeyVisitors", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveKeyVisitorsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveKeyVisitors response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveKeyVisitorsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveKeyVisitorsRequestData" } }, "/rest/?method=ReportSuite.SaveListVariables": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the List variables for the requested report suites.", "operationId": "ReportSuite.SaveListVariables", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveListVariablesRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveListVariables response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveListVariablesResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveListVariablesRequestData" } }, "/rest/?method=ReportSuite.SaveMarketingChannelCost": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the marketing channel costs for the requested report suites.", "operationId": "ReportSuite.SaveMarketingChannelCost", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveMarketingChannelCostRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveMarketingChannelCost response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveMarketingChannelCostResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveMarketingChannelCostRequestData" } }, "/rest/?method=ReportSuite.SaveMarketingChannelExpiration": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the visitor expiration period. Set the number of days required before the visit expires, or 0 for never expires", "operationId": "ReportSuite.SaveMarketingChannelExpiration", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveMarketingChannelExpirationRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveMarketingChannelExpiration response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveMarketingChannelExpirationResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveMarketingChannelExpirationRequestData" } }, "/rest/?method=ReportSuite.SaveMarketingChannelRules": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the marketing channel rules for the requested report suites.", "operationId": "ReportSuite.SaveMarketingChannelRules", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveMarketingChannelRulesRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveMarketingChannelRules response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveMarketingChannelRulesResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveMarketingChannelRulesRequestData" } }, "/rest/?method=ReportSuite.SaveMarketingChannels": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves a set of marketing channels.", "operationId": "ReportSuite.SaveMarketingChannels", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveMarketingChannelsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveMarketingChannels response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveMarketingChannelsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveMarketingChannelsRequestData" } }, "/rest/?method=ReportSuite.SaveMobileAppReporting": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.SaveMobileAppReporting", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveMobileAppReportingRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveMobileAppReporting response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveMobileAppReportingResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveMobileAppReportingRequestData" } }, "/rest/?method=ReportSuite.SavePaidSearchDetection": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the paid search settings for the requested report suites.", "operationId": "ReportSuite.SavePaidSearchDetection", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSavePaidSearchDetectionRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SavePaidSearchDetection response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSavePaidSearchDetectionResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSavePaidSearchDetectionRequestData" } }, "/rest/?method=ReportSuite.SavePermanentTraffic": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the permanent traffic settings for the requested report suites.", "operationId": "ReportSuite.SavePermanentTraffic", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSavePermanentTrafficRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SavePermanentTraffic response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSavePermanentTrafficResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSavePermanentTrafficRequestData" } }, "/rest/?method=ReportSuite.SavePrivacySettings": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the privacy settings for the requested report suites.", "operationId": "ReportSuite.SavePrivacySettings", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSavePrivacySettingsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SavePrivacySettings response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSavePrivacySettingsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSavePrivacySettingsRequestData" } }, "/rest/?method=ReportSuite.SaveProps": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves the Traffic Vars for the requested report suites.", "operationId": "ReportSuite.SaveProps", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSavePropsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveProps response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSavePropsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSavePropsRequestData" } }, "/rest/?method=ReportSuite.SaveRealTimeSettings": { "post": { "tags": [ "ReportSuite" ], "summary": "Sets the real time configuration", "operationId": "ReportSuite.SaveRealTimeSettings", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveRealTimeSettingsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveRealTimeSettings response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveRealTimeSettingsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveRealTimeSettingsRequestData" } }, "/rest/?method=ReportSuite.SaveScheduledSpike": { "post": { "tags": [ "ReportSuite" ], "summary": "Saves scheduled traffic spikes for the requested report suites.", "operationId": "ReportSuite.SaveScheduledSpike", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveScheduledSpikeRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveScheduledSpike response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveScheduledSpikeResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveScheduledSpikeRequestData" } }, "/rest/?method=ReportSuite.SaveSiteTitle": { "post": { "tags": [ "ReportSuite" ], "summary": "Changes the Site Title of the report suites specified (it is not recommended to update multiple report suites with the same site title)", "operationId": "ReportSuite.SaveSiteTitle", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveSiteTitleRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveSiteTitle response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveSiteTitleResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveSiteTitleRequestData" } }, "/rest/?method=ReportSuite.SaveTimeZone": { "post": { "tags": [ "ReportSuite" ], "summary": "Changes the timezone (lookup ID) of the report suites specified", "operationId": "ReportSuite.SaveTimeZone", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveTimeZoneRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveTimeZone response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveTimeZoneResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveTimeZoneRequestData" } }, "/rest/?method=ReportSuite.SaveUIMobileAppReporting": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.SaveUIMobileAppReporting", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveUIMobileAppReportingRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveUIMobileAppReporting response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveUIMobileAppReportingResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveUIMobileAppReportingRequestData" } }, "/rest/?method=ReportSuite.SaveUniqueVisitorVariable": { "post": { "tags": [ "ReportSuite" ], "summary": "Sets the unique visitor variable specified", "operationId": "ReportSuite.SaveUniqueVisitorVariable", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveUniqueVisitorVariableRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveUniqueVisitorVariable response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveUniqueVisitorVariableResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveUniqueVisitorVariableRequestData" } }, "/rest/?method=ReportSuite.SaveVideoSettings": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.SaveVideoSettings", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveVideoSettingsRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.SaveVideoSettings response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveVideoSettingsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteSaveVideoSettingsRequestData" } }, "/rest/?method=ReportSuite.SaveVirtualReportSuite": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.SaveVirtualReportSuite", "responses": { "200": { "description": "ReportSuite.SaveVirtualReportSuite response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteSaveVirtualReportSuiteResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } } } }, "/rest/?method=ReportSuite.ViewProcessingRules": { "post": { "tags": [ "ReportSuite" ], "operationId": "ReportSuite.ViewProcessingRules", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteViewProcessingRulesRequestData" } } }, "required": true }, "responses": { "200": { "description": "ReportSuite.ViewProcessingRules response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/reportSuiteViewProcessingRulesResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "reportSuiteViewProcessingRulesRequestData" } }, "/rest/?method=Scheduling.CreatePublishedReport": { "post": { "tags": [ "Scheduling" ], "summary": "Creates a new published report. (Internal use only.)", "operationId": "Scheduling.CreatePublishedReport", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingCreatePublishedReportRequestData" } } }, "required": true }, "responses": { "200": { "description": "Scheduling.CreatePublishedReport response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingCreatePublishedReportResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "schedulingCreatePublishedReportRequestData" } }, "/rest/?method=Scheduling.DeletePublishedReport": { "post": { "tags": [ "Scheduling" ], "summary": "Deletes published reports. (Internal use only)", "operationId": "Scheduling.DeletePublishedReport", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingDeletePublishedReportRequestData" } } }, "required": true }, "responses": { "200": { "description": "Scheduling.DeletePublishedReport response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingDeletePublishedReportResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "schedulingDeletePublishedReportRequestData" } }, "/rest/?method=Scheduling.DeleteWorkbook": { "post": { "tags": [ "Scheduling" ], "summary": "Deletes workbooks from the library. (Internal use only.)", "operationId": "Scheduling.DeleteWorkbook", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingDeleteWorkbookRequestData" } } }, "required": true }, "responses": { "200": { "description": "Scheduling.DeleteWorkbook response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingDeleteWorkbookResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "schedulingDeleteWorkbookRequestData" } }, "/rest/?method=Scheduling.DownloadWorkbook": { "post": { "tags": [ "Scheduling" ], "summary": "Download a workbook. (Internal use only.)", "operationId": "Scheduling.DownloadWorkbook", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingDownloadWorkbookRequestData" } } }, "required": true }, "responses": { "200": { "description": "Scheduling.DownloadWorkbook response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingDownloadWorkbookResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "schedulingDownloadWorkbookRequestData" } }, "/rest/?method=Scheduling.GetPublishedReports": { "post": { "tags": [ "Scheduling" ], "summary": "Get published reports for a user. (Internal use only.)", "operationId": "Scheduling.GetPublishedReports", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingGetPublishedReportsRequestData" } } }, "required": true }, "responses": { "200": { "description": "Scheduling.GetPublishedReports response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingGetPublishedReportsResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "schedulingGetPublishedReportsRequestData" } }, "/rest/?method=Scheduling.GetReportsRunHistory": { "post": { "tags": [ "Scheduling" ], "summary": "Gets a history of reports published by a user.", "operationId": "Scheduling.GetReportsRunHistory", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingGetReportsRunHistoryRequestData" } } }, "required": true }, "responses": { "200": { "description": "Scheduling.GetReportsRunHistory response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingGetReportsRunHistoryResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "schedulingGetReportsRunHistoryRequestData" } }, "/rest/?method=Scheduling.GetWorkbookList": { "post": { "tags": [ "Scheduling" ], "summary": "Gets a list of workbooks for a user. (Internal use only.)", "operationId": "Scheduling.GetWorkbookList", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingGetWorkbookListRequestData" } } }, "required": true }, "responses": { "200": { "description": "Scheduling.GetWorkbookList response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingGetWorkbookListResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "schedulingGetWorkbookListRequestData" } }, "/rest/?method=Scheduling.ReRunReport": { "post": { "tags": [ "Scheduling" ], "summary": "Re-enables a failed report. (Internal use only.)", "operationId": "Scheduling.ReRunReport", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingReRunReportRequestData" } } }, "required": true }, "responses": { "200": { "description": "Scheduling.ReRunReport response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingReRunReportResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "schedulingReRunReportRequestData" } }, "/rest/?method=Scheduling.UpdatePublishedReport": { "post": { "tags": [ "Scheduling" ], "summary": "Edits a published report. (Internal use only.)", "operationId": "Scheduling.UpdatePublishedReport", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingUpdatePublishedReportRequestData" } } }, "required": true }, "responses": { "200": { "description": "Scheduling.UpdatePublishedReport response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingUpdatePublishedReportResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "schedulingUpdatePublishedReportRequestData" } }, "/rest/?method=Scheduling.UploadWorkbook": { "post": { "tags": [ "Scheduling" ], "summary": "Uploads a Workbook. (Internal use only.)", "operationId": "Scheduling.UploadWorkbook", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingUploadWorkbookRequestData" } } }, "required": true }, "responses": { "200": { "description": "Scheduling.UploadWorkbook response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/schedulingUploadWorkbookResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "schedulingUploadWorkbookRequestData" } }, "/rest/?method=Segments.Delete": { "post": { "tags": [ "Segments" ], "operationId": "Segments.Delete", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/segmentsDeleteRequestData" } } }, "required": true }, "responses": { "200": { "description": "Segments.Delete response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/segmentsDeleteResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "segmentsDeleteRequestData" } }, "/rest/?method=Segments.Get": { "post": { "tags": [ "Segments" ], "operationId": "Segments.Get", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/segmentsGetRequestData" } } }, "required": true }, "responses": { "200": { "description": "Segments.Get response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/segmentsGetResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "segmentsGetRequestData" } }, "/rest/?method=Segments.Save": { "post": { "tags": [ "Segments" ], "operationId": "Segments.Save", "requestBody": { "content": { "*/*": { "schema": { "$ref": "#/components/schemas/segmentsSaveRequestData" } } }, "required": true }, "responses": { "200": { "description": "Segments.Save response", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/segmentsSaveResponseData" } } } }, "default": { "description": "Unexpected error", "content": { "*/*": { "schema": { "$ref": "#/components/schemas/Error" } } } } }, "x-codegen-request-body-name": "segmentsSaveRequestData" } } }, "components": { "schemas": { "Error": { "type": "object", "properties": { "error": { "type": "string" }, "error_description": { "type": "string" }, "error_uri": { "type": "string" } } }, "allocation_type_enum": { "type": "string", "enum": [ "most_recent_last", "original_value_first", "linear", "linear_to_items", "merchandising_last", "merchandising_first" ] }, "bookmark": { "type": "object", "properties": { "name": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "rsid": { "type": "string" } } }, "bookmarkGetBookmarksRequestData": { "type": "object", "properties": { "folder_limit": { "type": "integer", "format": "int32" }, "folder_offset": { "type": "integer", "format": "int32" } } }, "bookmarkGetBookmarksResponseData": { "$ref": "#/components/schemas/bookmark_return" }, "bookmarkGetDashboardsRequestData": { "type": "object", "properties": { "dashboard_limit": { "type": "integer", "format": "int32" }, "dashboard_offset": { "type": "integer", "format": "int32" } } }, "bookmarkGetDashboardsResponseData": { "$ref": "#/components/schemas/dashboard_return" }, "bookmarkGetReportDescriptionRequestData": { "type": "object", "properties": { "bookmark_id": { "type": "integer", "format": "int32" } } }, "bookmarkGetReportDescriptionResponseData": { "type": "object", "properties": { "name": { "type": "string" }, "reportDescription": { "$ref": "#/components/schemas/reportDescription" }, "reportType": { "type": "string" } } }, "bookmark_array": { "type": "array", "items": { "$ref": "#/components/schemas/bookmark" } }, "bookmark_folder": { "type": "object", "properties": { "name": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "owner": { "type": "string" }, "bookmarks": { "$ref": "#/components/schemas/bookmark_array" } } }, "bookmark_folder_array": { "type": "array", "items": { "$ref": "#/components/schemas/bookmark_folder" } }, "bookmark_return": { "type": "object", "properties": { "folders": { "$ref": "#/components/schemas/bookmark_folder_array" } } }, "calc_metric": { "required": [ "approved", "compatibility", "definition", "description", "favorite", "modified", "owner", "polarity", "precision", "reportSuiteID", "shares", "tags", "type" ], "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "approved": { "type": "boolean" }, "description": { "type": "string" }, "reportSuiteID": { "type": "string" }, "definition": { "$ref": "#/components/schemas/calc_metric_definition" }, "modified": { "type": "string" }, "compatibility": { "$ref": "#/components/schemas/string_array" }, "favorite": { "type": "boolean" }, "tags": { "$ref": "#/components/schemas/string_array" }, "shares": { "$ref": "#/components/schemas/calc_metric_share_array" }, "owner": { "type": "string" }, "polarity": { "type": "string" }, "precision": { "type": "integer", "format": "int32" }, "type": { "type": "string" } } }, "calc_metric_array": { "type": "array", "items": { "$ref": "#/components/schemas/calc_metric" } }, "calc_metric_definition": { "type": "object", "properties": { "calculatedMetric": { "$ref": "#/components/schemas/calc_metric_definition" }, "metric": { "type": "string" }, "segments": { "$ref": "#/components/schemas/string_array" }, "allocation": { "type": "string" }, "function": { "type": "string" }, "parameters": { "$ref": "#/components/schemas/calc_metric_definition_array" }, "columns": { "$ref": "#/components/schemas/calc_metric_definition_array" }, "number": { "type": "number", "format": "double" }, "boolean": { "type": "boolean" } } }, "calc_metric_definition_array": { "type": "array", "items": { "$ref": "#/components/schemas/calc_metric_definition" } }, "calc_metric_filters": { "required": [ "approved", "favorite", "name", "owner", "reportSuiteID", "tags" ], "type": "object", "properties": { "name": { "type": "string" }, "tags": { "type": "string" }, "owner": { "type": "string" }, "reportSuiteID": { "type": "string" }, "approved": { "type": "boolean" }, "favorite": { "type": "boolean" } } }, "calc_metric_function": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "required": { "$ref": "#/components/schemas/string_array" }, "optional": { "$ref": "#/components/schemas/string_array" } } }, "calc_metric_function_array": { "type": "array", "items": { "$ref": "#/components/schemas/calc_metric_function" } }, "calc_metric_save_response": { "type": "object", "properties": { "calculatedMetricID": { "type": "string" } } }, "calc_metric_share": { "type": "object", "properties": { "type": { "type": "string" }, "name": { "type": "string" } } }, "calc_metric_share_array": { "type": "array", "items": { "$ref": "#/components/schemas/calc_metric_share" } }, "calculatedMetricsDeleteRequestData": { "type": "object", "properties": { "calculatedMetricID": { "type": "string" } } }, "calculatedMetricsDeleteResponseData": { "type": "boolean" }, "calculatedMetricsGetFunctionsResponseData": { "$ref": "#/components/schemas/calc_metric_function_array" }, "calculatedMetricsGetRequestData": { "type": "object", "properties": { "accessLevel": { "type": "string" }, "fields": { "$ref": "#/components/schemas/string_array" }, "filters": { "$ref": "#/components/schemas/calc_metric_filters" }, "selected": { "$ref": "#/components/schemas/string_array" }, "sort": { "type": "string" } } }, "calculatedMetricsGetResponseData": { "$ref": "#/components/schemas/calc_metric_array" }, "calculatedMetricsSaveRequestData": { "type": "object", "properties": { "definition": { "$ref": "#/components/schemas/calc_metric_definition" }, "description": { "type": "string" }, "favorite": { "type": "boolean" }, "id": { "type": "string" }, "name": { "type": "string" }, "owner": { "type": "string" }, "polarity": { "type": "string" }, "precision": { "type": "integer", "format": "int32" }, "reportSuiteID": { "type": "string" }, "shares": { "$ref": "#/components/schemas/calc_metric_share_array" }, "tags": { "$ref": "#/components/schemas/string_array" }, "type": { "type": "string" } } }, "calculatedMetricsSaveResponseData": { "$ref": "#/components/schemas/calc_metric_save_response" }, "calculated_metric": { "required": [ "decimal_places", "formula", "formula_id", "friendly_formula" ], "type": "object", "properties": { "name": { "type": "string" }, "formula": { "type": "string" }, "friendly_formula": { "type": "string" }, "type": { "$ref": "#/components/schemas/calculated_metric_type_enum" }, "decimal_places": { "type": "integer", "format": "int32" }, "formula_id": { "type": "string" } } }, "calculated_metric_array": { "type": "array", "items": { "$ref": "#/components/schemas/calculated_metric" } }, "calculated_metric_type_enum": { "type": "string", "enum": [ "numeric", "percent", "currency", "time" ] }, "category_permissions": { "type": "object", "properties": { "category": { "type": "string" }, "name": { "type": "string" }, "access": { "type": "string" }, "permissions": { "$ref": "#/components/schemas/permission_array" } } }, "category_permissions_array": { "type": "array", "items": { "$ref": "#/components/schemas/category_permissions" } }, "channel_colors": { "type": "string", "enum": [ "0F59A9", "E07804", "609D09", "D12112", "813AA7", "056F73", "EDBD0C", "B9256F", "2F2D9D", "9F4F1A", "507609", "922D3D", "592993", "695153", "C1893E", "4A86F8", "FF954E", "4ADC60", "A667E9", "14AD85", "FFF186", "F9A9F9", "222143", "393020", "19371C", "500012", "808284" ] }, "channel_types": { "type": "string", "enum": [ "online", "offline" ] }, "channel_value_attribute": { "type": "object", "properties": { "type": { "$ref": "#/components/schemas/channel_value_attribute_type" }, "query_string_parameter": { "type": "string" } } }, "channel_value_attribute_type": { "type": "string", "enum": [ "campaign", "evar", "referring_domain", "referring_url", "referring_qs_param", "page", "page_url", "page_qs_param", "search_engine", "search_keywords", "search_tracking_code", "search_center", "referring_root_domain", "referring_domain_and_path", "page_domain", "page_root_domain", "page_domain_and_path" ] }, "classification_item": { "required": [ "children", "date_enabled", "metric_id", "options", "parent_name" ], "type": "object", "properties": { "name": { "type": "string" }, "type": { "$ref": "#/components/schemas/classification_type_enum" }, "options": { "$ref": "#/components/schemas/string_array" }, "parent_name": { "type": "string" }, "date_enabled": { "type": "boolean" }, "metric_id": { "type": "string" }, "children": { "$ref": "#/components/schemas/classification_item_array" } } }, "classification_item_array": { "type": "array", "items": { "$ref": "#/components/schemas/classification_item" } }, "classification_type_enum": { "type": "string", "enum": [ "text", "numeric", "numeric_percent", "numeric_currency" ] }, "classificationsCommitImportRequestData": { "type": "object", "properties": { "job_id": { "type": "integer", "format": "int32" } } }, "classificationsCommitImportResponseData": { "type": "boolean" }, "classificationsCreateExportRequestData": { "type": "object", "properties": { "all_rows": { "type": "boolean" }, "campaign_filter_end_date": { "type": "string" }, "campaign_filter_start_date": { "type": "string" }, "date_filter_end_date": { "type": "string" }, "date_filter_start_date": { "type": "string" }, "element": { "type": "string" }, "email_address": { "type": "string" }, "encoding": { "type": "string" }, "row_count": { "type": "integer", "format": "int32" }, "row_filter_column_name": { "type": "string" }, "row_filter_column_value": { "type": "string" }, "row_filter_empty_column": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "classificationsCreateExportResponseData": { "$ref": "#/components/schemas/classifications_create_job_response" }, "classificationsCreateFTPRequestData": { "type": "object", "properties": { "description": { "type": "string" }, "element": { "type": "string" }, "email_address": { "type": "string" }, "export": { "type": "boolean" }, "overwrite": { "type": "boolean" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "classificationsCreateFTPResponseData": { "$ref": "#/components/schemas/classifications_ftp_info" }, "classificationsCreateImportRequestData": { "type": "object", "properties": { "check_divisions": { "type": "boolean" }, "description": { "type": "string" }, "element": { "type": "string" }, "email_address": { "type": "string" }, "export_results": { "type": "boolean" }, "header": { "$ref": "#/components/schemas/string_array" }, "overwrite_conflicts": { "type": "boolean" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "classificationsCreateImportResponseData": { "$ref": "#/components/schemas/classifications_create_job_response" }, "classificationsGetCompatibilityElementsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "classificationsGetCompatibilityElementsResponseData": { "$ref": "#/components/schemas/classifications_report_suite_compatibility_elements_array" }, "classificationsGetExportRequestData": { "type": "object", "properties": { "file_id": { "type": "integer", "format": "int32" }, "page": { "type": "integer", "format": "int32" } } }, "classificationsGetExportResponseData": { "$ref": "#/components/schemas/pagedetails" }, "classificationsGetFTPRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "classificationsGetFTPResponseData": { "$ref": "#/components/schemas/classifications_report_suite_ftp_array" }, "classificationsGetFiltersRequestData": { "type": "object", "properties": { "element": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "classificationsGetFiltersResponseData": { "$ref": "#/components/schemas/classifications_filters" }, "classificationsGetStatusRequestData": { "type": "object", "properties": { "job_id": { "type": "integer", "format": "int32" } } }, "classificationsGetStatusResponseData": { "$ref": "#/components/schemas/classifications_job_status_array" }, "classificationsGetTemplateRequestData": { "type": "object", "properties": { "classification_names": { "$ref": "#/components/schemas/string_array" }, "element": { "type": "string" }, "encoding": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "classificationsGetTemplateResponseData": { "$ref": "#/components/schemas/classifications_report_suite_template_array" }, "classificationsPopulateImportRequestData": { "type": "object", "properties": { "job_id": { "type": "integer", "format": "int32" }, "page": { "type": "integer", "format": "int32" }, "rows": { "$ref": "#/components/schemas/rows" } } }, "classificationsPopulateImportResponseData": { "type": "boolean" }, "classifications_compatibility_element": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" } } }, "classifications_compatibility_element_array": { "type": "array", "items": { "$ref": "#/components/schemas/classifications_compatibility_element" } }, "classifications_create_job_response": { "type": "object", "properties": { "job_id": { "type": "integer", "format": "int32" } } }, "classifications_filters": { "type": "object", "properties": { "filter_dates": { "$ref": "#/components/schemas/string_array" }, "columns": { "$ref": "#/components/schemas/string_array" } } }, "classifications_ftp": { "type": "object", "properties": { "description": { "type": "string" }, "email": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "rel_id": { "type": "string" }, "overwrite": { "type": "boolean" }, "export": { "type": "boolean" }, "host": { "type": "string" }, "username": { "type": "string" }, "password": { "type": "string" } } }, "classifications_ftp_array": { "type": "array", "items": { "$ref": "#/components/schemas/classifications_ftp" } }, "classifications_ftp_info": { "type": "object", "properties": { "host": { "type": "string" }, "username": { "type": "string" }, "password": { "type": "string" } } }, "classifications_job_status": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "type": { "type": "string" }, "viewable_pages": { "type": "integer", "format": "int32" }, "status": { "type": "string" } } }, "classifications_job_status_array": { "type": "array", "items": { "$ref": "#/components/schemas/classifications_job_status" } }, "classifications_report_suite_compatibility_elements": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "compatibility_elements": { "$ref": "#/components/schemas/classifications_compatibility_element_array" } } }, "classifications_report_suite_compatibility_elements_array": { "type": "array", "items": { "$ref": "#/components/schemas/classifications_report_suite_compatibility_elements" } }, "classifications_report_suite_ftp": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "ftp": { "$ref": "#/components/schemas/classifications_ftp_array" } } }, "classifications_report_suite_ftp_array": { "type": "array", "items": { "$ref": "#/components/schemas/classifications_report_suite_ftp" } }, "classifications_report_suite_template": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "template": { "type": "string" } } }, "classifications_report_suite_template_array": { "type": "array", "items": { "$ref": "#/components/schemas/classifications_report_suite_template" } }, "companyGetEndpointRequestData": { "type": "object", "properties": { "companies": { "$ref": "#/components/schemas/string_array" }, "company": { "type": "string" } } }, "companyGetEndpointResponseData": { "type": "string" }, "companyGetLoginKeyRequestData": { "type": "object", "properties": { "company": { "type": "string" }, "login": { "type": "string" }, "password": { "type": "string" } } }, "companyGetLoginKeyResponseData": { "type": "string" }, "companyGetReportSuitesRequestData": { "type": "object", "properties": { "search": { "type": "string" }, "types": { "$ref": "#/components/schemas/string_array" } } }, "companyGetReportSuitesResponseData": { "$ref": "#/components/schemas/company_report_suites" }, "companyGetTrackingServerRequestData": { "type": "object", "properties": { "rsid": { "type": "string" } } }, "companyGetTrackingServerResponseData": { "$ref": "#/components/schemas/tracking_server_data" }, "companyGetVersionAccessResponseData": { "$ref": "#/components/schemas/string_array" }, "company_report_suite": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "virtual": { "type": "boolean" } } }, "company_report_suite_array": { "type": "array", "items": { "$ref": "#/components/schemas/company_report_suite" } }, "company_report_suites": { "type": "object", "properties": { "report_suites": { "$ref": "#/components/schemas/company_report_suite_array" } } }, "custom_calendar_type_enum": { "type": "string", "enum": [ "0", "1", "3", "4", "6", "5" ] }, "dashboard": { "type": "object", "properties": { "name": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "owner": { "type": "string" }, "pages": { "$ref": "#/components/schemas/dashboard_page_array" } } }, "dashboard_array": { "type": "array", "items": { "$ref": "#/components/schemas/dashboard" } }, "dashboard_bookmark": { "type": "object", "properties": { "name": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "rsid": { "type": "string" }, "row": { "$ref": "#/components/schemas/dashboard_display_info" } } }, "dashboard_bookmark_array": { "type": "array", "items": { "$ref": "#/components/schemas/dashboard_bookmark" } }, "dashboard_display_info": { "type": "object", "properties": { "row": { "type": "integer", "format": "int32" }, "col": { "type": "integer", "format": "int32" }, "rowspan": { "type": "integer", "format": "int32" }, "colspan": { "type": "integer", "format": "int32" }, "graph": { "type": "boolean" }, "summary": { "type": "boolean" }, "table": { "type": "boolean" }, "maxRows": { "type": "integer", "format": "int32" }, "note": { "type": "string" } } }, "dashboard_page": { "type": "object", "properties": { "grid": { "type": "string" }, "bookmarks": { "$ref": "#/components/schemas/dashboard_bookmark_array" } } }, "dashboard_page_array": { "type": "array", "items": { "$ref": "#/components/schemas/dashboard_page" } }, "dashboard_return": { "type": "object", "properties": { "dashboards": { "$ref": "#/components/schemas/dashboard_array" } } }, "dataFeedGetFeedRequestData": { "type": "object", "properties": { "feed_id": { "type": "integer", "format": "int32" } } }, "dataFeedGetFeedResponseData": { "$ref": "#/components/schemas/data_feed" }, "dataFeedGetFeedsRequestData": { "type": "object", "properties": { "end_time": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "start_time": { "type": "string" }, "status": { "$ref": "#/components/schemas/string_array" } } }, "dataFeedGetFeedsResponseData": { "$ref": "#/components/schemas/data_feeds_list" }, "dataSourcesDeleteRequestData": { "type": "object", "properties": { "dataSourceID": { "type": "integer", "format": "int32" }, "reportSuiteID": { "type": "string" } } }, "dataSourcesDeleteResponseData": { "type": "boolean" }, "dataSourcesGetJobsRequestData": { "type": "object", "properties": { "dataSourceID": { "type": "integer", "format": "int32" }, "filters": { "$ref": "#/components/schemas/data_source_job_filters" }, "reportSuiteID": { "type": "string" } } }, "dataSourcesGetJobsResponseData": { "$ref": "#/components/schemas/data_source_job_array" }, "dataSourcesGetRequestData": { "type": "object", "properties": { "reportSuiteID": { "type": "string" } } }, "dataSourcesGetResponseData": { "$ref": "#/components/schemas/data_source_array" }, "dataSourcesProcessIncompleteVisitsRequestData": { "type": "object", "properties": { "dataSourceID": { "type": "integer", "format": "int32" }, "reportSuiteID": { "type": "string" } } }, "dataSourcesProcessIncompleteVisitsResponseData": { "type": "boolean" }, "dataSourcesRestartRequestData": { "type": "object", "properties": { "dataSourceID": { "type": "integer", "format": "int32" }, "reportSuiteID": { "type": "string" } } }, "dataSourcesRestartResponseData": { "type": "boolean" }, "dataSourcesSaveRequestData": { "type": "object", "properties": { "email": { "type": "string" }, "generic_data_type": { "type": "string" }, "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "processing_type": { "$ref": "#/components/schemas/data_source_processing_types" }, "reportSuiteID": { "type": "string" }, "settings": { "$ref": "#/components/schemas/data_source_settings" } } }, "dataSourcesSaveResponseData": { "$ref": "#/components/schemas/data_source_id" }, "dataSourcesUploadDataRequestData": { "type": "object", "properties": { "columns": { "$ref": "#/components/schemas/string_array" }, "dataSourceID": { "type": "integer", "format": "int32" }, "finished": { "type": "boolean" }, "jobName": { "type": "string" }, "reportSuiteID": { "type": "string" }, "rows": { "$ref": "#/components/schemas/data_row_array" } } }, "dataSourcesUploadDataResponseData": { "type": "boolean" }, "data_feed": { "type": "object", "properties": { "rsid": { "type": "string" }, "feed_id": { "type": "integer", "format": "int32" }, "interval": { "type": "string" }, "timezone": { "type": "string" }, "name": { "type": "string" }, "ftp_host": { "type": "string" }, "ftp_path": { "type": "string" }, "activity": { "$ref": "#/components/schemas/data_feed_activity_array" }, "fields": { "$ref": "#/components/schemas/string_array" } } }, "data_feed_activity": { "type": "object", "properties": { "job_id": { "type": "integer", "format": "int32" }, "begin": { "type": "string" }, "end": { "type": "string" }, "status": { "type": "string" } } }, "data_feed_activity_array": { "type": "array", "items": { "$ref": "#/components/schemas/data_feed_activity" } }, "data_feeds_array": { "type": "array", "items": { "$ref": "#/components/schemas/data_feed" } }, "data_feeds_list": { "type": "object", "properties": { "data_feeds": { "$ref": "#/components/schemas/data_feeds_array" } } }, "data_row_array": { "type": "array", "items": { "$ref": "#/components/schemas/string_array" } }, "data_source": { "type": "object", "properties": { "id": { "type": "string" }, "processing_type": { "type": "string" }, "name": { "type": "string" }, "email": { "type": "string" }, "activatedDate": { "type": "string" }, "ftp": { "$ref": "#/components/schemas/ftp_info" }, "haltOnWarning": { "type": "boolean" }, "haltOnError": { "type": "boolean" }, "lockedByError": { "type": "boolean" } } }, "data_source_array": { "type": "array", "items": { "$ref": "#/components/schemas/data_source" } }, "data_source_data_scopes": { "type": "string", "enum": [ "site_level", "breakdown" ] }, "data_source_id": { "type": "object", "properties": { "dataSourceID": { "type": "integer", "format": "int32" } } }, "data_source_injection_types": { "type": "string", "enum": [ "live", "historical" ] }, "data_source_job": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "fileName": { "type": "string" }, "startDate": { "type": "string" }, "finishDate": { "type": "string" }, "size": { "type": "integer", "format": "int32" }, "rows": { "type": "integer", "format": "int32" }, "errors": { "$ref": "#/components/schemas/string_array" }, "warnings": { "$ref": "#/components/schemas/string_array" }, "receivedDate": { "type": "string" }, "status": { "type": "string" } } }, "data_source_job_array": { "type": "array", "items": { "$ref": "#/components/schemas/data_source_job" } }, "data_source_job_filters": { "type": "object", "properties": { "name": { "$ref": "#/components/schemas/string_array" }, "state": { "type": "string" }, "lookback": { "type": "integer", "format": "int32" } } }, "data_source_processing_types": { "type": "string", "enum": [ "generic", "traffic", "weblog" ] }, "data_source_settings": { "type": "object", "properties": { "injectionType": { "$ref": "#/components/schemas/data_source_injection_types" }, "allowOutOfOrderHits": { "type": "boolean" }, "stopOnWarning": { "type": "boolean" }, "metricNames": { "$ref": "#/components/schemas/string_array" }, "metricEvents": { "$ref": "#/components/schemas/string_array" }, "dimensionNames": { "$ref": "#/components/schemas/string_array" }, "dimensionVariables": { "$ref": "#/components/schemas/string_array" }, "dataScope": { "$ref": "#/components/schemas/data_source_data_scopes" }, "standardBreakdowns": { "$ref": "#/components/schemas/string_array" }, "metricList": { "$ref": "#/components/schemas/string_array" }, "customBreakdownNames": { "$ref": "#/components/schemas/string_array" }, "customBreakdownValues": { "$ref": "#/components/schemas/string_array" }, "logFormat": { "$ref": "#/components/schemas/data_source_weblog_formats" } } }, "data_source_weblog_formats": { "type": "string", "enum": [ "ncsa_common", "ncsa_combined", "w3c_extended", "microsoft_iis" ] }, "data_warehouse_display_type_enum": { "type": "string", "enum": [ "none", "all-logins-have-access", "grayed-out-tab", "admins-only", "disabled" ] }, "delete_calculated_metric": { "required": [ "formula_id" ], "type": "object", "properties": { "name": { "type": "string" }, "formula_id": { "type": "string" } } }, "delete_calculated_metric_array": { "type": "array", "items": { "$ref": "#/components/schemas/delete_calculated_metric" } }, "deliveryParameters": { "type": "object", "properties": { "emailTo": { "type": "string" }, "emailFrom": { "type": "string" }, "publishingList": { "$ref": "#/components/schemas/string_array" }, "emailSubject": { "type": "string" }, "emailNotes": { "type": "string" }, "ftpHost": { "type": "string" }, "ftpUser": { "type": "string" }, "ftpPassword": { "type": "string" }, "ftpPort": { "type": "string" }, "ftpPath": { "type": "string" }, "locale": { "$ref": "#/components/schemas/reportDefinitionLocale" }, "fileFormat": { "$ref": "#/components/schemas/scheduleFileFormat" }, "deliveryType": { "$ref": "#/components/schemas/scheduleDeliveryType" }, "isCompressed": { "type": "boolean" }, "hideUnsubscribe": { "type": "boolean" }, "powerBiImport": { "type": "boolean" }, "powerBiName": { "type": "string" }, "powerBiImportTables": { "type": "boolean" }, "powerBiImportSets": { "type": "boolean" } } }, "element_classifications": { "required": [ "classifications" ], "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "classifications": { "$ref": "#/components/schemas/classification_item_array" } } }, "element_classifications_array": { "type": "array", "items": { "$ref": "#/components/schemas/element_classifications" } }, "evar": { "required": [ "allocation_type", "binding_events", "enabled", "expiration_custom_days", "expiration_type", "merchandising_syntax", "type" ], "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "allocation_type": { "$ref": "#/components/schemas/allocation_type_enum" }, "type": { "$ref": "#/components/schemas/evar_type_enum" }, "enabled": { "type": "boolean" }, "expiration_type": { "$ref": "#/components/schemas/evar_exp_type_enum" }, "expiration_custom_days": { "type": "integer", "format": "int32" }, "merchandising_syntax": { "$ref": "#/components/schemas/merchandising_syntax_enum" }, "binding_events": { "$ref": "#/components/schemas/string_array" } } }, "evar_array": { "type": "array", "items": { "$ref": "#/components/schemas/evar" } }, "evar_exp_type_enum": { "type": "string", "enum": [ "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60", "61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90", "91", "92", "93", "94", "95", "96", "97", "98", "99", "100", "101", "102", "103", "104", "105", "106", "107", "108", "109", "110", "111", "112", "113", "114", "115", "116", "117", "118", "119", "120", "121", "122", "123", "124", "125", "126", "127", "128", "129", "130", "131", "132", "133", "134", "135", "136", "137", "138", "139", "140", "141", "142", "143", "144", "145", "146", "147", "148", "149", "150", "151", "152", "153", "154", "155", "156", "157", "158", "159", "160", "161", "162", "163", "164", "165", "166", "167", "168", "169", "170", "171", "172", "173", "174", "175", "176", "177", "178", "179", "180", "181", "182", "183", "184", "185", "186", "187", "188", "189", "190", "191", "192", "193", "194", "195", "196", "197", "198", "199", "200", "201", "202", "203", "204", "205", "206", "207", "208", "209", "210", "211", "212", "213", "214", "215", "216", "217", "218", "219", "220", "221", "222", "223", "224", "225", "226", "227", "228", "229", "230", "231", "232", "233", "234", "235", "236", "237", "238", "239", "240", "241", "242", "243", "244", "245", "246", "247", "248", "249", "250", "251", "252", "253", "254", "255", "256", "257", "258", "259", "260", "261", "262", "263", "264", "265", "266", "267", "268", "269", "270", "271", "272", "273", "274", "275", "276", "277", "278", "279", "280", "281", "282", "283", "284", "285", "286", "287", "288", "289", "290", "291", "292", "293", "294", "295", "296", "297", "298", "299", "300", "301", "302", "303", "304", "305", "306", "307", "308", "309", "310", "311", "312", "313", "314", "315", "316", "317", "318", "319", "320", "321", "322", "323", "324", "325", "326", "327", "328", "329", "330", "331", "332", "333", "334", "335", "336", "337", "338", "339", "340", "341", "342", "343", "344", "345", "346", "347", "348", "349", "350", "351", "352", "353", "354", "355", "356", "357", "358", "359", "360", "361", "362", "363", "364", "365", "366", "367", "368", "369", "370", "371", "372", "373", "374", "375", "376", "377", "378", "379", "380", "381", "382", "383", "384", "385", "386", "387", "388", "389", "390", "391", "392", "393", "394", "395", "396", "397", "398", "399", "400", "401", "402", "403", "404", "405", "406", "407", "408", "409", "410", "411", "412", "413", "414", "415", "416", "417", "418", "419", "420", "421", "422", "423", "424", "425", "426", "427", "428", "429", "430", "431", "432", "433", "434", "435", "436", "437", "438", "439", "440", "441", "442", "443", "444", "445", "446", "447", "448", "449", "450", "451", "452", "453", "454", "455", "456", "457", "458", "459", "460", "461", "462", "463", "464", "465", "466", "467", "468", "469", "470", "471", "472", "473", "474", "475", "476", "477", "478", "479", "480", "481", "482", "483", "484", "485", "486", "487", "488", "489", "490", "491", "492", "493", "494", "495", "496", "497", "498", "499", "500", "501", "502", "503", "504", "505", "506", "507", "508", "509", "510", "511", "512", "513", "514", "515", "516", "517", "518", "519", "520", "521", "522", "523", "524", "525", "526", "527", "528", "529", "530", "531", "532", "533", "534", "535", "536", "537", "538", "539", "540", "541", "542", "543", "544", "545", "546", "547", "548", "549", "550", "551", "552", "553", "554", "555", "556", "557", "558", "559", "560", "561", "562", "563", "564", "565", "566", "567", "568", "569", "570", "571", "572", "573", "574", "575", "576", "577", "578", "579", "580", "581", "582", "583", "584", "585", "586", "587", "588", "589", "590", "591", "592", "593", "594", "595", "596", "597", "598", "599", "600", "601", "602", "603", "604", "605", "606", "607", "608", "609", "610", "611", "612", "613", "614", "615", "616", "617", "618", "619", "620", "621", "622", "623", "624", "625", "626", "627", "628", "629", "630", "631", "632", "633", "634", "635", "636", "637", "638", "639", "640", "641", "642", "643", "644", "645", "646", "647", "648", "649", "650", "651", "652", "653", "654", "655", "656", "657", "658", "659", "660", "661", "662", "663", "664", "665", "666", "667", "668", "669", "670", "671", "672", "673", "674", "675", "676", "677", "678", "679", "680", "681", "682", "683", "684", "685", "686", "687", "688", "689", "690", "691", "692", "693", "694", "695", "696", "697", "698", "699", "700", "701", "702", "703", "704", "705", "706", "707", "708", "709", "710", "711", "712", "713", "714", "715", "716", "717", "718", "719", "720", "721", "722", "723", "724", "725", "726", "727", "728", "729", "730", "731", "732", "733", "734", "735", "736", "737", "738", "739", "740", "741", "742", "743", "744", "745", "746", "747", "748", "749", "750", "751", "752", "753", "754", "755", "756", "757", "758", "759", "760", "761", "762", "763", "764", "765", "766", "767", "768", "769", "770", "771", "772", "773", "774", "775", "776", "777", "778", "779", "780", "781", "782", "783", "784", "785", "786", "787", "788", "789", "790", "791", "792", "793", "794", "795", "796", "797", "798", "799", "800", "801", "802", "803", "804", "805", "806", "807", "808", "809", "810", "811", "812", "813", "814", "815", "816", "817", "818", "819", "820", "821", "822", "823", "824", "825", "826", "827", "828", "829", "830", "831", "832", "833", "834", "835", "836", "837", "838", "839", "840", "841", "842", "843", "844", "845", "846", "847", "848", "849", "850", "851", "852", "853", "854", "855", "856", "857", "858", "859", "860", "861", "862", "863", "864", "865", "866", "867", "868", "869", "870", "871", "872", "873", "874", "875", "876", "877", "878", "879", "880", "881", "882", "883", "884", "885", "886", "887", "888", "889", "890", "891", "892", "893", "894", "895", "896", "897", "898", "899", "900", "901", "902", "903", "904", "905", "906", "907", "908", "909", "910", "911", "912", "913", "914", "915", "916", "917", "918", "919", "920", "921", "922", "923", "924", "925", "926", "927", "928", "929", "930", "931", "932", "933", "934", "935", "936", "937", "938", "939", "940", "941", "942", "943", "944", "945", "946", "947", "948", "949", "950", "951", "952", "953", "954", "955", "956", "957", "958", "959", "960", "961", "962", "963", "964", "965", "966", "967", "968", "969", "970", "971", "972", "973", "974", "975", "976", "977", "978", "979", "980", "981", "982", "983", "984", "985", "986", "987", "988", "989", "990", "991", "992", "993", "994", "995", "996", "997", "998", "999", "1000", "1001", "1002", "1003", "1004", "1005", "1006", "1007", "1008", "1009", "1010", "1011", "1012", "1013", "1014", "1015", "1016" ] }, "evar_type_enum": { "type": "string", "enum": [ "0", "1" ] }, "event": { "required": [ "default_metric", "description", "name", "participation", "polarity", "serialization", "type", "visibiity" ], "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "type": { "$ref": "#/components/schemas/event_type_enum" }, "default_metric": { "type": "boolean" }, "participation": { "$ref": "#/components/schemas/event_participation_enum" }, "serialization": { "$ref": "#/components/schemas/event_serialization_enum" }, "polarity": { "$ref": "#/components/schemas/event_polarity_enum" }, "visibiity": { "$ref": "#/components/schemas/event_visibility_enum" } } }, "event_array": { "type": "array", "items": { "$ref": "#/components/schemas/event" } }, "event_participation_enum": { "type": "string", "enum": [ "unavailable", "disabled", "enabled" ] }, "event_polarity_enum": { "type": "string", "enum": [ "positive", "negative" ] }, "event_serialization_enum": { "type": "string", "enum": [ "unavailable", "always_record", "record_once_per_visit", "record_once_per_unique_id" ] }, "event_type_enum": { "type": "string", "enum": [ "disabled", "counter_no_subrelations", "counter", "currency_no_subrelations", "currency", "numeric_no_subrelations", "numeric" ] }, "event_visibility_enum": { "type": "string", "enum": [ "hidden", "builder_only", "everywhere" ] }, "excelWorkbook": { "type": "object", "properties": { "filename": { "type": "string" }, "owner": { "type": "string" }, "description": { "type": "string" }, "lastModified": { "type": "string", "format": "date-time" } } }, "excelWorkbooks_array": { "type": "array", "items": { "$ref": "#/components/schemas/excelWorkbook" } }, "ftp_info": { "type": "object", "properties": { "path": { "type": "string" }, "loginID": { "type": "string" }, "password": { "type": "string" } } }, "group_search_field_enum": { "type": "string", "enum": [ "name", "description" ] }, "group_type_enum": { "type": "string", "enum": [ "custom", "predefined" ] }, "hit_attribute": { "type": "object", "properties": { "type": { "$ref": "#/components/schemas/hit_attribute_type" }, "query_string_parameter": { "type": "string" } } }, "hit_attribute_type": { "type": "string", "enum": [ "campaign", "evar", "external_referring_domain", "external_referring_url", "external_referring_qs_param", "page", "page_url", "page_qs_param", "is_paid_search", "is_natural_search", "search_engine", "search_keywords", "search_tracking_code", "is_internal", "is_first_page_of_visit", "is_search_center", "external_referring_root_domain", "external_referring_domain_and_path", "page_domain", "page_root_domain", "page_domain_and_path", "is_not_internal", "internal_referring_url", "internal_referring_qs_param", "internal_referring_domain", "internal_referring_root_domain", "internal_referring_domain_and_path", "referring_url", "referring_qs_param", "referring_domain", "referring_root_domain", "referring_domain_and_path" ] }, "int_array": { "type": "array", "items": { "type": "integer", "format": "int32" } }, "ip_address_exclusion": { "type": "object", "properties": { "ip": { "type": "string" }, "comment": { "type": "string" }, "date_excluded": { "type": "string", "format": "date" } } }, "ip_address_exclusion_array": { "type": "array", "items": { "$ref": "#/components/schemas/ip_address_exclusion" } }, "ip_obfuscation_enum": { "type": "string", "enum": [ "obfuscated", "none", "ip_removed" ] }, "list_variable": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "allocation_type": { "$ref": "#/components/schemas/list_variable_allocation_type" }, "expiration_type": { "$ref": "#/components/schemas/list_variable_expiration_type" }, "expiration_custom_days": { "type": "integer", "format": "int32" }, "value_delimiter": { "type": "string" }, "max_values": { "type": "string" }, "enabled": { "type": "integer", "format": "int32" } } }, "list_variable_allocation_type": { "type": "string", "enum": [ "full", "linear" ] }, "list_variable_expiration_type": { "type": "string", "enum": [ "custom", "visit", "page_view", "never", "minute", "hour", "day", "week", "month", "quarter", "year", "purchase", "product_view", "cart_open", "cart_checkout", "cart_add", "cart_remove", "cart_view", "event1", "event2", "event3", "event4", "event5", "event6", "event7", "event8", "event9", "event10", "event11", "event12", "event13", "event14", "event15", "event16", "event17", "event18", "event19", "event20", "event21", "event22", "event23", "event24", "event25", "event26", "event27", "event28", "event29", "event30", "event31", "event32", "event33", "event34", "event35", "event36", "event37", "event38", "event39", "event40", "event41", "event42", "event43", "event44", "event45", "event46", "event47", "event48", "event49", "event50", "event51", "event52", "event53", "event54", "event55", "event56", "event57", "event58", "event59", "event60", "event61", "event62", "event63", "event64", "event65", "event66", "event67", "event68", "event69", "event70", "event71", "event72", "event73", "event74", "event75", "event76", "event77", "event78", "event79", "event80", "event81", "event82", "event83", "event84", "event85", "event86", "event87", "event88", "event89", "event90", "event91", "event92", "event93", "event94", "event95", "event96", "event97", "event98", "event99", "event100", "event101", "event102", "event103", "event104", "event105", "event106", "event107", "event108", "event109", "event110", "event111", "event112", "event113", "event114", "event115", "event116", "event117", "event118", "event119", "event120", "event121", "event122", "event123", "event124", "event125", "event126", "event127", "event128", "event129", "event130", "event131", "event132", "event133", "event134", "event135", "event136", "event137", "event138", "event139", "event140", "event141", "event142", "event143", "event144", "event145", "event146", "event147", "event148", "event149", "event150", "event151", "event152", "event153", "event154", "event155", "event156", "event157", "event158", "event159", "event160", "event161", "event162", "event163", "event164", "event165", "event166", "event167", "event168", "event169", "event170", "event171", "event172", "event173", "event174", "event175", "event176", "event177", "event178", "event179", "event180", "event181", "event182", "event183", "event184", "event185", "event186", "event187", "event188", "event189", "event190", "event191", "event192", "event193", "event194", "event195", "event196", "event197", "event198", "event199", "event200", "event201", "event202", "event203", "event204", "event205", "event206", "event207", "event208", "event209", "event210", "event211", "event212", "event213", "event214", "event215", "event216", "event217", "event218", "event219", "event220", "event221", "event222", "event223", "event224", "event225", "event226", "event227", "event228", "event229", "event230", "event231", "event232", "event233", "event234", "event235", "event236", "event237", "event238", "event239", "event240", "event241", "event242", "event243", "event244", "event245", "event246", "event247", "event248", "event249", "event250", "event251", "event252", "event253", "event254", "event255", "event256", "event257", "event258", "event259", "event260", "event261", "event262", "event263", "event264", "event265", "event266", "event267", "event268", "event269", "event270", "event271", "event272", "event273", "event274", "event275", "event276", "event277", "event278", "event279", "event280", "event281", "event282", "event283", "event284", "event285", "event286", "event287", "event288", "event289", "event290", "event291", "event292", "event293", "event294", "event295", "event296", "event297", "event298", "event299", "event300", "event301", "event302", "event303", "event304", "event305", "event306", "event307", "event308", "event309", "event310", "event311", "event312", "event313", "event314", "event315", "event316", "event317", "event318", "event319", "event320", "event321", "event322", "event323", "event324", "event325", "event326", "event327", "event328", "event329", "event330", "event331", "event332", "event333", "event334", "event335", "event336", "event337", "event338", "event339", "event340", "event341", "event342", "event343", "event344", "event345", "event346", "event347", "event348", "event349", "event350", "event351", "event352", "event353", "event354", "event355", "event356", "event357", "event358", "event359", "event360", "event361", "event362", "event363", "event364", "event365", "event366", "event367", "event368", "event369", "event370", "event371", "event372", "event373", "event374", "event375", "event376", "event377", "event378", "event379", "event380", "event381", "event382", "event383", "event384", "event385", "event386", "event387", "event388", "event389", "event390", "event391", "event392", "event393", "event394", "event395", "event396", "event397", "event398", "event399", "event400", "event401", "event402", "event403", "event404", "event405", "event406", "event407", "event408", "event409", "event410", "event411", "event412", "event413", "event414", "event415", "event416", "event417", "event418", "event419", "event420", "event421", "event422", "event423", "event424", "event425", "event426", "event427", "event428", "event429", "event430", "event431", "event432", "event433", "event434", "event435", "event436", "event437", "event438", "event439", "event440", "event441", "event442", "event443", "event444", "event445", "event446", "event447", "event448", "event449", "event450", "event451", "event452", "event453", "event454", "event455", "event456", "event457", "event458", "event459", "event460", "event461", "event462", "event463", "event464", "event465", "event466", "event467", "event468", "event469", "event470", "event471", "event472", "event473", "event474", "event475", "event476", "event477", "event478", "event479", "event480", "event481", "event482", "event483", "event484", "event485", "event486", "event487", "event488", "event489", "event490", "event491", "event492", "event493", "event494", "event495", "event496", "event497", "event498", "event499", "event500", "event501", "event502", "event503", "event504", "event505", "event506", "event507", "event508", "event509", "event510", "event511", "event512", "event513", "event514", "event515", "event516", "event517", "event518", "event519", "event520", "event521", "event522", "event523", "event524", "event525", "event526", "event527", "event528", "event529", "event530", "event531", "event532", "event533", "event534", "event535", "event536", "event537", "event538", "event539", "event540", "event541", "event542", "event543", "event544", "event545", "event546", "event547", "event548", "event549", "event550", "event551", "event552", "event553", "event554", "event555", "event556", "event557", "event558", "event559", "event560", "event561", "event562", "event563", "event564", "event565", "event566", "event567", "event568", "event569", "event570", "event571", "event572", "event573", "event574", "event575", "event576", "event577", "event578", "event579", "event580", "event581", "event582", "event583", "event584", "event585", "event586", "event587", "event588", "event589", "event590", "event591", "event592", "event593", "event594", "event595", "event596", "event597", "event598", "event599", "event600", "event601", "event602", "event603", "event604", "event605", "event606", "event607", "event608", "event609", "event610", "event611", "event612", "event613", "event614", "event615", "event616", "event617", "event618", "event619", "event620", "event621", "event622", "event623", "event624", "event625", "event626", "event627", "event628", "event629", "event630", "event631", "event632", "event633", "event634", "event635", "event636", "event637", "event638", "event639", "event640", "event641", "event642", "event643", "event644", "event645", "event646", "event647", "event648", "event649", "event650", "event651", "event652", "event653", "event654", "event655", "event656", "event657", "event658", "event659", "event660", "event661", "event662", "event663", "event664", "event665", "event666", "event667", "event668", "event669", "event670", "event671", "event672", "event673", "event674", "event675", "event676", "event677", "event678", "event679", "event680", "event681", "event682", "event683", "event684", "event685", "event686", "event687", "event688", "event689", "event690", "event691", "event692", "event693", "event694", "event695", "event696", "event697", "event698", "event699", "event700", "event701", "event702", "event703", "event704", "event705", "event706", "event707", "event708", "event709", "event710", "event711", "event712", "event713", "event714", "event715", "event716", "event717", "event718", "event719", "event720", "event721", "event722", "event723", "event724", "event725", "event726", "event727", "event728", "event729", "event730", "event731", "event732", "event733", "event734", "event735", "event736", "event737", "event738", "event739", "event740", "event741", "event742", "event743", "event744", "event745", "event746", "event747", "event748", "event749", "event750", "event751", "event752", "event753", "event754", "event755", "event756", "event757", "event758", "event759", "event760", "event761", "event762", "event763", "event764", "event765", "event766", "event767", "event768", "event769", "event770", "event771", "event772", "event773", "event774", "event775", "event776", "event777", "event778", "event779", "event780", "event781", "event782", "event783", "event784", "event785", "event786", "event787", "event788", "event789", "event790", "event791", "event792", "event793", "event794", "event795", "event796", "event797", "event798", "event799", "event800", "event801", "event802", "event803", "event804", "event805", "event806", "event807", "event808", "event809", "event810", "event811", "event812", "event813", "event814", "event815", "event816", "event817", "event818", "event819", "event820", "event821", "event822", "event823", "event824", "event825", "event826", "event827", "event828", "event829", "event830", "event831", "event832", "event833", "event834", "event835", "event836", "event837", "event838", "event839", "event840", "event841", "event842", "event843", "event844", "event845", "event846", "event847", "event848", "event849", "event850", "event851", "event852", "event853", "event854", "event855", "event856", "event857", "event858", "event859", "event860", "event861", "event862", "event863", "event864", "event865", "event866", "event867", "event868", "event869", "event870", "event871", "event872", "event873", "event874", "event875", "event876", "event877", "event878", "event879", "event880", "event881", "event882", "event883", "event884", "event885", "event886", "event887", "event888", "event889", "event890", "event891", "event892", "event893", "event894", "event895", "event896", "event897", "event898", "event899", "event900", "event901", "event902", "event903", "event904", "event905", "event906", "event907", "event908", "event909", "event910", "event911", "event912", "event913", "event914", "event915", "event916", "event917", "event918", "event919", "event920", "event921", "event922", "event923", "event924", "event925", "event926", "event927", "event928", "event929", "event930", "event931", "event932", "event933", "event934", "event935", "event936", "event937", "event938", "event939", "event940", "event941", "event942", "event943", "event944", "event945", "event946", "event947", "event948", "event949", "event950", "event951", "event952", "event953", "event954", "event955", "event956", "event957", "event958", "event959", "event960", "event961", "event962", "event963", "event964", "event965", "event966", "event967", "event968", "event969", "event970", "event971", "event972", "event973", "event974", "event975", "event976", "event977", "event978", "event979", "event980", "event981", "event982", "event983", "event984", "event985", "event986", "event987", "event988", "event989", "event990", "event991", "event992", "event993", "event994", "event995", "event996", "event997", "event998", "event999", "event1000" ] }, "list_variables": { "type": "array", "items": { "$ref": "#/components/schemas/list_variable" } }, "login": { "required": [ "email", "first_name", "ims_user_id", "is_admin", "last_login", "last_name", "login", "title" ], "type": "object", "properties": { "login": { "type": "string" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "title": { "type": "string" }, "email": { "type": "string" }, "last_login": { "type": "string" }, "is_admin": { "type": "boolean" }, "ims_user_id": { "type": "string" } } }, "login_array": { "type": "array", "items": { "$ref": "#/components/schemas/login" } }, "login_full": { "required": [ "email", "first_name", "group_names", "ims_only", "is_admin", "is_temp", "last_name", "login", "must_change_password", "phone_number", "temp_end_date", "temp_start_date", "title" ], "type": "object", "properties": { "login": { "type": "string" }, "first_name": { "type": "string" }, "last_name": { "type": "string" }, "title": { "type": "string" }, "email": { "type": "string" }, "phone_number": { "type": "string" }, "must_change_password": { "type": "boolean" }, "is_admin": { "type": "boolean" }, "is_temp": { "type": "boolean" }, "temp_start_date": { "type": "string", "format": "date" }, "temp_end_date": { "type": "string", "format": "date" }, "ims_only": { "type": "boolean" }, "group_names": { "$ref": "#/components/schemas/string_array" } } }, "login_search_field_enum": { "type": "string", "enum": [ "login", "first_name", "last_name", "title" ] }, "marketing_channel": { "required": [ "channel_breakdown", "enabled", "override_last_touch_channel" ], "type": "object", "properties": { "channel_id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "type": { "$ref": "#/components/schemas/channel_types" }, "color": { "$ref": "#/components/schemas/channel_colors" }, "enabled": { "type": "boolean" }, "channel_breakdown": { "type": "integer", "format": "int32" }, "override_last_touch_channel": { "type": "boolean" } } }, "marketing_channel_array": { "type": "array", "items": { "$ref": "#/components/schemas/marketing_channel" } }, "marketing_channel_cost": { "type": "object", "properties": { "cost_group": { "type": "string" }, "cost_id": { "type": "integer", "format": "int32" }, "channel_type": { "type": "string" }, "name": { "type": "string" }, "channel_id": { "type": "integer", "format": "int32" }, "start_date": { "type": "string", "format": "date-time" }, "end_date": { "type": "string", "format": "date-time" }, "type": { "type": "string" }, "amount": { "type": "number", "format": "double" }, "metric": { "type": "string" } } }, "marketing_channel_cost_array": { "type": "array", "items": { "$ref": "#/components/schemas/marketing_channel_cost" } }, "marketing_channel_rule": { "type": "object", "properties": { "rule_id": { "type": "integer", "format": "int32" }, "hit_attribute": { "$ref": "#/components/schemas/hit_attribute" }, "operator": { "$ref": "#/components/schemas/ruleset_operator_type" }, "matches": { "$ref": "#/components/schemas/string_array" } } }, "marketing_channel_rule_array": { "type": "array", "items": { "$ref": "#/components/schemas/marketing_channel_rule" } }, "marketing_channel_ruleset": { "type": "object", "properties": { "ruleset_id": { "type": "integer", "format": "int32" }, "channel_id": { "type": "integer", "format": "int32" }, "junction": { "$ref": "#/components/schemas/ruleset_junction_type" }, "channel_value": { "$ref": "#/components/schemas/channel_value_attribute" }, "rules": { "$ref": "#/components/schemas/marketing_channel_rule_array" } } }, "marketing_channel_ruleset_array": { "type": "array", "items": { "$ref": "#/components/schemas/marketing_channel_ruleset" } }, "merchandising_syntax_enum": { "type": "string", "enum": [ "0", "1" ] }, "pagedetail": { "type": "object", "properties": { "warnings": { "$ref": "#/components/schemas/string_array" }, "header": { "$ref": "#/components/schemas/string_array" }, "data": { "$ref": "#/components/schemas/rows" } } }, "pagedetails": { "type": "array", "items": { "$ref": "#/components/schemas/pagedetail" } }, "paid_search_detection": { "type": "object", "properties": { "search_engine": { "$ref": "#/components/schemas/search_engine_enum" }, "operator": { "$ref": "#/components/schemas/paid_search_operator_enum" }, "query_string": { "type": "string" } } }, "paid_search_detection_array": { "type": "array", "items": { "$ref": "#/components/schemas/paid_search_detection" } }, "paid_search_operator_enum": { "type": "string", "enum": [ "contains", "not_contains" ] }, "permanent_traffic": { "type": "object", "properties": { "hits_per_day": { "type": "integer", "format": "int32" }, "start_date": { "type": "string", "format": "date" }, "login": { "type": "string" }, "submit_date": { "type": "string", "format": "date" } } }, "permanent_traffic_array": { "type": "array", "items": { "$ref": "#/components/schemas/permanent_traffic" } }, "permission_array": { "type": "array", "items": { "$ref": "#/components/schemas/permission_item" } }, "permission_group": { "type": "object", "properties": { "group_name": { "type": "string" }, "group_description": { "type": "string" }, "group_type": { "$ref": "#/components/schemas/group_type_enum" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "user_list": { "$ref": "#/components/schemas/string_array" }, "report_access_list": { "$ref": "#/components/schemas/report_access_array" }, "all_report_suite_access": { "type": "boolean" }, "category_permissions": { "$ref": "#/components/schemas/category_permissions_array" } } }, "permission_group_summary": { "required": [ "group_description", "group_type" ], "type": "object", "properties": { "group_name": { "type": "string" }, "group_description": { "type": "string" }, "group_type": { "$ref": "#/components/schemas/group_type_enum" } } }, "permission_group_summary_array": { "type": "array", "items": { "$ref": "#/components/schemas/permission_group_summary" } }, "permission_item": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "access": { "type": "boolean" } } }, "permissionsAddLoginRequestData": { "type": "object", "properties": { "create_dashboards": { "type": "boolean" }, "email": { "type": "string" }, "first_name": { "type": "string" }, "group_names": { "$ref": "#/components/schemas/string_array" }, "is_admin": { "type": "boolean" }, "is_temp": { "type": "boolean" }, "last_name": { "type": "string" }, "login": { "type": "string" }, "must_change_password": { "type": "boolean" }, "password": { "type": "string" }, "phone_number": { "type": "string" }, "rsid": { "type": "string" }, "temp_end_date": { "type": "string", "format": "date" }, "temp_start_date": { "type": "string", "format": "date" }, "title": { "type": "string" } } }, "permissionsAddLoginResponseData": { "type": "boolean" }, "permissionsDeleteGroupRequestData": { "type": "object", "properties": { "group_id": { "type": "integer", "format": "int32" }, "group_name": { "type": "string" } } }, "permissionsDeleteGroupResponseData": { "type": "boolean" }, "permissionsDeleteLoginRequestData": { "type": "object", "properties": { "login": { "type": "string" } } }, "permissionsDeleteLoginResponseData": { "type": "boolean" }, "permissionsGetGroupRequestData": { "type": "object", "properties": { "group_id": { "type": "integer", "format": "int32" }, "group_name": { "type": "string" }, "include_permissions": { "type": "boolean" } } }, "permissionsGetGroupResponseData": { "$ref": "#/components/schemas/permission_group" }, "permissionsGetGroupsRequestData": { "type": "object", "properties": { "group_search_field": { "$ref": "#/components/schemas/group_search_field_enum" }, "group_search_value": { "type": "string" }, "strip_legacy_groups": { "type": "boolean" } } }, "permissionsGetGroupsResponseData": { "$ref": "#/components/schemas/permission_group_summary_array" }, "permissionsGetLoginRequestData": { "type": "object", "properties": { "login": { "type": "string" } } }, "permissionsGetLoginResponseData": { "$ref": "#/components/schemas/login_full" }, "permissionsGetLoginsRequestData": { "type": "object", "properties": { "login_search_field": { "$ref": "#/components/schemas/login_search_field_enum" }, "login_search_value": { "type": "string" } } }, "permissionsGetLoginsResponseData": { "$ref": "#/components/schemas/login_array" }, "permissionsGetReportSuiteGroupsRequestData": { "type": "object", "properties": { "rsid": { "type": "string" } } }, "permissionsGetReportSuiteGroupsResponseData": { "$ref": "#/components/schemas/report_suite_groups" }, "permissionsSaveGroupRequestData": { "type": "object", "properties": { "all_report_suite_access": { "type": "boolean" }, "category_permissions": { "$ref": "#/components/schemas/category_permissions_array" }, "group_description": { "type": "string" }, "group_id": { "type": "integer", "format": "int32" }, "group_name": { "type": "string" }, "new_name": { "type": "string" }, "report_access_list": { "$ref": "#/components/schemas/report_access_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "user_list": { "$ref": "#/components/schemas/string_array" } } }, "permissionsSaveGroupResponseData": { "type": "boolean" }, "permissionsSaveLoginRequestData": { "type": "object", "properties": { "email": { "type": "string" }, "first_name": { "type": "string" }, "group_names": { "$ref": "#/components/schemas/string_array" }, "is_admin": { "type": "boolean" }, "is_temp": { "type": "boolean" }, "last_name": { "type": "string" }, "login": { "type": "string" }, "must_change_password": { "type": "boolean" }, "password": { "type": "string" }, "phone_number": { "type": "string" }, "temp_end_date": { "type": "string", "format": "date" }, "temp_start_date": { "type": "string", "format": "date" }, "title": { "type": "string" } } }, "permissionsSaveLoginResponseData": { "type": "boolean" }, "permissionsSaveReportSuiteGroupsRequestData": { "type": "object", "properties": { "groups": { "$ref": "#/components/schemas/permission_group_summary_array" }, "rsid": { "type": "string" } } }, "permissionsSaveReportSuiteGroupsResponseData": { "type": "boolean" }, "processing_status": { "type": "object", "properties": { "elevator_latency": { "type": "integer", "format": "int32" }, "lobby_latency": { "type": "integer", "format": "int32" } } }, "productType": { "type": "string", "enum": [ "Excel Client", "ReportBuilder", "ReportBuilderx64" ] }, "prop": { "required": [ "case_insensitive", "case_insensitive_date_enabled", "enabled", "list_delimiter", "list_enabled", "participation_enabled", "pathing_enabled" ], "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "enabled": { "type": "boolean" }, "pathing_enabled": { "type": "boolean" }, "list_enabled": { "type": "boolean" }, "list_delimiter": { "type": "string" }, "participation_enabled": { "type": "boolean" }, "case_insensitive": { "type": "boolean" }, "case_insensitive_date_enabled": { "type": "string", "format": "date-time" } } }, "prop_array": { "type": "array", "items": { "$ref": "#/components/schemas/prop" } }, "real_time_settings": { "required": [ "min_granularity", "name", "ui_report" ], "type": "object", "properties": { "metric": { "type": "string" }, "elements": { "$ref": "#/components/schemas/string_array" }, "min_granularity": { "type": "integer", "format": "int32" }, "name": { "type": "string" }, "ui_report": { "type": "boolean" } } }, "real_time_settings_array": { "type": "array", "items": { "$ref": "#/components/schemas/real_time_settings" } }, "report": { "type": "object", "properties": { "type": { "type": "string" }, "reportSuite": { "$ref": "#/components/schemas/reportReportSuite" }, "period": { "type": "string" }, "elements": { "$ref": "#/components/schemas/reportElementList" }, "metrics": { "$ref": "#/components/schemas/reportMetricList" }, "segments": { "$ref": "#/components/schemas/reportSegmentList" }, "data": { "$ref": "#/components/schemas/reportDataList" }, "totals": { "$ref": "#/components/schemas/reportCountList" }, "version": { "type": "string" } } }, "reportCancelRequestData": { "type": "object", "properties": { "reportID": { "type": "integer", "format": "int32" } } }, "reportCancelResponseData": { "type": "boolean" }, "reportCountList": { "type": "array", "items": { "type": "number", "format": "double" } }, "reportData": { "required": [ "breakdown", "breakdownTotal", "counts", "day", "forecasts", "hour", "lowerBounds", "minute", "month", "name", "parentID", "path", "trend", "upperBounds", "url", "year" ], "type": "object", "properties": { "name": { "type": "string" }, "url": { "type": "string" }, "path": { "$ref": "#/components/schemas/reportDataPathList" }, "parentID": { "type": "string" }, "year": { "type": "integer", "format": "int32" }, "month": { "type": "integer", "format": "int32" }, "day": { "type": "integer", "format": "int32" }, "hour": { "type": "integer", "format": "int32" }, "minute": { "type": "integer", "format": "int32" }, "trend": { "type": "number", "format": "double" }, "counts": { "$ref": "#/components/schemas/reportCountList" }, "upperBounds": { "$ref": "#/components/schemas/reportCountList" }, "lowerBounds": { "$ref": "#/components/schemas/reportCountList" }, "forecasts": { "$ref": "#/components/schemas/reportCountList" }, "breakdownTotal": { "$ref": "#/components/schemas/reportCountList" }, "breakdown": { "$ref": "#/components/schemas/reportDataList" } } }, "reportDataList": { "type": "array", "items": { "$ref": "#/components/schemas/reportData" } }, "reportDataPath": { "required": [ "name", "url" ], "type": "object", "properties": { "name": { "type": "string" }, "url": { "type": "string" } } }, "reportDataPathList": { "type": "array", "items": { "$ref": "#/components/schemas/reportDataPath" } }, "reportDefinitionLocale": { "type": "string", "enum": [ "en_US", "de_DE", "es_ES", "fr_FR", "jp_JP", "ko_KR", "zh_CN", "zh_TW" ] }, "reportDescription": { "required": [ "anomalyDetection", "currentData", "date", "dateFrom", "dateGranularity", "dateTo", "elementDataEncoding", "elements", "expedite", "ftp", "locale", "metrics", "reportSuiteID", "segments", "sortBy", "sortMethod", "source" ], "type": "object", "properties": { "reportSuiteID": { "type": "string" }, "date": { "type": "string" }, "dateFrom": { "type": "string" }, "dateTo": { "type": "string" }, "dateGranularity": { "type": "string" }, "metrics": { "$ref": "#/components/schemas/reportDescriptionMetricList" }, "sortBy": { "type": "string" }, "elements": { "$ref": "#/components/schemas/reportDescriptionElementList" }, "segments": { "$ref": "#/components/schemas/reportDescriptionSegmentList" }, "locale": { "$ref": "#/components/schemas/reportDescriptionLocale" }, "currentData": { "type": "boolean" }, "anomalyDetection": { "type": "boolean" }, "expedite": { "type": "boolean" }, "elementDataEncoding": { "$ref": "#/components/schemas/reportDescriptionElementDataEncoding" }, "sortMethod": { "type": "string" }, "source": { "$ref": "#/components/schemas/reportDescriptionSource" }, "ftp": { "$ref": "#/components/schemas/reportDescriptionFtp" } } }, "reportDescriptionElement": { "required": [ "checkpoints", "classification", "everythingElse", "parentID", "pattern", "search", "selected", "startingWith", "top" ], "type": "object", "properties": { "id": { "type": "string" }, "classification": { "type": "string" }, "top": { "type": "integer", "format": "int32" }, "startingWith": { "type": "integer", "format": "int32" }, "search": { "$ref": "#/components/schemas/reportDescriptionSearch" }, "selected": { "$ref": "#/components/schemas/string_array" }, "parentID": { "type": "string" }, "checkpoints": { "$ref": "#/components/schemas/string_array" }, "pattern": { "$ref": "#/components/schemas/reportDescriptionPattern" }, "everythingElse": { "type": "boolean" } } }, "reportDescriptionElementDataEncoding": { "type": "string", "enum": [ "base64", "utf8" ] }, "reportDescriptionElementList": { "type": "array", "items": { "$ref": "#/components/schemas/reportDescriptionElement" } }, "reportDescriptionFtp": { "type": "object", "properties": { "host": { "type": "string" }, "port": { "type": "integer", "format": "int32" }, "directory": { "type": "string" }, "username": { "type": "string" }, "password": { "type": "string" }, "filename": { "type": "string" } } }, "reportDescriptionLocale": { "type": "string", "enum": [ "en_US", "de_DE", "es_ES", "fr_FR", "jp_JP", "ko_KR", "pt_BR", "zh_CN", "zh_TW" ] }, "reportDescriptionMetric": { "type": "object", "properties": { "id": { "type": "string" } } }, "reportDescriptionMetricList": { "type": "array", "items": { "$ref": "#/components/schemas/reportDescriptionMetric" } }, "reportDescriptionPattern": { "type": "array", "items": { "$ref": "#/components/schemas/string_array" } }, "reportDescriptionSearch": { "required": [ "keywords", "searches", "type" ], "type": "object", "properties": { "type": { "$ref": "#/components/schemas/reportDescriptionSearchType" }, "keywords": { "$ref": "#/components/schemas/string_array" }, "searches": { "$ref": "#/components/schemas/reportDescriptionSearches" } } }, "reportDescriptionSearchType": { "type": "string", "enum": [ "and", "or", "not" ] }, "reportDescriptionSearches": { "type": "array", "items": { "$ref": "#/components/schemas/reportDescriptionSearch" } }, "reportDescriptionSegment": { "required": [ "classification", "element", "id", "search", "selected" ], "type": "object", "properties": { "id": { "type": "string" }, "element": { "type": "string" }, "classification": { "type": "string" }, "search": { "$ref": "#/components/schemas/reportDescriptionSegmentSearch" }, "selected": { "$ref": "#/components/schemas/string_array" } } }, "reportDescriptionSegmentList": { "type": "array", "items": { "$ref": "#/components/schemas/reportDescriptionSegment" } }, "reportDescriptionSegmentSearch": { "required": [ "keywords", "type" ], "type": "object", "properties": { "type": { "$ref": "#/components/schemas/reportDescriptionSearchType" }, "keywords": { "$ref": "#/components/schemas/string_array" } } }, "reportDescriptionSource": { "type": "string", "enum": [ "standard", "realtime", "warehouse" ] }, "reportElement": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "correlation": { "type": "boolean" }, "subrelation": { "type": "boolean" } } }, "reportElementList": { "type": "array", "items": { "$ref": "#/components/schemas/reportElement" } }, "reportElements": { "type": "array", "items": { "$ref": "#/components/schemas/reportElement" } }, "reportGetElementsRequestData": { "type": "object", "properties": { "existingElements": { "$ref": "#/components/schemas/string_array" }, "existingMetrics": { "$ref": "#/components/schemas/string_array" }, "reportSuiteID": { "type": "string" }, "reportType": { "type": "string" } } }, "reportGetElementsResponseData": { "$ref": "#/components/schemas/reportElements" }, "reportGetMetricsRequestData": { "type": "object", "properties": { "existingElements": { "$ref": "#/components/schemas/string_array" }, "existingMetrics": { "$ref": "#/components/schemas/string_array" }, "reportSuiteID": { "type": "string" }, "reportType": { "type": "string" } } }, "reportGetMetricsResponseData": { "$ref": "#/components/schemas/reportMetricList" }, "reportGetQueueResponseData": { "$ref": "#/components/schemas/report_queue_item_array" }, "reportGetRequestData": { "type": "object", "properties": { "reportID": { "type": "integer", "format": "int32" } } }, "reportGetResponseData": { "$ref": "#/components/schemas/reportResponse" }, "reportMetric": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "type": { "type": "string" }, "decimals": { "type": "integer", "format": "int32" }, "formula": { "type": "string" }, "latency": { "type": "integer", "format": "int32" }, "current": { "type": "boolean" } } }, "reportMetricList": { "type": "array", "items": { "$ref": "#/components/schemas/reportMetric" } }, "reportQueueRequestData": { "type": "object", "properties": { "reportDescription": { "$ref": "#/components/schemas/reportDescription" } } }, "reportQueueResponse": { "type": "object", "properties": { "reportID": { "type": "integer", "format": "int32" } } }, "reportQueueResponseData": { "$ref": "#/components/schemas/reportQueueResponse" }, "reportReportSuite": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" } } }, "reportResponse": { "type": "object", "properties": { "waitSeconds": { "type": "number", "format": "float" }, "runSeconds": { "type": "number", "format": "float" }, "report": { "$ref": "#/components/schemas/report" } } }, "reportRetryRequestData": { "type": "object", "properties": { "reportID": { "type": "integer", "format": "int32" } } }, "reportRetryResponseData": { "type": "boolean" }, "reportRunRequestData": { "type": "object", "properties": { "reportDescription": { "$ref": "#/components/schemas/reportDescription" } } }, "reportRunResponseData": { "$ref": "#/components/schemas/reportResponse" }, "reportSegment": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" } } }, "reportSegmentList": { "type": "array", "items": { "$ref": "#/components/schemas/reportSegment" } }, "reportSuiteCreateRequestData": { "type": "object", "properties": { "base_url": { "type": "string" }, "default_page": { "type": "string" }, "duplicate_rsid": { "type": "string" }, "go_live_date": { "type": "string", "format": "date" }, "hits_per_day": { "type": "integer", "format": "int32" }, "japanese_keyword_processing": { "type": "boolean" }, "rsid": { "type": "string" }, "simplified_menu": { "type": "boolean" }, "site_title": { "type": "string" }, "time_zone": { "$ref": "#/components/schemas/time_zone_enum" } } }, "reportSuiteCreateResponseData": { "type": "boolean" }, "reportSuiteDeleteCalculatedMetricsRequestData": { "type": "object", "properties": { "calculated_metrics": { "$ref": "#/components/schemas/delete_calculated_metric_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteDeleteCalculatedMetricsResponseData": { "type": "boolean" }, "reportSuiteDeleteClassificationRequestData": { "type": "object", "properties": { "element": { "type": "string" }, "name": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteDeleteClassificationResponseData": { "type": "boolean" }, "reportSuiteDeleteIPAddressExclusionRequestData": { "type": "object", "properties": { "ip_address": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteDeleteIPAddressExclusionResponseData": { "type": "boolean" }, "reportSuiteDeleteInternalURLFiltersRequestData": { "type": "object", "properties": { "internal_url_filters": { "$ref": "#/components/schemas/string_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteDeleteInternalURLFiltersResponseData": { "type": "boolean" }, "reportSuiteDeleteKeyVisitorsRequestData": { "type": "object", "properties": { "key_visitors": { "$ref": "#/components/schemas/string_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteDeleteKeyVisitorsResponseData": { "type": "boolean" }, "reportSuiteDeleteMarketingChannelCostRequestData": { "type": "object", "properties": { "channel_type": { "type": "string" }, "cost_group": { "type": "string" }, "cost_id": { "type": "integer", "format": "int32" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteDeleteMarketingChannelCostResponseData": { "type": "boolean" }, "reportSuiteDeletePaidSearchDetectionRequestData": { "type": "object", "properties": { "operator": { "$ref": "#/components/schemas/paid_search_operator_enum" }, "query_string": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "search_engine": { "$ref": "#/components/schemas/search_engine_enum" } } }, "reportSuiteDeletePaidSearchDetectionResponseData": { "type": "boolean" }, "reportSuiteDeleteVirtualReportSuiteResponseData": { "type": "string" }, "reportSuiteGetActivationRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetActivationResponseData": { "$ref": "#/components/schemas/report_suite_activation_array" }, "reportSuiteGetAxleStartDateRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetAxleStartDateResponseData": { "$ref": "#/components/schemas/report_suite_axle_start_date_array" }, "reportSuiteGetBaseCurrencyRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetBaseCurrencyResponseData": { "$ref": "#/components/schemas/report_suite_base_currency_array" }, "reportSuiteGetBaseURLRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetBaseURLResponseData": { "$ref": "#/components/schemas/report_suite_base_url_array" }, "reportSuiteGetCalculatedMetricsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetCalculatedMetricsResponseData": { "$ref": "#/components/schemas/report_suite_calculated_metrics_array" }, "reportSuiteGetClassificationsRequestData": { "type": "object", "properties": { "element_list": { "$ref": "#/components/schemas/string_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetClassificationsResponseData": { "$ref": "#/components/schemas/report_suite_element_classifications_array" }, "reportSuiteGetCleanURLsResponseData": { "type": "string" }, "reportSuiteGetCustomCalendarRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetCustomCalendarResponseData": { "$ref": "#/components/schemas/report_suite_custom_calendar_array" }, "reportSuiteGetDataWarehouseDisplayRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetDataWarehouseDisplayResponseData": { "$ref": "#/components/schemas/report_suite_data_warehouse_display_array" }, "reportSuiteGetDefaultPageRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetDefaultPageResponseData": { "$ref": "#/components/schemas/report_suite_default_page_array" }, "reportSuiteGetDiscoverEnabledRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetDiscoverEnabledResponseData": { "$ref": "#/components/schemas/report_suite_discover_array" }, "reportSuiteGetEcommerceRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetEcommerceResponseData": { "$ref": "#/components/schemas/report_suite_ecommerce_array" }, "reportSuiteGetEvarsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetEvarsResponseData": { "$ref": "#/components/schemas/report_suite_evars_array" }, "reportSuiteGetEventsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetEventsResponseData": { "$ref": "#/components/schemas/report_suite_events_array" }, "reportSuiteGetGeoSegmentationRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetGeoSegmentationResponseData": { "$ref": "#/components/schemas/report_suite_geo_segmentation_array" }, "reportSuiteGetIPAddressExclusionsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetIPAddressExclusionsResponseData": { "$ref": "#/components/schemas/report_suite_ip_address_exclusions_array" }, "reportSuiteGetIPObfuscationRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetIPObfuscationResponseData": { "$ref": "#/components/schemas/report_suite_ip_obfuscation_array" }, "reportSuiteGetInternalURLFiltersRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetInternalURLFiltersResponseData": { "$ref": "#/components/schemas/report_suite_internal_url_filters_array" }, "reportSuiteGetKeyVisitorsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetKeyVisitorsResponseData": { "$ref": "#/components/schemas/report_suite_key_visitors_array" }, "reportSuiteGetListVariablesRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetListVariablesResponseData": { "$ref": "#/components/schemas/rscollection_list_variable" }, "reportSuiteGetLocalizationRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetLocalizationResponseData": { "$ref": "#/components/schemas/report_suite_localization_array" }, "reportSuiteGetMarketingChannelCostsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetMarketingChannelCostsResponseData": { "$ref": "#/components/schemas/report_suite_marketing_channel_costs_array" }, "reportSuiteGetMarketingChannelExpirationRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetMarketingChannelExpirationResponseData": { "$ref": "#/components/schemas/report_suite_marketing_channel_expiration_array" }, "reportSuiteGetMarketingChannelRulesRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetMarketingChannelRulesResponseData": { "$ref": "#/components/schemas/rs_marketing_channel_rulesets_array" }, "reportSuiteGetMarketingChannelsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetMarketingChannelsResponseData": { "$ref": "#/components/schemas/report_suite_marketing_channels_array" }, "reportSuiteGetMobileAppReportingRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetMobileAppReportingResponseData": { "type": "string" }, "reportSuiteGetPaidSearchDetectionRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetPaidSearchDetectionResponseData": { "$ref": "#/components/schemas/report_suite_paid_search_detection_array" }, "reportSuiteGetPermanentTrafficRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetPermanentTrafficResponseData": { "$ref": "#/components/schemas/report_suite_permanent_traffic_array" }, "reportSuiteGetPreviousServerCallsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetPreviousServerCallsResponseData": { "type": "string" }, "reportSuiteGetPrivacySettingsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetPrivacySettingsResponseData": { "type": "string" }, "reportSuiteGetProcessingStatusRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetProcessingStatusResponseData": { "$ref": "#/components/schemas/report_suite_processing_status_array" }, "reportSuiteGetPropsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetPropsResponseData": { "$ref": "#/components/schemas/report_suite_props_array" }, "reportSuiteGetRealTimeSettingsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetRealTimeSettingsResponseData": { "$ref": "#/components/schemas/report_suite_real_time_settings_array" }, "reportSuiteGetScheduledSpikeRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetScheduledSpikeResponseData": { "$ref": "#/components/schemas/report_suite_scheduled_spike_array" }, "reportSuiteGetSegmentsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetSegmentsResponseData": { "$ref": "#/components/schemas/report_suite_segments_array" }, "reportSuiteGetSettingsRequestData": { "type": "object", "properties": { "locale": { "$ref": "#/components/schemas/reportDefinitionLocale" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetSettingsResponseData": { "$ref": "#/components/schemas/report_suite_settings_array" }, "reportSuiteGetSiteTitleRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetSiteTitleResponseData": { "$ref": "#/components/schemas/report_suite_site_title_array" }, "reportSuiteGetTemplateRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetTemplateResponseData": { "$ref": "#/components/schemas/report_suite_template_array" }, "reportSuiteGetTimeStampEnabledRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetTimeStampEnabledResponseData": { "$ref": "#/components/schemas/report_suite_timestampenabled_array" }, "reportSuiteGetTimeZoneRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetTimeZoneResponseData": { "$ref": "#/components/schemas/report_suite_time_zone_array" }, "reportSuiteGetTransactionEnabledRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetTransactionEnabledResponseData": { "$ref": "#/components/schemas/report_suite_transaction_enabled_array" }, "reportSuiteGetUniqueVisitorVariableRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetUniqueVisitorVariableResponseData": { "$ref": "#/components/schemas/report_suite_unique_visitor_variable_array" }, "reportSuiteGetVideoSettingsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetVideoSettingsResponseData": { "$ref": "#/components/schemas/report_suite_video_settings_array" }, "reportSuiteGetVirtualReportSuiteSettingsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteGetVirtualReportSuiteSettingsResponseData": { "type": "string" }, "reportSuiteSaveBaseCurrencyRequestData": { "type": "object", "properties": { "base_currency": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveBaseCurrencyResponseData": { "type": "boolean" }, "reportSuiteSaveBaseURLRequestData": { "type": "object", "properties": { "base_url": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveBaseURLResponseData": { "type": "boolean" }, "reportSuiteSaveCalculatedMetricsRequestData": { "type": "object", "properties": { "calculated_metrics": { "$ref": "#/components/schemas/calculated_metric_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveCalculatedMetricsResponseData": { "type": "boolean" }, "reportSuiteSaveClassificationRequestData": { "type": "object", "properties": { "date_enabled": { "type": "boolean" }, "element": { "type": "string" }, "name": { "type": "string" }, "new_name": { "type": "string" }, "parent_name": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "type": { "$ref": "#/components/schemas/classification_type_enum" } } }, "reportSuiteSaveClassificationResponseData": { "type": "boolean" }, "reportSuiteSaveCustomCalendarRequestData": { "type": "object", "properties": { "anchor_date": { "type": "string", "format": "date" }, "calendar_type": { "$ref": "#/components/schemas/custom_calendar_type_enum" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveCustomCalendarResponseData": { "type": "boolean" }, "reportSuiteSaveDataWarehouseDisplayRequestData": { "type": "object", "properties": { "data_warehouse_display": { "$ref": "#/components/schemas/data_warehouse_display_type_enum" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveDataWarehouseDisplayResponseData": { "type": "boolean" }, "reportSuiteSaveDefaultPageRequestData": { "type": "object", "properties": { "default_page": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveDefaultPageResponseData": { "type": "boolean" }, "reportSuiteSaveDiscoverEnabledRequestData": { "type": "object", "properties": { "discover_enabled": { "type": "boolean" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveDiscoverEnabledResponseData": { "type": "boolean" }, "reportSuiteSaveEcommerceRequestData": { "type": "object", "properties": { "ecommerce": { "type": "boolean" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveEcommerceResponseData": { "type": "boolean" }, "reportSuiteSaveEvarsRequestData": { "type": "object", "properties": { "evars": { "$ref": "#/components/schemas/evar_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveEvarsResponseData": { "type": "boolean" }, "reportSuiteSaveEventsRequestData": { "type": "object", "properties": { "events": { "$ref": "#/components/schemas/event_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveEventsResponseData": { "type": "boolean" }, "reportSuiteSaveGeoSegmentationRequestData": { "type": "object", "properties": { "geo_segmentation": { "type": "boolean" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "vista_enabled": { "type": "boolean" } } }, "reportSuiteSaveGeoSegmentationResponseData": { "type": "boolean" }, "reportSuiteSaveIPAddressExclusionRequestData": { "type": "object", "properties": { "comment": { "type": "string" }, "ip_address": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveIPAddressExclusionResponseData": { "type": "boolean" }, "reportSuiteSaveIPObfuscationRequestData": { "type": "object", "properties": { "ip_obfuscation": { "$ref": "#/components/schemas/ip_obfuscation_enum" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveIPObfuscationResponseData": { "type": "boolean" }, "reportSuiteSaveInternalURLFiltersRequestData": { "type": "object", "properties": { "internal_url_filters": { "$ref": "#/components/schemas/string_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveInternalURLFiltersResponseData": { "type": "boolean" }, "reportSuiteSaveKeyVisitorsRequestData": { "type": "object", "properties": { "key_visitors": { "$ref": "#/components/schemas/string_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveKeyVisitorsResponseData": { "type": "boolean" }, "reportSuiteSaveListVariablesRequestData": { "type": "object", "properties": { "list_variables": { "$ref": "#/components/schemas/list_variables" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveListVariablesResponseData": { "type": "integer", "format": "int32" }, "reportSuiteSaveMarketingChannelCostRequestData": { "type": "object", "properties": { "amount": { "type": "number", "format": "double" }, "channel_id": { "type": "integer", "format": "int32" }, "channel_type": { "type": "string" }, "cost_group": { "type": "string" }, "cost_id": { "type": "integer", "format": "int32" }, "end_date": { "type": "string", "format": "date-time" }, "metric": { "type": "string" }, "name": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "start_date": { "type": "string", "format": "date-time" }, "type": { "type": "string" } } }, "reportSuiteSaveMarketingChannelCostResponseData": { "type": "boolean" }, "reportSuiteSaveMarketingChannelExpirationRequestData": { "type": "object", "properties": { "days": { "type": "integer", "format": "int32" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveMarketingChannelExpirationResponseData": { "type": "integer", "format": "int32" }, "reportSuiteSaveMarketingChannelRulesRequestData": { "type": "object", "properties": { "marketing_channel_rules": { "$ref": "#/components/schemas/marketing_channel_ruleset_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveMarketingChannelRulesResponseData": { "type": "boolean" }, "reportSuiteSaveMarketingChannelsRequestData": { "type": "object", "properties": { "marketing_channels": { "$ref": "#/components/schemas/marketing_channel_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveMarketingChannelsResponseData": { "type": "boolean" }, "reportSuiteSaveMobileAppReportingRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveMobileAppReportingResponseData": { "type": "integer", "format": "int32" }, "reportSuiteSavePaidSearchDetectionRequestData": { "type": "object", "properties": { "operator": { "$ref": "#/components/schemas/paid_search_operator_enum" }, "query_string": { "type": "string" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "search_engine": { "$ref": "#/components/schemas/search_engine_enum" } } }, "reportSuiteSavePaidSearchDetectionResponseData": { "type": "boolean" }, "reportSuiteSavePermanentTrafficRequestData": { "type": "object", "properties": { "hits_per_day": { "type": "integer", "format": "int32" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "start_date": { "type": "string", "format": "date" } } }, "reportSuiteSavePermanentTrafficResponseData": { "type": "boolean" }, "reportSuiteSavePrivacySettingsRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSavePrivacySettingsResponseData": { "type": "integer", "format": "int32" }, "reportSuiteSavePropsRequestData": { "type": "object", "properties": { "props": { "$ref": "#/components/schemas/prop_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSavePropsResponseData": { "type": "boolean" }, "reportSuiteSaveRealTimeSettingsRequestData": { "type": "object", "properties": { "real_time_settings": { "$ref": "#/components/schemas/real_time_settings_array" }, "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveRealTimeSettingsResponseData": { "type": "boolean" }, "reportSuiteSaveScheduledSpikeRequestData": { "type": "object", "properties": { "end_date": { "type": "string", "format": "date" }, "hits_per_day": { "type": "integer", "format": "int32" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "start_date": { "type": "string", "format": "date" } } }, "reportSuiteSaveScheduledSpikeResponseData": { "type": "boolean" }, "reportSuiteSaveServerSideForwardingRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveServerSideForwardingResponseData": { "type": "string" }, "reportSuiteSaveSiteTitleRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" }, "site_title": { "type": "string" } } }, "reportSuiteSaveSiteTitleResponseData": { "type": "boolean" }, "reportSuiteSaveTimeZoneRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" }, "time_zone": { "$ref": "#/components/schemas/time_zone_enum" } } }, "reportSuiteSaveTimeZoneResponseData": { "type": "boolean" }, "reportSuiteSaveUIMobileAppReportingRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteSaveUIMobileAppReportingResponseData": { "type": "string" }, "reportSuiteSaveUniqueVisitorVariableRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" }, "unique_visitor_variable": { "type": "string" } } }, "reportSuiteSaveUniqueVisitorVariableResponseData": { "type": "boolean" }, "reportSuiteSaveVideoSettingsRequestData": { "type": "object", "properties": { "content_type_evar": { "type": "string" }, "enable_ad_tracking": { "type": "boolean" }, "enable_chapter_tracking": { "type": "boolean" }, "enable_quality_tracking": { "type": "boolean" }, "rename_custom_variables": { "type": "boolean" }, "rsid_list": { "$ref": "#/components/schemas/string_array" }, "use_custom_variables": { "type": "boolean" }, "video_completes_event": { "type": "string" }, "video_name_evar": { "type": "string" }, "video_time_event": { "type": "string" }, "video_views_event": { "type": "string" } } }, "reportSuiteSaveVideoSettingsResponseData": { "type": "boolean" }, "reportSuiteSaveVirtualReportSuiteResponseData": { "type": "string" }, "reportSuiteViewProcessingRulesRequestData": { "type": "object", "properties": { "rsid_list": { "$ref": "#/components/schemas/string_array" } } }, "reportSuiteViewProcessingRulesResponseData": { "$ref": "#/components/schemas/report_suite_viewable_processing_rules_array" }, "reportValidateRequestData": { "type": "object", "properties": { "reportDescription": { "$ref": "#/components/schemas/reportDescription" } } }, "reportValidateResponseData": { "type": "boolean" }, "report_access": { "type": "object", "properties": { "category": { "$ref": "#/components/schemas/report_access_category_enum" }, "name": { "type": "string" }, "access": { "$ref": "#/components/schemas/report_access_type_enum" }, "report_ids": { "$ref": "#/components/schemas/int_array" } } }, "report_access_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_access" } }, "report_access_category_enum": { "type": "string", "enum": [ "ecommerce", "traffic", "paths", "custom_paths", "tools", "search_center", "tnt", "video", "web_services", "admin_console", "report_download", "survey", "advanced_reporting", "social", "social_publishing", "data_connectors" ] }, "report_access_type_enum": { "type": "string", "enum": [ "none", "custom", "all" ] }, "report_queue_item": { "type": "object", "properties": { "reportID": { "type": "integer", "format": "int32" }, "type": { "$ref": "#/components/schemas/report_queue_item_type_enum" }, "queueTime": { "type": "string" }, "status": { "$ref": "#/components/schemas/report_queue_item_status_enum" }, "priority": { "type": "integer", "format": "int32" }, "estimate": { "type": "number", "format": "double" }, "reportSuiteID": { "type": "string" }, "user": { "type": "string" } } }, "report_queue_item_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_queue_item" } }, "report_queue_item_status_enum": { "type": "string", "enum": [ "waiting", "running" ] }, "report_queue_item_type_enum": { "type": "string", "enum": [ "ot", "tr", "pa", "ra", "fo", "su" ] }, "report_suite_activation": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "activation": { "type": "boolean" } } }, "report_suite_activation_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_activation" } }, "report_suite_axle_start_date": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "axle_start_date": { "type": "string" } } }, "report_suite_axle_start_date_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_axle_start_date" } }, "report_suite_base_currency": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "base_currency": { "type": "string" } } }, "report_suite_base_currency_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_base_currency" } }, "report_suite_base_url": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "base_url": { "type": "string" } } }, "report_suite_base_url_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_base_url" } }, "report_suite_calculated_metrics": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "calculated_metrics": { "$ref": "#/components/schemas/calculated_metric_array" } } }, "report_suite_calculated_metrics_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_calculated_metrics" } }, "report_suite_custom_calendar": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "calendar_type": { "$ref": "#/components/schemas/custom_calendar_type_enum" }, "anchor_date": { "type": "string", "format": "date" } } }, "report_suite_custom_calendar_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_custom_calendar" } }, "report_suite_data_warehouse_display": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "data_warehouse_display": { "$ref": "#/components/schemas/data_warehouse_display_type_enum" } } }, "report_suite_data_warehouse_display_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_data_warehouse_display" } }, "report_suite_default_page": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "default_page": { "type": "string" } } }, "report_suite_default_page_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_default_page" } }, "report_suite_discover": { "type": "object", "properties": { "id": { "type": "string" }, "site_title": { "type": "string" }, "discover_enabled": { "type": "boolean" } } }, "report_suite_discover_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_discover" } }, "report_suite_ecommerce": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "ecommerce": { "type": "boolean" } } }, "report_suite_ecommerce_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_ecommerce" } }, "report_suite_element_classifications": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "element_classifications": { "$ref": "#/components/schemas/element_classifications_array" } } }, "report_suite_element_classifications_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_element_classifications" } }, "report_suite_evars": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "evars": { "$ref": "#/components/schemas/evar_array" } } }, "report_suite_evars_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_evars" } }, "report_suite_events": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "ecommerce_level": { "type": "string" }, "events": { "$ref": "#/components/schemas/event_array" } } }, "report_suite_events_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_events" } }, "report_suite_geo_segmentation": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "geo_segmentation": { "type": "boolean" }, "vista_enabled": { "type": "boolean" } } }, "report_suite_geo_segmentation_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_geo_segmentation" } }, "report_suite_groups": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "groups": { "$ref": "#/components/schemas/permission_group_summary_array" } } }, "report_suite_internal_url_filters": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "internal_url_filters": { "$ref": "#/components/schemas/string_array" } } }, "report_suite_internal_url_filters_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_internal_url_filters" } }, "report_suite_ip_address_exclusions": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "ip_address_exclusions": { "$ref": "#/components/schemas/ip_address_exclusion_array" } } }, "report_suite_ip_address_exclusions_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_ip_address_exclusions" } }, "report_suite_ip_obfuscation": { "type": "object", "properties": { "id": { "type": "string" }, "site_title": { "type": "string" }, "ip_obfuscation": { "$ref": "#/components/schemas/ip_obfuscation_enum" } } }, "report_suite_ip_obfuscation_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_ip_obfuscation" } }, "report_suite_key_visitors": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "key_visitors": { "$ref": "#/components/schemas/string_array" } } }, "report_suite_key_visitors_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_key_visitors" } }, "report_suite_list_variable": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "list_variables": { "$ref": "#/components/schemas/list_variables" } } }, "report_suite_localization": { "type": "object", "properties": { "id": { "type": "string" }, "site_title": { "type": "string" }, "localization": { "type": "boolean" } } }, "report_suite_localization_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_localization" } }, "report_suite_marketing_channel_costs": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "marketing_channel_costs": { "$ref": "#/components/schemas/marketing_channel_cost_array" } } }, "report_suite_marketing_channel_costs_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_marketing_channel_costs" } }, "report_suite_marketing_channel_expiration": { "type": "object", "properties": { "rsid": { "type": "string" }, "days": { "type": "integer", "format": "int32" } } }, "report_suite_marketing_channel_expiration_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_marketing_channel_expiration" } }, "report_suite_marketing_channels": { "type": "object", "properties": { "rsid": { "type": "string" }, "marketing_channels": { "$ref": "#/components/schemas/marketing_channel_array" } } }, "report_suite_marketing_channels_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_marketing_channels" } }, "report_suite_paid_search_detection": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "paid_search_detection": { "$ref": "#/components/schemas/paid_search_detection_array" } } }, "report_suite_paid_search_detection_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_paid_search_detection" } }, "report_suite_permanent_traffic": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "permanent_traffic": { "$ref": "#/components/schemas/permanent_traffic_array" } } }, "report_suite_permanent_traffic_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_permanent_traffic" } }, "report_suite_processing_status": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "processing_status": { "$ref": "#/components/schemas/processing_status" } } }, "report_suite_processing_status_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_processing_status" } }, "report_suite_props": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "props": { "$ref": "#/components/schemas/prop_array" } } }, "report_suite_props_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_props" } }, "report_suite_real_time_settings": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "real_time_settings": { "$ref": "#/components/schemas/real_time_settings_array" } } }, "report_suite_real_time_settings_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_real_time_settings" } }, "report_suite_scheduled_spike": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "scheduled_spike": { "$ref": "#/components/schemas/scheduled_spike_array" } } }, "report_suite_scheduled_spike_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_scheduled_spike" } }, "report_suite_segments": { "type": "object", "properties": { "rsid": { "type": "string" }, "segments": { "$ref": "#/components/schemas/segment_item_array" } } }, "report_suite_segments_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_segments" } }, "report_suite_settings": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "activation": { "type": "boolean" }, "anchor_date": { "type": "string", "format": "date" }, "base_currency": { "type": "string" }, "base_url": { "type": "string" }, "calendar_type": { "$ref": "#/components/schemas/custom_calendar_type_enum" }, "default_page": { "type": "string" }, "discover_enabled": { "type": "boolean" }, "ecommerce_level": { "type": "integer", "format": "int32" }, "ecommerce_visits": { "type": "integer", "format": "int32" }, "ecommerce_visitors": { "type": "integer", "format": "int32" }, "element_classifications": { "$ref": "#/components/schemas/element_classifications_array" }, "elements": { "$ref": "#/components/schemas/reportElements" }, "ip_obfuscation": { "type": "string" }, "metrics": { "$ref": "#/components/schemas/reportMetricList" }, "traffic_case_insensitive": { "type": "boolean" }, "mobile_breakdowns": { "$ref": "#/components/schemas/string_array" }, "props": { "$ref": "#/components/schemas/prop_array" }, "segments": { "$ref": "#/components/schemas/segment_item_array" }, "template": { "type": "string" }, "time_zone": { "$ref": "#/components/schemas/time_zone_enum" }, "unique_visitor_variable": { "type": "string" }, "video_settings": { "$ref": "#/components/schemas/video_settings" } } }, "report_suite_settings_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_settings" } }, "report_suite_site_title": { "type": "object", "properties": { "id": { "type": "string" }, "site_title": { "type": "string" } } }, "report_suite_site_title_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_site_title" } }, "report_suite_template": { "type": "object", "properties": { "id": { "type": "string" }, "site_title": { "type": "string" }, "template": { "type": "string" } } }, "report_suite_template_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_template" } }, "report_suite_time_zone": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "time_zone": { "$ref": "#/components/schemas/time_zone_enum" } } }, "report_suite_time_zone_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_time_zone" } }, "report_suite_timestampenabled": { "type": "object", "properties": { "rsid": { "type": "string" }, "timestampenabled": { "type": "boolean" } } }, "report_suite_timestampenabled_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_timestampenabled" } }, "report_suite_transaction_enabled": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "transaction": { "$ref": "#/components/schemas/transaction_status_array" } } }, "report_suite_transaction_enabled_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_transaction_enabled" } }, "report_suite_unique_visitor_variable": { "type": "object", "properties": { "id": { "type": "string" }, "site_title": { "type": "string" }, "unique_visitor_variable": { "$ref": "#/components/schemas/unique_visitor_variable_enum" } } }, "report_suite_unique_visitor_variable_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_unique_visitor_variable" } }, "report_suite_video_settings": { "type": "object", "properties": { "rsid": { "type": "string" }, "site_title": { "type": "string" }, "video_settings": { "$ref": "#/components/schemas/video_settings" } } }, "report_suite_video_settings_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_video_settings" } }, "report_suite_viewable_processing_rules": { "type": "object", "properties": { "rsid": { "type": "string" }, "processing_rules": { "$ref": "#/components/schemas/viewable_processing_rule_array" } } }, "report_suite_viewable_processing_rules_array": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_viewable_processing_rules" } }, "row": { "type": "object", "properties": { "row": { "$ref": "#/components/schemas/string_array" } } }, "rows": { "type": "array", "items": { "$ref": "#/components/schemas/row" } }, "rs_marketing_channel_rulesets": { "type": "object", "properties": { "rsid": { "type": "string" }, "marketing_channel_rules": { "$ref": "#/components/schemas/marketing_channel_ruleset_array" } } }, "rs_marketing_channel_rulesets_array": { "type": "array", "items": { "$ref": "#/components/schemas/rs_marketing_channel_rulesets" } }, "rscollection_list_variable": { "type": "array", "items": { "$ref": "#/components/schemas/report_suite_list_variable" } }, "ruleset_junction_type": { "type": "string", "enum": [ "all", "any" ] }, "ruleset_operator_type": { "type": "string", "enum": [ "equals", "contains", "not_contains", "starts_with", "not_starts_with", "ends_with", "not_ends_with", "exists", "not_exists", "is_empty", "is_not_empty" ] }, "scheduleCancelType": { "type": "string", "enum": [ "Never", "After", "When" ] }, "scheduleDayOfWeek": { "type": "string", "enum": [ "None", "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday" ] }, "scheduleDeliveryType": { "type": "string", "enum": [ "Email", "Ftp" ] }, "scheduleFileFormat": { "type": "string", "enum": [ "Excel2007", "Excel2003", "Mht", "Xml", "Txt", "Csv", "Pdf", "Mobile", "Html", "Word" ] }, "scheduleFrequency": { "type": "string", "enum": [ "None", "Run Once", "Hourly", "Daily By Days", "Daily weekdays", "Weekly", "Monthly by DOM", "Monthly by week", "Yearly by DOM", "Yearly by Week" ] }, "scheduleLog": { "type": "object", "properties": { "reportName": { "type": "string" }, "deliveryType": { "$ref": "#/components/schemas/scheduleDeliveryType" }, "deliveryParameters": { "$ref": "#/components/schemas/deliveryParameters" }, "dateSent": { "type": "string", "format": "date-time" }, "status": { "type": "string" }, "filename": { "type": "string" }, "subject": { "type": "string" } } }, "scheduleLogs_array": { "type": "array", "items": { "$ref": "#/components/schemas/scheduleLog" } }, "scheduleMonth": { "type": "string", "enum": [ "None", "January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December" ] }, "scheduleRecurrenceParameter": { "required": [ "month" ], "type": "object", "properties": { "frequency": { "$ref": "#/components/schemas/scheduleFrequency" }, "dayOfWeek": { "$ref": "#/components/schemas/scheduleDayOfWeek" }, "dayOfMonth": { "type": "integer", "format": "int32" }, "runHour": { "type": "integer", "format": "int32" }, "recurrence": { "type": "integer", "format": "int32" }, "startDate": { "type": "string" }, "endDate": { "type": "string" }, "sequence": { "$ref": "#/components/schemas/scheduleSequence" }, "cancelType": { "$ref": "#/components/schemas/scheduleCancelType" }, "cancelOccurnce": { "type": "integer", "format": "int32" }, "month": { "$ref": "#/components/schemas/scheduleMonth" }, "timezoneOffset": { "type": "string" } } }, "scheduleSequence": { "type": "string", "enum": [ "None", "First", "Second", "Third", "Fourth", "Last" ] }, "scheduledReport": { "type": "object", "properties": { "scheduleRecurrenceParameter": { "$ref": "#/components/schemas/scheduleRecurrenceParameter" }, "deliveryParameters": { "$ref": "#/components/schemas/deliveryParameters" }, "id": { "type": "integer", "format": "int32" }, "reportSuiteID": { "type": "string" }, "isFailed": { "type": "boolean" }, "excelWorkbook": { "$ref": "#/components/schemas/excelWorkbook" } } }, "scheduledReports_array": { "type": "array", "items": { "$ref": "#/components/schemas/scheduledReport" } }, "scheduled_spike": { "type": "object", "properties": { "hits_per_day": { "type": "integer", "format": "int32" }, "hits_per_hour": { "type": "integer", "format": "int32" }, "go_live_date": { "type": "string", "format": "date" }, "end_date": { "type": "string", "format": "date" }, "submit_date": { "type": "string", "format": "date" }, "login": { "type": "string" } } }, "scheduled_spike_array": { "type": "array", "items": { "$ref": "#/components/schemas/scheduled_spike" } }, "schedulingCreatePublishedReportRequestData": { "type": "object", "properties": { "code": { "type": "string" }, "location": { "$ref": "#/components/schemas/workbookLocation" }, "product": { "$ref": "#/components/schemas/productType" }, "repoId": { "type": "string" }, "scheduledReport": { "$ref": "#/components/schemas/scheduledReport" }, "workbook": { "type": "string" } } }, "schedulingCreatePublishedReportResponseData": { "$ref": "#/components/schemas/scheduledReport" }, "schedulingDeletePublishedReportRequestData": { "type": "object", "properties": { "product": { "$ref": "#/components/schemas/productType" }, "scheduledReportIds": { "$ref": "#/components/schemas/int_array" } } }, "schedulingDeletePublishedReportResponseData": { "type": "boolean" }, "schedulingDeleteWorkbookRequestData": { "type": "object", "properties": { "location": { "$ref": "#/components/schemas/workbookLocation" }, "product": { "$ref": "#/components/schemas/productType" }, "username": { "type": "string" }, "workbookNames": { "$ref": "#/components/schemas/string_array" } } }, "schedulingDeleteWorkbookResponseData": { "type": "boolean" }, "schedulingDownloadWorkbookRequestData": { "type": "object", "properties": { "location": { "$ref": "#/components/schemas/workbookLocation" }, "productType": { "$ref": "#/components/schemas/productType" }, "repoId": { "type": "integer", "format": "int32" }, "username": { "type": "string" }, "workbookName": { "type": "string" } } }, "schedulingDownloadWorkbookResponseData": { "type": "string" }, "schedulingGetPublishedReportsRequestData": { "type": "object", "properties": { "product": { "$ref": "#/components/schemas/productType" }, "username": { "type": "string" } } }, "schedulingGetPublishedReportsResponseData": { "$ref": "#/components/schemas/scheduledReports_array" }, "schedulingGetReportsRunHistoryRequestData": { "type": "object", "properties": { "limit": { "type": "integer", "format": "int32" }, "offset": { "type": "integer", "format": "int32" }, "product": { "$ref": "#/components/schemas/productType" }, "username": { "type": "string" } } }, "schedulingGetReportsRunHistoryResponseData": { "$ref": "#/components/schemas/scheduleLogs_array" }, "schedulingGetWorkbookListRequestData": { "type": "object", "properties": { "location": { "$ref": "#/components/schemas/workbookLocation" }, "product": { "$ref": "#/components/schemas/productType" } } }, "schedulingGetWorkbookListResponseData": { "$ref": "#/components/schemas/excelWorkbooks_array" }, "schedulingReRunReportRequestData": { "type": "object", "properties": { "id": { "type": "integer", "format": "int32" } } }, "schedulingReRunReportResponseData": { "type": "boolean" }, "schedulingUpdatePublishedReportRequestData": { "type": "object", "properties": { "code": { "type": "string" }, "product": { "$ref": "#/components/schemas/productType" }, "repoId": { "type": "string" }, "scheduledReport": { "$ref": "#/components/schemas/scheduledReport" }, "workbook": { "type": "string" } } }, "schedulingUpdatePublishedReportResponseData": { "$ref": "#/components/schemas/scheduledReport" }, "schedulingUploadWorkbookRequestData": { "type": "object", "properties": { "description": { "type": "string" }, "filename": { "type": "string" }, "location": { "$ref": "#/components/schemas/workbookLocation" }, "product": { "$ref": "#/components/schemas/productType" }, "workbook": { "type": "string" } } }, "schedulingUploadWorkbookResponseData": { "type": "boolean" }, "search_engine_enum": { "type": "string", "enum": [ "100.nu", "1001 Searches", "100Hot", "123.cl", "1st-Spot", "2Look4It", "37.com", "3721.com", "7search.com", "@nifty", "Abacho - Germany", "Abacho.com", "About.com", "Abrexa UK", "AceSearch", "AdmCity", "Aeiwi", "Afterpage", "ah-ha", "Aladdin", "Alcanseek", "aldn.jp", "All Americas Best", "All The Web", "AllSearchEngines", "allZone", "alot.com", "AltaVista", "AltaVista - Canada", "AltaVista - Denmark", "AltaVista - France", "AltaVista - Germany", "AltaVista - Italy", "AltaVista - Netherlands", "AltaVista - Norway", "AltaVista - Spain", "AltaVista - Sweden", "AltaVista - Switzerland", "AltaVista - United Kingdom", "Ananzi", "Andromeda Search", "ANZWERS", "AOL - France", "AOL - Germany", "AOL - United Kingdom", "AOL.com Search", "Apali", "Aport", "Ask - Japan", "Ask Jeeves", "Atlas.cz", "au", "au.Anzwers", "auok.auone.jp", "AussieSeek", "AustroNaut", "AVG Secure Search", "Baidu", "Baidu Japan", "BeGuide.com", "Bellnet", "Beocity", "Berlingske", "Biglobe", "Blekko", "Blue Window", "BT", "BUSCApique", "Business.com", "BuyersIndex", "ByteSearch", "Cafesta", "Canada.com", "Centrum.cz", "Chubba", "Clix", "CNET Search.com", "Coc Coc", "Columbus-Finder", "ComFind", "Conexcol", "Crooz", "Cuil", "CurryGuide", "CyberBritain.com", "Data.ru", "Daum", "Dazzo!", "DejaNews", "Deoji", "DialIndia", "Dictionary.com", "Dino Online", "Dion", "Dir.bg", "DirectHit", "Dmoz", "Docomo.ne.jp", "dog.com", "Dogpile", "DreamWiz", "DuckDuckGo", "Earthlink Search", "Ecosia.org", "EE", "eerstekeuze.nl", "EgyptSearch", "Empas", "Enhance", "Eniro", "Eniro - Finland", "Eniro - Sweden", "Euregio", "Euroseek", "Excite", "Excite - Australia", "Excite - Dutch", "Excite - France", "Excite - Germany", "Excite - Japan", "Excite - Netscape", "Excite Canada", "Excite.ch", "Exploora", "Fansites.com", "Fast", "Feynd", "Final Search", "find.wanadoo.nl", "Findit-Quick", "FindLink", "FindWhat", "Fireball", "FishHoo!", "FleeceTheNet", "Flix.de", "FMWORLD", "FreshEye", "Froute", "froute.crooz", "FullWebinfo Directory & Search Engine", "Galaxy", "Galileu", "General Search", "GeoBoz Search", "Globe Crawler", "globito!", "Go (Infoseek)", "Go2net Metacrawler", "GoButton", "Godado", "GoEureka", "GoHip", "Goo (Japan)", "Goo (Jp.)", "Google", "Google - Afghanistan", "Google - Algerie", "Google - American Samoa", "Google - Andorra", "Google - Anguilla", "Google - Antigua and Barbuda", "Google - Argentina", "Google - Armenia", "Google - Australia", "Google - Austria", "Google - Azerbaijan", "Google - Bahrain", "Google - Bangladesh", "Google - Belarus", "Google - Belgium", "Google - Belize", "Google - Benin", "Google - Bolivia", "Google - Bosnia-Hercegovina", "Google - Botswana", "Google - Brasil", "Google - British Virgin Islands", "Google - Brunei", "Google - Bulgaria", "Google - Burundi", "Google - Cambodia", "Google - Cameroun", "Google - Canada", "Google - Catala", "Google - Chile", "Google - China", "Google - Colombia", "Google - Cook Islands", "Google - Costa Rica", "Google - Cote D'Ivoire", "Google - Crna Gora", "Google - Croatia", "Google - Cuba", "Google - Cyprus", "Google - Czech Republic", "Google - Denmark", "Google - Djibouti", "Google - Dominica", "Google - Dominican Republic", "Google - Ecuador", "Google - Egypt", "Google - El Salvador", "Google - Estonia", "Google - Ethiopia", "Google - Fiji", "Google - Finland", "Google - France", "Google - Germany", "Google - Ghana", "Google - Greece", "Google - Greenland", "Google - Guadeloupe", "Google - Guatemala", "Google - Guernsey", "Google - Guyana", "Google - Haiti", "Google - Honduras", "Google - Hong Kong", "Google - Hungary", "Google - India", "Google - Indonesia", "Google - Iraq", "Google - Ireland", "Google - Island", "Google - Isle of Gibraltar", "Google - Isle of Man", "Google - Israel", "Google - Italy", "Google - Jamaica", "Google - Japan", "Google - Jersey", "Google - Jordan", "Google - Kazakhstan", "Google - Kenya", "Google - Kiribati", "Google - Korea", "Google - Kuwait", "Google - Kyrgyzstan", "Google - Laos", "Google - Latvia", "Google - Lebanon", "Google - Lesotho", "Google - Libya", "Google - Liechtenstein", "Google - Lithuania", "Google - Luxembourg", "Google - Madagasikara", "Google - Malawi", "Google - Malaysia", "Google - Maldives", "Google - Mali", "Google - Malta", "Google - Mauritius", "Google - Mexico", "Google - Micronesia", "Google - Moldova", "Google - Mongolia", "Google - Montserrat", "Google - Morocco", "Google - Mozambique", "Google - Myanmar", "Google - Namibia", "Google - Nauru", "Google - Nepal", "Google - Netherlands", "Google - Netherlands (Startpagina)", "Google - New Zealand", "Google - Nicaragua", "Google - Nigeria", "Google - Niue", "Google - Norfolk Island", "Google - Norway", "Google - Norway (Startsiden)", "Google - Oman", "Google - Pakistan", "Google - Palestinian territories", "Google - Panama", "Google - Papua New Guinea", "Google - Paraguay", "Google - Peru", "Google - Philippines", "Google - Pitcairn Islands", "Google - Poland", "Google - Portugal", "Google - Puerto Rico", "Google - Qatar", "Google - Rep. Dem. du Congo", "Google - Rep. du Congo", "Google - Repulic of Georgia", "Google - Romania", "Google - Russia", "Google - Rwanda", "Google - Saint Helena", "Google - Saint Vincent and the Grenadine", "Google - Samoa", "Google - San Marino", "Google - Sao Tome and Principe", "Google - Saudi Arabia", "Google - Senegal", "Google - Serbia", "Google - Seychelles", "Google - Sierra Leone", "Google - Singapore", "Google - Slovakia", "Google - Slovenia", "Google - Solomon Islands", "Google - South Africa", "Google - Spain", "Google - Sri Lanka", "Google - Sweden", "Google - Switzerland", "Google - Taiwan", "Google - Tajikistan", "Google - Tanzania", "Google - Thailand", "Google - The Bahamas", "Google - The Gambia", "Google - Timor-Leste", "Google - Togo", "Google - Tokelau", "Google - Tonga", "Google - Trinidad and Tobago", "Google - Tunisia", "Google - Turkey", "Google - Turkmenistan", "Google - Uganda", "Google - Ukraine", "Google - United Arab Emirates", "Google - United Kingdom", "Google - Uruguay", "Google - Uzbekiston", "Google - Vanuatu", "Google - Venezuela", "Google - Viet Nam", "Google - Virgin Islands", "Google - Yugoslavia", "Google - Zambia", "Google - Zimbabwe", "Google @ EZweb", "Google Search App", "googleadservices.com", "Grippo", "Haosou (so.com)", "Help-Site", "Heureka", "Highway61", "HispaVista", "Holms.ru", "HotBot", "Hotbot - United Kingdom", "HotIndex", "HotLaunch.com", "Huifa", "i-Stores", "icq", "Idea Web", "idealist.com", "Ilse", "ilse.nl", "InfiniSearch", "Infohiway", "InfoMak", "InfoPage.com", "InfoSeek", "InfoSeek - Germany", "Infoseek - Japan", "InfoSeek - Japan", "InfoSpace", "InfoTiger", "Internet Times", "InternetTrash", "IOport", "Istmania", "IT InfoArt Stars", "iWon", "ixquick", "iYappo", "J:COM", "Jayde", "JimWorld Open Directory", "Jopinet", "Jubii", "Jump City", "JWord", "Kakaku", "Kanoodle.com", "KaZaZZ", "Kelkoo - Denmark", "Kelkoo - Norway", "Kelkoo - Sweden", "Khoj", "Kolumbus", "Kvasir", "La Brujula", "Libero", "Libero-Ricerca", "Limey Search", "Link Center", "Link Master", "Linkcentre", "Linkopedia", "ListOfLists", "Live.com", "Livedoor - Mobile", "Livedoor.com", "Locate", "Lokace", "LookSmart", "Loquax Open Directory", "Lunascape", "LuXPoint", "Lycos", "Lycos - France", "Lycos - Germany", "Lycos - Italy", "Lycos - Netherlands", "Lycos - Spain", "Lycos - United Kingdom", "m.baidu", "m.baidu.com", "m.bing", "m.mixi.jp", "Magellan", "Mail.ru", "Mamma", "MarchSearch", "Mat'Kurja", "Matilda", "MaxBan", "mbkn.jp", "McFind.com", "Metacrawler", "Metacrawler - Germany", "MetaDog.com", "metaEureka", "MetaGopher", "MetaIQ.com", "Microsoft Bing", "Mirago", "Mobagee Search", "Monster Crawler", "MSN", "MSN - Austria", "MSN - Belgium", "MSN - Brazil", "MSN - Canada", "MSN - Denmark", "MSN - France", "MSN - Germany", "MSN - Hong Kong S.A.R.", "MSN - India (English)", "MSN - Indonesia (English)", "MSN - Ireland", "MSN - Isreal", "MSN - Italy", "MSN - Japan", "MSN - Korea", "MSN - Latin America", "MSN - Malaysia", "MSN - Mexico", "MSN - Netherlands", "MSN - New Zealand", "MSN - Norway", "MSN - People's Republic of China", "MSN - Republic of the Phlippines", "MSN - Singapore", "MSN - South Africa", "MSN - Spain", "MSN - Sweden", "MSN - Switzerland", "MSN - Taiwan", "MSN - Turkey", "MSN - United Kingdom", "MSN LiveSearch Mobile", "MSN UK", "MultiMeta", "My VAIO", "myGO", "MyWay.com", "mywebsearch", "Nate.com", "National Directory", "Naver", "NBCi", "Net 1000.net", "Net-Fetch.com Web Directory", "NetBreach", "NetFinder USA", "NetGoat", "Netscape Search", "NetSearch", "NetSprint", "Nexet Open Directory", "Nifty", "NineMSN", "Nomade", "Northern Light", "NTsearch", "OCN", "ODN", "Official Search", "Ofir", "Oh! New? Mobile", "Oingo", "oneSeek.com", "onwashington.com", "Open Directory Project", "Orbit.net", "Overture", "Ozsearch", "Ozu", "Pandia Plus", "Papua New Guinea Search", "Passagen", "Planet - Zoekpagina", "Point2", "PolishWorld", "Power Search", "Premier Stores Directory", "Pricerunner.se", "Profusion", "Proyecto Celeste", "Qihoo", "QkSearch", "Quepasa", "QuestFinder", "RageWorld.com", "Rakuten", "Rambler", "Reference.com", "Rex Search", "Riot", "RoadRunner", "RocketLinks.com", "ROL.ro", "Sapo", "SavvySearch", "Scopie", "Scour", "Scrub the Web", "Search Centre", "Search City", "Search Iberia", "Search King", "Search Viking", "search-results.com", "Search.ch", "search.comcast.net", "Search.IRL.com", "Searchalot", "SearchHound", "SearchIt", "SearchNZ", "Searchoodle", "Searchport", "Searchteria", "Sensis.com.au", "SerbianCafe", "Sesam", "Seznam.cz", "Sherlock.cz", "ShoppingAide", "Simple Search", "SimplyPets.com", "Sina - China", "Sina - Hong Kong", "Sina - North America", "Sina - Taiwan", "Sleipnir", "sm.cn", "SmartBeak.com", "SmartPages.com", "Snap", "So-net", "so.360.cn", "Sogou", "Sol", "Sonera Plaza", "SoQuick.com", "SoSo", "SouthAsia.net", "SpiderBot", "Splat!", "Spray", "Starmedia", "Starting Point", "Startsiden", "Stomp!", "StopAt", "Suche.ch", "suche.t-online.de", "Suchmaschine", "Sun Brain", "Super Snooper", "Supercrawler.com", "Supereva", "Surf Central", "Surf Gopher", "Surf.sk", "Surfboard (Ixquick)", "Surfer.ch", "Swift Guide", "szm.sk", "Tapuz", "Teoma", "Terra", "The Globe Search", "The Net 1", "theBestMall", "theBigHub.com", "TheBrazilBridge", "theinfodepot.com", "TheYellowPages", "Thunderstone", "TipMoto", "Tiscali", "Tjohoo", "tkmf.jp", "TodoCl", "ToggleBot!", "Toile du Quebec", "TooCool", "TooZen", "TopFile.com", "totalSEEK", "toutMontreal", "track.nl", "Trovator", "TrueSearch.com", "UK Max", "UK Plus", "UK Searcher", "ukindex", "UOL Busca", "Up4U", "Usseek", "Verita", "VietGate", "Vinden", "Vindex", "Virgilio", "Virgin Media", "Voila", "Voyager", "WAKWAK", "Walla", "Wanadoo", "Waypages", "Web Trawler", "Web Wombat", "Web Wombat (Au.)", "Web-Search", "Web.de", "Webalta", "Webbel", "WebCrawler", "Webpath", "WebSearch 2K", "WebStudio", "WebTop", "Wepa", "WhatsNu", "WhatUSeek", "Wirtualna Polska", "WiseNut", "Wizzler.com", "WorldBazaar", "Worldlight", "WOW", "WoYaa", "Yahoo!", "Yahoo! - Argentina", "Yahoo! - Asia", "Yahoo! - Australia", "Yahoo! - Austria", "Yahoo! - Brazil", "Yahoo! - Canada", "Yahoo! - Canada (French)", "Yahoo! - Catalan", "Yahoo! - China", "Yahoo! - Chinese (US)", "Yahoo! - Denmark", "Yahoo! - Finland", "Yahoo! - France", "Yahoo! - Germany", "Yahoo! - Hong Kong", "Yahoo! - India", "Yahoo! - Indonesia", "Yahoo! - Italy", "Yahoo! - Japan", "Yahoo! - Kids", "Yahoo! - Korea", "Yahoo! - Maktoob", "Yahoo! - Malaysia", "Yahoo! - Mexico", "Yahoo! - Netherlands", "Yahoo! - New Zealand", "Yahoo! - Norway", "Yahoo! - Philippines", "Yahoo! - Russia", "Yahoo! - Singapore", "Yahoo! - Spain", "Yahoo! - Spanish (US : Telemundo)", "Yahoo! - Sweden", "Yahoo! - Switzerland", "Yahoo! - Taiwan", "Yahoo! - Thailand", "Yahoo! - UK and Ireland", "Yahoo! - Venezuela", "Yahoo! - Viet Nam", "YahooJapan - Mobile", "Yandex.com.tr", "Yandex.ru", "Yeehaa", "Yehey", "Yicha", "YOL", "Youdao", "Yupi", "Zbozi.cz", "ZenSearch", "Zhongsou", "Zinos", "Zoek", "zoeken.hetnet.nl", "zoeken.nl", "::any::" ] }, "segment": { "required": [ "approved", "compatibility", "definition", "description", "favorite", "modified", "owner", "reportSuiteID", "shares", "tags" ], "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "description": { "type": "string" }, "reportSuiteID": { "type": "string" }, "definition": { "$ref": "#/components/schemas/segment_definition" }, "modified": { "type": "string" }, "compatibility": { "$ref": "#/components/schemas/string_array" }, "favorite": { "type": "boolean" }, "approved": { "type": "boolean" }, "tags": { "$ref": "#/components/schemas/string_array" }, "shares": { "$ref": "#/components/schemas/segment_share_array" }, "owner": { "type": "string" } } }, "segment_array": { "type": "array", "items": { "$ref": "#/components/schemas/segment" } }, "segment_container": { "required": [ "exclude", "name", "operator" ], "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "operator": { "type": "string" }, "rules": { "$ref": "#/components/schemas/segment_rule_array" }, "exclude": { "type": "boolean" } } }, "segment_definition": { "type": "object", "properties": { "container": { "$ref": "#/components/schemas/segment_container" } } }, "segment_filters": { "required": [ "approved", "favorite", "name", "owner", "reportSuiteID", "tags" ], "type": "object", "properties": { "name": { "type": "string" }, "tags": { "type": "string" }, "owner": { "type": "string" }, "reportSuiteID": { "type": "string" }, "approved": { "type": "boolean" }, "favorite": { "type": "boolean" } } }, "segment_item": { "type": "object", "properties": { "id": { "type": "string" }, "name": { "type": "string" }, "folder": { "type": "string" }, "class": { "type": "string" }, "suite_enabled": { "type": "boolean" }, "read_only": { "type": "boolean" } } }, "segment_item_array": { "type": "array", "items": { "$ref": "#/components/schemas/segment_item" } }, "segment_rule": { "required": [ "after", "classification", "container", "element", "exclude", "metric", "name", "operator", "value", "within" ], "type": "object", "properties": { "container": { "$ref": "#/components/schemas/segment_container" }, "name": { "type": "string" }, "metric": { "type": "string" }, "element": { "type": "string" }, "classification": { "type": "string" }, "operator": { "type": "string" }, "value": { "type": "string" }, "after": { "$ref": "#/components/schemas/segment_rule_restriction" }, "within": { "$ref": "#/components/schemas/segment_rule_restriction" }, "exclude": { "type": "boolean" } } }, "segment_rule_array": { "type": "array", "items": { "$ref": "#/components/schemas/segment_rule" } }, "segment_rule_restriction": { "type": "object", "properties": { "id": { "type": "string" }, "value": { "type": "string" } } }, "segment_share": { "type": "object", "properties": { "type": { "type": "string" }, "name": { "type": "string" } } }, "segment_share_array": { "type": "array", "items": { "$ref": "#/components/schemas/segment_share" } }, "segmentsDeleteRequestData": { "type": "object", "properties": { "segmentID": { "type": "string" } } }, "segmentsDeleteResponseData": { "type": "boolean" }, "segmentsGetRequestData": { "type": "object", "properties": { "accessLevel": { "type": "string" }, "fields": { "$ref": "#/components/schemas/string_array" }, "filters": { "$ref": "#/components/schemas/segment_filters" }, "selected": { "$ref": "#/components/schemas/string_array" }, "sort": { "type": "string" } } }, "segmentsGetResponseData": { "$ref": "#/components/schemas/segment_array" }, "segmentsSaveRequestData": { "type": "object", "properties": { "definition": { "$ref": "#/components/schemas/segment_definition" }, "description": { "type": "string" }, "favorite": { "type": "boolean" }, "id": { "type": "string" }, "name": { "type": "string" }, "owner": { "type": "string" }, "reportSuiteID": { "type": "string" }, "shares": { "$ref": "#/components/schemas/segment_share_array" }, "tags": { "$ref": "#/components/schemas/string_array" } } }, "segmentsSaveResponse": { "type": "object", "properties": { "segmentID": { "type": "string" } } }, "segmentsSaveResponseData": { "$ref": "#/components/schemas/segmentsSaveResponse" }, "socialGetAppFlowComponentSubmissionsRequestData": { "type": "object", "properties": { "application_name": { "type": "string" }, "component_identifier": { "type": "string" }, "flow_identifier": { "type": "string" } } }, "socialGetAppFlowComponentSubmissionsResponseData": { "type": "string" }, "socialGetAppFlowComponentsRequestData": { "type": "object", "properties": { "application_name": { "type": "string" }, "flow_identifier": { "type": "string" } } }, "socialGetAppFlowComponentsResponseData": { "type": "string" }, "socialGetAppFlowsRequestData": { "type": "object", "properties": { "app_id": { "type": "string" } } }, "socialGetAppFlowsResponseData": { "type": "string" }, "socialGetAppStatsRequestData": { "type": "object", "properties": { "application_name": { "type": "string" } } }, "socialGetAppStatsResponseData": { "type": "string" }, "socialGetPostDataRequestData": { "type": "object", "properties": { "finish": { "type": "string" }, "start": { "type": "string" } } }, "socialGetPostDataResponseData": { "type": "string" }, "socialGetPropertiesListResponseData": { "$ref": "#/components/schemas/social_properties_list" }, "social_properties": { "type": "object", "properties": { "type": { "type": "string" }, "name": { "type": "string" }, "id": { "type": "string" } } }, "social_properties_list": { "type": "array", "items": { "$ref": "#/components/schemas/social_properties" } }, "string_array": { "type": "array", "items": { "type": "string" } }, "time_zone_enum": { "type": "string", "enum": [ "Europe/London", "Pacific/Kwajalein", "US/Samoa", "US/Hawaii", "US/Alaska", "America/Tijuana", "US/Pacific", "US/Arizona", "US/Mountain", "America/Mexico_City", "Canada/Saskatchewan", "US/Central", "America/Lima", "US/Eastern", "US/East-Indiana", "America/Caracas", "Canada/Atlantic", "America/Santiago", "America/La_Paz", "Canada/Newfoundland", "America/Sao_Paulo", "America/Buenos_Aires", "America/Guyana", "America/Montevideo", "Etc/GMT+2", "Atlantic/Azores", "Atlantic/Cape_Verde", "GMT", "Europe/Berlin", "Europe/Paris", "Europe/Prague", "Europe/Warsaw", "Europe/Athens", "Africa/Cairo", "EET", "Africa/Harare", "Israel", "Asia/Baghdad", "Europe/Istanbul", "Asia/Kuwait", "Europe/Moscow", "Asia/Tehran", "Asia/Muscat", "Europe/Samara", "Asia/Tbilisi", "Europe/Volgograd", "Asia/Kabul", "Asia/Yekaterinburg", "Asia/Karachi", "Asia/Tashkent", "Asia/Calcutta", "Asia/Colombo", "Asia/Almaty", "Asia/Dhaka", "Asia/Bangkok", "Asia/Chongqing", "Asia/Hong_Kong", "Australia/Perth", "Asia/Tokyo", "Asia/Yakutsk", "Australia/Adelaide", "Australia/Darwin", "Australia/Brisbane", "Australia/Sydney", "Pacific/Guam", "Australia/Hobart", "Pacific/Port_Moresby", "Asia/Vladivostok", "Asia/Magadan", "Pacific/Guadalcanal", "Pacific/Fiji", "Asia/Kamchatka", "Pacific/Majuro", "NZ" ] }, "tracking_server_data": { "type": "object", "properties": { "namespace": { "type": "string" }, "tracking_server": { "type": "string" } } }, "transaction_status": { "type": "object", "properties": { "transaction": { "type": "integer", "format": "int32" }, "in_queue": { "type": "integer", "format": "int32" }, "status": { "type": "integer", "format": "int32" } } }, "transaction_status_array": { "type": "array", "items": { "$ref": "#/components/schemas/transaction_status" } }, "unique_visitor_variable_enum": { "type": "string", "enum": [ "::none::", "evar1", "evar2", "evar3", "evar4", "evar5", "evar6", "evar7", "evar8", "evar9", "evar10", "evar11", "evar12", "evar13", "evar14", "evar15", "evar16", "evar17", "evar18", "evar19", "evar20", "evar21", "evar22", "evar23", "evar24", "evar25", "evar26", "evar27", "evar28", "evar29", "evar30", "evar31", "evar32", "evar33", "evar34", "evar35", "evar36", "evar37", "evar38", "evar39", "evar40", "evar41", "evar42", "evar43", "evar44", "evar45", "evar46", "evar47", "evar48", "evar49", "evar50", "evar51", "evar52", "evar53", "evar54", "evar55", "evar56", "evar57", "evar58", "evar59", "evar60", "evar61", "evar62", "evar63", "evar64", "evar65", "evar66", "evar67", "evar68", "evar69", "evar70", "evar71", "evar72", "evar73", "evar74", "evar75" ] }, "video_settings": { "type": "object", "properties": { "core_enabled": { "type": "boolean" }, "ad_tracking_enabled": { "type": "boolean" }, "chapter_tracking_enabled": { "type": "boolean" }, "quality_tracking_enabled": { "type": "boolean" }, "using_custom_variables": { "type": "boolean" }, "video_name_evar": { "type": "string" }, "content_type_evar": { "type": "string" }, "video_time_event": { "type": "string" }, "video_views_event": { "type": "string" }, "video_completes_event": { "type": "string" } } }, "viewable_processing_rule": { "type": "object", "properties": { "title": { "type": "string" }, "comment": { "type": "string" }, "matchOn": { "type": "string" }, "rules": { "$ref": "#/components/schemas/string_array" }, "actions": { "$ref": "#/components/schemas/string_array" }, "elseActions": { "$ref": "#/components/schemas/string_array" } } }, "viewable_processing_rule_array": { "type": "array", "items": { "$ref": "#/components/schemas/viewable_processing_rule" } }, "workbookLocation": { "type": "string", "enum": [ "Library", "Scheduled" ] } }, "securitySchemes": { "adobe_id": { "type": "oauth2", "flows": { "implicit": { "authorizationUrl": "https://authorize.omniture.com/authorize", "scopes": {} } } } } } }