Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 905 Bytes

r_DeletePaidSearchDetection.md

File metadata and controls

21 lines (14 loc) · 905 Bytes

DeletePaidSearchDetection

Removes the specified paid search rule.

ReportSuite.DeletePaidSearchDetection parameters

Name Type Description
rsid_list array(xsd:string) A list of report suite IDs.
search_engine search_engine_enum The name of the search engine.
operator paid_search_operator_enum Specifies the type of paid search rule. One of the following values: contains not\_contains
query_string xsd:string The string value to use when matching a search engine referring URL.

ReportSuite.DeletePaidSearchDetection response

Type Description
xsd:boolean Returns true if the operation was successful.

Parent topic: Report Suite