UnReportReferrerAsSpam
Unreport a referrer as spam.
Stored Procedure Specific Information
Execute
Call this procedure to unreport a referrer as spam.
To unreport a referrer as spam, you must specify the following column: Domain. A successful authentication is also required.
For example:
EXEC UnreportReferrerAsSpam Domain='testingra.wordpress.com';
Input
| Name | Type | Description |
| Domain | String | The domain name of the referrer to remove from the spam report list. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the referrer was successfully unreported as spam. |