Training
For clients
Загружается...
The resource enables you to test the advertised URLs before sending the ad to moderation.
All URLs used in ads must pass VK Ads autotests. This resource allows you to test your URL beforehand and speed up the moderation process.
Used object: URL
The request creates a new URL object in the system and verifies it. The test is considered passed when the "url_types" field in the object is filled-in.
Request example:
POST /api/v2/urls.json { "url":"http://example.com/123456789?1=1" }
Response example:
{ "id": 13123171 }
Response status codes:
201 - The URL was queued for testing. 400 - Validation error.
Possible errors: