AdSense Rejection Inspector
AdSense Rejection Inspector
Paste your website URL to find possible AdSense rejection reasons.
Waiting for scan...
"
},
body:JSON.stringify({
contents:[
{
parts:[
{text:prompt}
]
}
]
})
}
)
const data = await response.json()
clearInterval(interval)
bar.style.width="100%"
bar.innerHTML="100%"
step.innerHTML="Inspection completed"
console.log(data)
if(data.candidates && data.candidates.length>0){
output.innerText=data.candidates[0].content.parts[0].text
}else{
output.innerText="Gemini returned an empty result. Check API key or quota."
}
}catch(error){
output.innerText="Error: "+error
}
}