/v1/urlTestingTools/mobileFriendlyTest:run
POST
/v1/urlTestingTools/mobileFriendlyTest:run
urlTestingTools
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://searchconsole.googleapis.com//v1/urlTestingTools/mobileFriendlyTest:run' \
--header 'Content-Type: application/json' \
--data-raw ''
Response Response Example
{
"mobileFriendliness": "MOBILE_FRIENDLY_TEST_RESULT_UNSPECIFIED",
"mobileFriendlyIssues": [
{
"rule": "MOBILE_FRIENDLY_RULE_UNSPECIFIED"
}
],
"resourceIssues": [
{
"blockedResource": {
"url": "string"
}
}
],
"screenshot": {
"data": "string",
"mimeType": "string"
},
"testStatus": {
"details": "string",
"status": "TEST_STATUS_UNSPECIFIED"
}
}
Request
Body Params application/json
Responses
Modified at 2023-08-15 09:03:48