VerifyWebsite
Verify a website as a signed-in user.
Stored Procedure Specific Information
The VerifyWebsite stored procedure requires a website field to validate a website.
EXEC VerifyWebsite @Website = 'pintest-website-12345678.test/test_2', @VerificationMethod = FILENAME
Input
| Name | Type | Required | Description |
| Website | String | True | Website. |
| VerificationMethod | String | False | Verification Method. Default:METATAG
The allowed values are FILENAME, METATAG, DNSTXT. |
| AdAccountID | String | False | Unique identifier of an ad account. |
Result Set Columns
| Name | Type | Description |
| Status | String | Status of the verification process. |
| Website | String | Website with path or domain only. |
| VerifiedAt | Datetime | UTC timestamp when the verification happened - sometimes missing. |