Edit in GitHubLog an issue

ReportSuite.Delete methods

ReportSuite methods that delete or reset settings.

Most ReportSuite.Delete methods require an rsid_list parameter. Include this list of report suites as a JSON body in the API call.

Copied to your clipboard
curl -X POST "https://api.omniture.com/admin/1.4/rest/?method=ReportSuite.DeleteVirtualReportSuite" \
-H "x-api-key: {CLIENTID}" \
-H "Authorization: Bearer {ACCESSTOKEN}" \
-H "Content-Type: application/json" \
-d "{'rsid':'examplersid'}"

DeleteCalculatedMetrics

Deletes the specified set of calculated metrics for each of the specified report suites.

POST https://api.omniture.com/admin/1.4/rest/?method=ReportSuite.DeleteCalculatedMetrics

ParameterTypeDescription
rsid_list
string[]
A list of report suite IDs.
calculated_metrics
calculated_metric[]
List of calculated metrics to delete from the specified report suites.

Returns true if the operation is successful.

DeleteClassification

Deletes a classification from one or more report suites.

POST https://api.omniture.com/admin/1.4/rest/?method=ReportSuite.DeleteClassification

ParameterTypeDescription
rsid_list
string[]
A list of report suite IDs.
element
string
The element from which you want to delete the classification.
name
string
The name of the classification to delete.

Returns true if the operation is successful.

DeleteInternalURLFilters

Deletes the internal URL filters for each of the specified report suites.

POST https://api.omniture.com/admin/1.4/rest/?method=ReportSuite.DeleteInternalURLFilters

ParameterTypeDescription
rsid_list
string[]
A list of report suite IDs.
internal_url_filters
string[]
A list of URLs to delete from the internal URL filters list.

Returns true if the operation is successful.

DeleteIPAddressExclusion

Delete an IP exclusion entry for a given report suite.

POST https://api.omniture.com/admin/1.4/rest/?method=ReportSuite.DeleteIPAddressExclusion

ParameterTypeDescription
rsid_list
string[]
A list of report suite IDs.
ip_address
string
The IP address to remove from the IP address exclusions list.

Returns true if the operation is successful.

DeleteMarketingChannelCost

Deletes a cost item for the selected report suites.

POST https://api.omniture.com/admin/1.4/rest/?method=ReportSuite.DeleteMarketingChannelCost

ParameterTypeDescription
rsid_list
array (xsd:string)
A list of report suite IDs.
channel_type
string
cost_group
string
cost_id
string

Returns true if the operation was successful.

DeletePaidSearchDetection

Removes the specified paid search rule.

POST https://api.omniture.com/admin/1.4/rest/?method=ReportSuite.DeletePaidSearchDetection

ParameterTypeDescription
rsid_list
string[]
A list of report suite IDs.
search_engine
The name of the search engine.
operator
string
Specifies the type of paid search rule. Valid values include contains or not_contains.
query_string
string
The string value to use when matching a search engine referring URL.

Returns true if the operation was successful.

DeleteVirtualReportSuite

Removes the specified virtual report suite.

POST https://api.omniture.com/admin/1.4/rest/?method=ReportSuite.DeleteVirtualReportSuite

ParameterTypeDescription
rsid
string
Report suite ID of virtual report suite.

Returns true if operation is successful.

  • Privacy
  • Terms of Use
  • Do not sell or share my personal information
  • AdChoices
Copyright © 2024 Adobe. All rights reserved.